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
medium.com
Taking ffuf Fuzzing Further
Advanced ffuf Techniques
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
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
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. #SNME 44.2K posts
- 2. Georgia 49.4K posts
- 3. Mason Thomas N/A
- 4. Drew 122K posts
- 5. Game 7 150K posts
- 6. Lagway 3,959 posts
- 7. Jade Cargill 17.4K posts
- 8. Underwood 2,974 posts
- 9. #UFCVegas110 9,558 posts
- 10. Rusev 3,180 posts
- 11. Jaire 9,997 posts
- 12. #AEWCollision 3,831 posts
- 13. Salter 1,073 posts
- 14. Nigeria 602K posts
- 15. Tiffany 24K posts
- 16. Forever Young 40.3K posts
- 17. Dawgs 8,061 posts
- 18. Scherzer 10.9K posts
- 19. Gators 6,440 posts
- 20. #Sooners N/A
Something went wrong.
Something went wrong.