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


Password spraying with ffuf? ffuf -w usernames.txt -u https://localhost/login -X POST -d "username=FUZZ&password=admin" See more: medium.com/@learntheshell… #bugbountytip #bugbountytips #BugBounty #websecurity


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


🔥 Cherry-picking: Got a perfect commit you want on another branch? Use: git cherry-pick <commit-hash> to grab that specific change without merging the whole branch! Learn more: medium.com/@learntheshell… #Git

medium.com

Advanced Git: Rebase, Stash, Cherry-pick, and More

Here’s a continuation of the Git tutorial, covering more advanced topics not included in the first part.


💡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.