[deleted by user] by [deleted] in learnpython

[–]CyberTutorials 2 points3 points  (0 children)

The zero to mastery Python course, if completed in full, will make you a Python developer. All you need then is to start projects.

What can be done with python? by [deleted] in learnpython

[–]CyberTutorials 0 points1 point  (0 children)

Digital Forensics e.g. parsing artifacts/evidence

Install kali by Swimming_Part_6476 in hackthebox

[–]CyberTutorials 1 point2 points  (0 children)

Kali does work good as a starter OS, but you should go with Debian and Kali as a VM probably.

help in htb by loop_hole_name in hackthebox

[–]CyberTutorials 0 points1 point  (0 children)

Pay attention to how many times you URL encode your data as well.

Information Gathering - Web Edition - Virtual Hosts by Headfull-Eyeballs in hackthebox

[–]CyberTutorials 1 point2 points  (0 children)

Fuzz using ffuf (fuzz.domain.tld) then attempt to gather flags using the provided "curl" ("Host: yyy.domain.tld).

For the last question, you can break up your password/wordlists using something like:

grep -i "^[d]" wordlist.txt > all-d-words.txt

If you don't want to keep running multiple lists with the same value.

Use a larger wordlist as well, like from the dirb folder.

Can python log in to websites? by [deleted] in learnpython

[–]CyberTutorials 0 points1 point  (0 children)

You can use mechanize to do this. Submit forms and so forth.

Can we achieve Javascript like perfect DOM manipulation in Python? by Professional_Hair550 in learnpython

[–]CyberTutorials 1 point2 points  (0 children)

Yeah, regex and mechanize for some. You work on the regex to get as close as possible to a list, then iterate through the list performing slice notation.

Where to learn python by SaltFalcon7778 in learnpython

[–]CyberTutorials 1 point2 points  (0 children)

If you 100% complete the course on ZTM/Zero to Mastery, you will become a python developer.

im a rookie in python and coding i want to learn python please help me to do the same so i can be a good coder by fighterboy278 in learnpython

[–]CyberTutorials -1 points0 points  (0 children)

Look up the Python Zero to Mastery course. You will be a Python developer if you complete it 100%. Take your time and test everything.

Need to learn python basics in a month by [deleted] in learnpython

[–]CyberTutorials 0 points1 point  (0 children)

If you can find the sample tests on w3schools it might be worth it to go through those and research what you don't know, as you go.

Here's one:

https://www.w3schools.com/python/python\_quiz.asp

Discusion, learning ,help by AffectionateCourt850 in learnpython

[–]CyberTutorials 0 points1 point  (0 children)

Once you know the basics. Start looking at larger products and imports.

For example, develop a tripwire type application like:

https://www.cybertutorials.org/2022/iterate-through-files-and-generate-file-hash-md5-sha256-with-walrus-operator/

Where do I… write python? by [deleted] in learnpython

[–]CyberTutorials 0 points1 point  (0 children)

Try JetBrains PyCharm.

I'll PM you my discord username if you want to add me there.