
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 الاتجاهات
- 1. $UNI 1,486 posts
- 2. Logan Wilson 1,123 posts
- 3. #LightningStrikes N/A
- 4. Vesia N/A
- 5. Bannon 11.2K posts
- 6. #PlayersOverProfits 3,381 posts
- 7. Dragon 89.8K posts
- 8. Jim Marshall N/A
- 9. Chauncey Billups 111K posts
- 10. Candace 39.2K posts
- 11. Aaron Jones 2,453 posts
- 12. Terry Rozier 102K posts
- 13. $INTC 38.4K posts
- 14. Roger Craig N/A
- 15. Ken Anderson N/A
- 16. #LOVERGIRL 4,517 posts
- 17. Dewey 1,115 posts
- 18. CARAMELO X BILLBOARD 31.9K posts
- 19. Stephen A 31K posts
- 20. Peely 2,203 posts
Something went wrong.
Something went wrong.