LearnTheShell's profile picture. Command line tips, tricks, and recipes.

LearnTheShell

@LearnTheShell

Command line tips, tricks, and recipes.

Combine multiple wordlists in ffuf: ffuf -w users.txt:USER -w passwords.txt:PASS -u target.com/login?u=USER&p… see more: learntheshell.com/cheatsheets/ff… #bugbountytip #bugbountytips #BugBounty #websecurity


📜 Visualize your project history with: git log --oneline --graph --decorate --all It’s magic for tracking changes! ✨ Learn more: learntheshell.com/cheatsheets/gi… #Git #CodeOrganization


📂 Organize Branches: Create and switch branches in one command with: git checkout -b new-feature Start feature development faster! 🚀 Learn more: learntheshell.com/cheatsheets/gi… #Git #ProductivityHacks #DevTips


API user password brute-force with ffuf? ffuf -X POST -H "Content-Type: application/json" -d '{"username": "admin", "password": "FUZZ"}' -w /path/to/wordlist.txt -u https://target/api/login See more: medium.com/@learntheshell… #bugbountytip #bugbountytips #BugBounty #websecurity

medium.com

Taking ffuf Fuzzing Further

Advanced ffuf Techniques


Do you need to match the response using regex while fuzzing with ffuf? Use: ffuf -w /path/to/wordlist.txt -u example.com/FUZZ -mr "success|welcome" Learn more: medium.com/p/016be44d0b07 #bugbounty #bugbountytip #bugbountytips

medium.com

Taking ffuf Fuzzing Further

Advanced ffuf Techniques


💡Quick Reset: Made a mistake? No worries! Use: git reset --soft HEAD~1 to undo your last commit without losing your changes. Learn more: learntheshell.com/posts/advanced… #git #DevOps


United States เทรนด์

Loading...

Something went wrong.


Something went wrong.