
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
link.medium.com
Raspberry Pi: Motion Detection
How to Build a Motion-Activated Camera with Raspberry Pi, a PIR Sensor, and Python
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
link.medium.com
Bind Shells: A Practical Guide
In continuation of the discussion on reverse shells, we now shift our focus to bind shells.
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
link.medium.com
Taking ffuf Fuzzing Further
Advanced ffuf Techniques
Git Credential Management: Exploring how to store and manage your credentials in various environments. link.medium.com/hMCPOhuuYMb #Git
link.medium.com
Git Credential Management
Exploring how to store and manage your credentials in various environments.
🔥 Amend Your Commits: Forgot to add something? No problem! Use: git commit --amend to update the last commit. See 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.
🔥 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.
Git Features for Collaboration and Automation: link.medium.com/MKgKtoW0SMb #Git #DevOps #Programming
link.medium.com
Git Features for Collaboration and Automation
In the first two articles of this series, we covered both introductory and advanced Git features.
💡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
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.
United States Trends
- 1. Wemby 104K posts
- 2. Spurs 57.4K posts
- 3. Talus Labs 16.4K posts
- 4. #QueenRadio 23.7K posts
- 5. Domain For Sale 34.5K posts
- 6. #MakeOffer 34K posts
- 7. Victor Wembanyama 38.1K posts
- 8. Mavs 20K posts
- 9. Cooper Flagg 14.4K posts
- 10. Clippers 12.1K posts
- 11. Anthony Edwards 7,627 posts
- 12. Downstairs 5,063 posts
- 13. Dillon Brooks 1,496 posts
- 14. Klay 8,533 posts
- 15. Suns 16.9K posts
- 16. #INDvsAUS 35K posts
- 17. Maxey 12.6K posts
- 18. Jazz 24.1K posts
- 19. Anthony Davis 8,211 posts
- 20. VJ Edgecombe 28.5K posts
Something went wrong.
Something went wrong.