Beginner's Guide to Naabu, Fast Port Scanner: Installation and Usage
Disclaimer: This channel focuses on creating Educational Content only!
The purpose of this channel is only to share knowledge about ETHICAL hacking and not any illegal activities. If any illegal activities are conducted with the knowledge gained from this channel, this channel can't be held responsible.
Thank you!
Thanks for watching:
Beginner's Guide to Naabu, Fast Port Scanner: Installation and Usage
Welcome to Bug Bounty Tutorials! We aim to create Free and Educational Content related to InfoSec and Bug Bounty Hunting. The main focus of this channel is to create video tutorials of tools and services which are short and most importantly, easy to follow along for beginners. This channel aims to create Beginner Friendly Content to guide the new people who are getting started off on the wrong foot in this amazing Field. Getting into Bug Bounty Hunting and Ethical Hacking can be intimidating and most people don't know where to start from because there are a ton of resources and paths available. While that is good, it is most confusing to the new players in this game!
This channel focuses on creating content related to InfoSec, Ethical Hacking, Bug Bounties, Cybersecurity, whatever you want to call it! The goal is to make this channel the resource that we would have needed when we were just starting our journey. It is a way for us to give back to the community.
Subscribe to this channel to get started on your path to Cybersecurity success on the right foot!
✅Subscribe to Bug Bounty Tutorials:
https://bit.ly/subscribe-bbt-youtube
Need a VPS to hack from? We got you covered!
Get $100 credit on Digital Ocean using this link by Signing-up:
https://bit.ly/bugbountytutorials_dig...
📲 Share this video with your friends!
🔔Click the Bell Icon to Never Miss a new tutorial on Bug Bounties/Hacking/InfoSec/Cybersecurity/Ethical hacking!!
❤️Smash that Like Button!
✅ Join our Discord Server: / discord
✅ Follow us on Twitter: / bb_tutorials
✅ Follow The InfoSec Tees on Instagram: / theinfosect. .
✅ Checkout @TheInfoSecTees' online Infosec/Cybersecurity/hacking themed shirt store: https://theinfosectees.co
Naabu is a fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests.
Github Repo Link for Naabu - https://github.com/projectdiscovery/n...
This tool was created by @projectdiscovery and all the credits for creating it go to them!
NOTE: You need to have GO installed and setup on your machine correctly to use this tool.
Before installing Naabu, make sure to install libpcap library with the following command on Linux-
apt install -y libpcap-dev
Installation:
1. GO111MODULE=on go get -v github.com/projectdiscovery/naabu/v2/cmd/naabu
This should install Naabu for you. If you faced any errors, then comment down below.
Usage:
1. (-host) Specify the target host to scan- naabu -host hackerone.com
2. (-iL) Specify a list of hosts to scan- naabu -iL targets.txt
3. (-p) Specify the ports to scan- naabu -p 2093,8080,8443,2086 -host hackerone.com
4. (-exclude-ports) Exculde specific ports- naabu -exclude-ports 80,443 -host hackerone.com
5. (-o) Specify the output file- naabu -o output.txt -host hackerone.com
6. (-json) Get the output in JSON format- naabu -json -host hackerone.com
7. (-p ) Scan all ports naabu -p - -host hackerone.com
The above command works best with the verbose mode.
8. (-scan-all-ips) Scans the IPs of hosts- naabu -scan-all-ips -host hackerone.com
9. (-v) Gives more details about the scan- naabu -v -host hackerone.com
10.(-verify) Validation of the ports found- naabu -verify -host hackerone.com
Final command- naabu -exclude-ports 80,443 -iL targets.txt -o results.txt -scan-all-ips -p - -v -verify
How you can help us out:
Like❤️ | Comment 📝 | Share 📲 | Subscribe💫
Follow our socials❗❗
Give us a shoutout on Twitter🔥
RELATED HASHTAGS:
#bugbounty #infosec #hacking #hacker #howto #cybersecurity #hackers #hack #ethicalhacking #linux #programming #kalilinux #security #technology #ethicalhacker