ExploitHub
6.37K subscribers
18 photos
1 video
15 files
348 links
Download Telegram
Offensive Security - Advanced Web Attacks and Exploitation [2016]
https://pastebin.com/QUMiKbfT
If link is not work after posting, I am not responsible. Be active & copy at the moment of course.
I dont know who is this guy. But I was verymuch inspired by this guy's hardwork. From bugbounty hunter to OSCP. Balancing professional life & praticing the labs parallely. Work balance & Time management explained clearly. Must read https://kishanchoudhary.com/OSCP/journey.html
Web Application Cheatsheet (Vulnhub)

This cheatsheet is aimed at the CTF Players and Beginners to help them understand Web Application Vulnerablity with examples. There are multiple ways to perform the same tasks. We have performed and compiled this list on our experience.
@exploithub

https://github.com/Ignitetechnologies/Web-Application-Cheatsheet
ExploitHub pinned Deleted message
This #OneLiner extracts all API endpoints from AngularJS & Angular javascript files.

curl -s URL | grep -Po "(\/)((?:[a-zA-Z\-_\:\.0-9\{\}]+))(\/)*((?:[a-zA-Z\-_\:\.0-9\{\}]+))(\/)((?:[a-zA-Z\-_\/\:\.0-9\{\}]+))" | sort -u