
Explore legal considerations for port scanning with Nmap, emphasizing ownership or explicit permission, avoiding illegal scans, and focusing on bug bounty programs and responsible vulnerability disclosure.
nmap, a fast and reliable free open-source network mapper, scans networks to identify live hosts, open ports, banners, and vulnerabilities, supporting web application pentesting, red teaming, and bug bounty.
Download the latest stable command line Nmap zip and Npcap from nmap.org, extract the files, install both, then open a command prompt to verify Nmap is installed.
Learn how to install nmap on Linux using apt-get for Debian-based distros and yum for Red Hat, with downloads from nmap.org for other platforms, then verify by running nmap.
Perform email enumeration with nmap using the http-grep script to extract emails from a target website. See a rpims.com example and use verbose mode and script arguments to filter results.
Learn to spoof ttl values in nmap scans to disguise Linux or Windows fingerprints and bypass target restrictions, using custom ttl values and verbose output for verification.
Explore how to test http methods, including put, for server vulnerabilities using nmap and metasploit, delivering a reverse shell via a php meterpreter payload.
Demonstrates saving nmap xml output to csv for recon using a third-party python parser to convert xml to csv, with a practical walk-through generating and inspecting a rohitcsv.csv.
Explore how to bypass firewalls and intrusion detection systems with Nmap decoy scans, spoofing IPs to scan targets anonymously and study log responses.
Learn to use Nmap to spoof MAC addresses during a scan, choosing vendor-based, random, or custom MACs, specify the interface, and stay anonymous with Wireshark.
Unlock the power of nmap with a comprehensive cheatsheet of scans, host discovery, top 1000 ports, service version and OS detection, NSE scripting, and output options.
Learn how Burp Suite functions as a proxy between client and server, configure proxy settings, install the CA certificate, and perform basic request manipulation in a practical lab setup.
Learn to solve a CTF with Burp Suite by capturing login requests, using repeater and intercept, and manipulating cookies to bypass authentication and reveal the flag.
Learn how to use Google dorks and query operators like site, inurl, intext, filetype, and intitle to reveal sensitive information for bug bounty recon and ethical hacking.
Learn to become the author of Google dork by creating a sensitive dork, verifying it isn’t a duplicate, and submitting it with proof of concept to the Google hacking database.
Learn how to use dirsearch to brute-force web directories, target extensions, and identify sensitive files such as /etc/passwd, .env files, and backups during penetration testing.
Learn to use sublist3r for subdomain enumeration in bug bounty and pen testing. Install with python, pip, and run python sublist3r.py -d domain to harvest subdomains from major search engines.
Discover how the chaos project discovery tool curates and updates subdomain lists for bug bounty programs, enabling rapid enumeration of 7000+ subdomains from HackerOne and Bugcrowd for vulnerability testing.
Learn how to use httpx to identify web services across subdomains and CIDR ranges, scan a whole net range for http/https availability, and spot misconfigurations and potential vulnerabilities.
learn to resolve subs and check status codes with httpx, perform banner grabbing to fingerprint hosts using content length and titles for recon in bug bounty contexts.
Learn automated GitHub reconnaissance to uncover sensitive data exposure, including leaked credentials and private keys, using tools like GitHub dorks, truffle hog, and gitrob.
Practice manual GitHub recon to enumerate sensitive data from repositories, spotting API keys, secret keys, tokens, and config exposures, while recognizing limitations of automation and the value of manual checks.
Learn to install Kali Linux 2020.2 via kali.org, create a virtual machine, allocate 4 GB RAM and 50 GB disk, configure user and grub, and use top tools.
Install and run Shodan, the search engine for internet-connected devices, and use queries to locate IoT and other indexed devices for ethical hacking.
Learn to set up the Shodan CLI by initializing your API key and using free account credits for searches. Access the documentation and master advanced search queries and filters.
Learn to manage your Shodan account, check query and scan credits, verify the latest CLI version, and count results for OpenSSH or Big-IP to reveal exposed servers.
Demonstrates using shodan to download search results into a json.gz file, extracting and viewing IP, banner, and ASN details for big IP servers, aiding penetration testing and bug bounty hunts.
Use the Shodan host command to retrieve location, organization, and open ports for a target IP. Adjust results with the --limit flag and save outputs for analysis.
Use Shodan myip to reveal your internet facing IP address. Then apply Shodan parse to turn a downloaded, zipped dataset into a human readable output showing IP, port, and hostname.
Master the Shodan search command to query the database, view outputs, customize with color or no color, set limits, and examine banners, ip addresses, ports, and hostnames for ethical hacking.
Use Shodan scan commands to target an IP or net block, including submit and status, specify ports and protocols, and save results to a file for later analysis.
learn how to use shodan stats to obtain aggregate data for a search query, revealing country and organization distributions for ftp and big ip servers and noting cve 2020 5902.
Navigate the Shodan gui to run queries, view regionally distributed results, and download csv or json data with filters like org, country, port, and cidr.
Generate and view a Shodan report for a search query, revealing 958 results and a country and organization breakdown. Review SSL/TLS details, noting TLS 1.2 predominance and 52 expired certificates.
Explore shodan images to search for device screenshots across servers, routers, printers, and more, then examine details like IP, RDP port 3389, and TLS versions to assess exposure.
Explore how Shodan exploits aggregates exploits from Exploit DB and Metasploit, enabling you to locate and deploy targeted vulnerabilities across platforms like Apache, Boonex dolphine 5.2, and Big IP.
Learn to use the Shodan extension to enumerate a site's host details, IP, ASN, and open ports like 80 and 443, with browser installation tips for Chrome or Firefox.
Break down the http request anatomy, detailing the get method, host header, user agent, cookies, and query parameters, showing how path and request body inform testing for bug bounties.
Welcome to Top 5 Tools & Techniques for Pentesting in Cyber Security Course. This course covers Top 5 Tools and approach for web application attacks and how to earn bug bounties. There is no prerequisite of prior hacking knowledge and you will be able to perform web attacks and hunt bugs on live websites and secure them.
This course is not like other hacking or penetration testing course with outdated vulnerabilities and only lab attacks.
This course will start with an understanding of each tool that is used in the industry by the experts for Penetration Testing.
This course is highly practical and is made on Tools used by professionals in the industry to give you the exact environment when you start your penetrating testing or bug hunting journey.
We will start from the basics and go till the advance of the particular tool.
This course is divided into a number of sections, each section covers how to hunt vulnerability in an ethical manner.
In Nmap, We will cover what is Nmap, Installation, Firewall Bypass Techniques, and Nmap cheatsheet.
In Burpsuite, We will cover what is Burpsuite, Installation, and We will see practical examples of How Interception Works. We will also solve a CTF based on a realtime example using burpsuite.
In Content Discovery, We will cover what is Project Discovery's Data set for subdomains and increase the scope for Bug Bounty Hunting.
We will also see tools to scope expansion wherein we can identify mass subdomains are alive, dead based on status codes, Title, etc.
In Google Hacking Database, We will cover what is GHDB, How you can hunt for sensitive files for a target, Also you will learn How to become the author of your own Google Dork.
In Shodan/Censys/Grey Noise, We will cover what is IOT Search Engines, How you can perform banner grabbing, and find out vulnerable and outdated servers running on the targets. We will also see how to use shodan search filters for better active enumeration.
In Github Recon, We will cover what is Github Recon both Automated and Manual Way. We will uncover sensitive information from Github repositories that fall under Sensitive Data Exposure as a P1 severity bug. In the Anatomy of an HTTP Request, We will cover what is an HTTP Request, What are different Headers How do they work and its significance.
With this course, you get 24/7 support, so if you have any questions you can post them in the Q&A section and we'll respond to you as soon as possible.
Notes:
This course is created for educational purposes only and all the websites I have performed attacks are ethically reported and fixed.
Testing any website which doesn’t have a Responsible Disclosure Policy is unethical and against the law, the author doesn’t hold any responsibility.