Want to enhance your cybersecurity abilities?
๐ Check out our Discord server for insightful resources, engaging events, and interactive games designed to bolster your career!
Hop in now โก๏ธ https://t.co/NU8oDfYUF1
#ethicalhacking#skillup#cybersecurity
Beginner tip: If you want to learn how to use Nmap, try out different options and run scans against Nmap's dedicated machine at https://t.co/ydqP79Pu1m!
How to grep for a specific option in the help output of a command or tool.
Use the -e option in grep when your search pattern starts with a hyphen (-). Without it, the pattern will be misinterpreted by grep as an option rather than a search string.
How to look up the ASN of an organization from the CLI with only the company name!
Also accepts:
โ ASN
โ IPv4 / IPv6
โ Domain
โ URL
โ Prefix
Install asn ๐ https://t.co/2KSlAo72Il
Fun Fact: @OWASP gave Juice Shop its name as a play on the German word 'Saftladen' - a business that is poorly run.
'Saft' and 'Laden' literally translate to 'juice' and 'shop' in English.
And Juice Shop was born. Sharing initials with JavaScript was a coincidence!
The 'while true' statement creates a loop that will execute a block of code as long as the condition is true.
For this example the condition is always true so it prints the string 'something' continuously until stopped ๐
An absolutely huge treasure trove of OSINT resources by @hatless1der!
โ News, Blogs, Publications
โ Tools and resources
โ News
โ Training guides
โ Webcasts, Podcasts
If you're into OSINT or keen to learn more, you need to check this out!
๐ https://t.co/qbhIZpQKwZ
Looking for an online web app to hack this weekend? Try @acunetix's intentionally vulnerable web app - acuart!
๐ https://t.co/NjeD9VWWBJ
Happy hacking! ๐ค
A beginner's guide to how DNS works!
Here's a comic to explain what happens when you type a website address into your browser ๐
https://t.co/LtYQ8As3WR
How to use @pdiscoveryio's MapCIDR tool for IP obfuscation! ๐ฑ
Just enter the IP address and get 11 variations that you can use for testing!
Install now ๐ https://t.co/NMBjG42FxW
Pro Tip: Use @pdiscoveryio's naabu to rapidly scan for open ports while using the -nmap-cli option to run an nmap command on the discovered ports only! ๐๏ธ๐จ
Here's what that looks like ๐
The 5 tools you'll need for web hacking:
1๏ธโฃ An intercept proxy
2๏ธโฃ A port scanner
3๏ธโฃ A directory brute forcer
4๏ธโฃ A subdomain enumeration tool
5๏ธโฃ Developer tools
Here's a thread of the most popular tools for each ๐งต๐