LearnTheShell
@LearnTheShell
Command line tips, tricks, and recipes.
Raspberry Pi: Motion Detection learntheshell.com/posts/raspberr… #raspberrypi #Python #camera #iot
Raspberry Pi: Motion Detection link.medium.com/k0c3RM79bOb #raspberrypi #Python #camera #iot
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
Bind Shells: A Practical Guide learntheshell.com/posts/bind-she… #bugbountytip #bugbountytips #BugBounty #Pentesting #ethicalhacking
Bind Shells: A Practical Guide link.medium.com/bF0OzjeQ0Nb #bugbountytip #bugbountytips #BugBounty #Pentesting #ethicalhacking
Reverse Shells: A Practical Guide: link.medium.com/e2aORDennNb #bugbountytip #bugbountytips #BugBounty #Pentesting #ethicalhacking
link.medium.com
Reverse Shells: A Practical Guide
In the world of penetration testing, a reverse shell is a crucial concept. It allows an attacker to connect back to their own machine.
Reverse-shells cheat sheet: learntheshell.com/cheatsheets/re… #bugbountytip #bugbountytips #BugBounty #Pentesting #ethicalhacking
📜 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
Taking ffuf Fuzzing Further: link.medium.com/X3JWBWSO4Mb #bugbountytip #bugbountytips #BugBounty #websecurity
Git Credential Management: Exploring how to store and manage your credentials in various environments. link.medium.com/hMCPOhuuYMb #Git
🔥 Amend Your Commits: Forgot to add something? No problem! Use: git commit --amend to update the last commit. See more: medium.com/@learntheshell… #Git
🔥 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
Git Features for Collaboration and Automation: link.medium.com/MKgKtoW0SMb #Git #DevOps #Programming
💡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
🔄 Clean Commit History, use: git rebase to keep your project history linear and tidy! Skip messy merge commits and replay your changes on top of main. See more: medium.com/p/2ec089826dc7 #Git #DevTools
United States Tendencias
- 1. #maddiekowalski 1,253 posts
- 2. Clemens 1,137 posts
- 3. #IDontWantToOverreactBUT 1,366 posts
- 4. Bradley 8,011 posts
- 5. #NXXT N/A
- 6. #MondayMotivation 38.8K posts
- 7. Ben Shapiro 8,584 posts
- 8. Mattingly 2,175 posts
- 9. Phillips 496K posts
- 10. Bonnies N/A
- 11. 60 Minutes 146K posts
- 12. Victory Monday 4,695 posts
- 13. Buddy Simmons N/A
- 14. Dale Murphy N/A
- 15. Hobi 62.2K posts
- 16. Howie 9,371 posts
- 17. Kent 18.9K posts
- 18. Gold's Gym 20.2K posts
- 19. Hilary Duff 2,695 posts
- 20. OpenAI 43.1K posts
Something went wrong.
Something went wrong.