NetProbe: Network Probe
๐ฌ
NetProbe is a tool you can use to scan for devices on your network. The program sends ARP requests to any IP address on your network and lists the IP addresses, MAC addresses, manufacturers, and device models of the responding devices.
๐ Features:
โช๏ธ Scan for devices on a specified IP address or subnet
โช๏ธ Display the IP address, MAC address, manufacturer, and device model of discovered devices
โช๏ธ Live tracking of devices (optional)
โช๏ธ Save scan results to a file (optional)
โช๏ธ Filter by manufacturer (e.g., 'Apple') (optional)
โช๏ธ Filter by IP range (e.g., '192.168.1.0/24') (optional)
โช๏ธ Scan rate in seconds (default: 5) (optional)
๐ผ Installation:
๐ป Usage:
๐ Example:
๐ธ Github
โฌ๏ธ Download
๐
#Python #Network #Scanner #Vulnerability #Tools
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
NetProbe is a tool you can use to scan for devices on your network. The program sends ARP requests to any IP address on your network and lists the IP addresses, MAC addresses, manufacturers, and device models of the responding devices.
cd NetProbe
pip install -r requirements.txt
python3 netprobe.py โhelp
python3 netprobe.py -t 192.168.1.0/24 -i eth0 -o results.txt -l
BugCod3#Python #Network #Scanner #Vulnerability #Tools
Please open Telegram to view this post
VIEW IN TELEGRAM
โก4โค3๐ฅ1
10000 h1 disclosed reports
๐ฌ
On
๐ธ Github
โฌ๏ธ Download
๐
#Python #H1 #Report
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
On
31st Dec 2023, I made it my goal to read 10,000 H1 Reports in 2024 Q1 (i.e. first 3 months) to really understand deep down what kind of bugs are being reported, accepted, or rejected and how exactly I should approach my journey in #bugbounty. Also, I thought, there was no better resource than actual disclosed bug reports. Later I decided to cap my goal at *5000* because I think I nailed the common pattern and already accomplished what I wanted to get out of it.BugCod3#Python #H1 #Report
Please open Telegram to view this post
VIEW IN TELEGRAM
โก3โค2๐ฅ1๐ฏ1
LeakSearch is a simple tool to search and parse plain text passwords using ProxyNova COMB (Combination Of Many Breaches) over the Internet. You can define a custom proxy and you can also use your own password file, to search using different keywords: such as user, domain or password.
In addition, you can define how many results you want to display on the terminal and export them as JSON or TXT files. Due to the simplicity of the code, it is very easy to add new sources, so more providers will be added in the future.
Requirements:
pip install -r requirements.txtLeakSearch.py [-h] [-d DATABASE] [-k KEYWORD] [-n NUMBER] [-o OUTPUT] [-p PROXY]BugCod3#Python #Search #Parse #Password
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3โค2โก1๐1๐ฏ1
java2S3 Amazon S3 Bucket Enumeration Tool
Introduction:
This Python script automates the enumaration of S3 Buckets referenced in a subdomain's javascript files. This allows the bug bounty hunter to check for security misconfigurations and pentest Amazon S3 Buckets.
Features:
โช๏ธ Fetches HTTP status codes for subdomains
โช๏ธ Retrieves JavaScript URLs associated with each subdomain
โช๏ธ Identifies Amazon S3 buckets in the content
Getting Started:
Prerequisites:
Python 3.x
Install required libraries:
Usage:
Create a text file (
Github
โฌ๏ธ Download
๐
#Python #Amazon #S3 #Buckets
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
Introduction:
This Python script automates the enumaration of S3 Buckets referenced in a subdomain's javascript files. This allows the bug bounty hunter to check for security misconfigurations and pentest Amazon S3 Buckets.
Features:
โช๏ธ Fetches HTTP status codes for subdomains
โช๏ธ Retrieves JavaScript URLs associated with each subdomain
โช๏ธ Identifies Amazon S3 buckets in the content
Getting Started:
Prerequisites:
Python 3.x
Install required libraries:
pip install requests
Usage:
Create a text file (
input.txt) containing a list of subdomains (one per line).python js2s3.py input.txt example.com output.txt
Github
โฌ๏ธ Download
๐
BugCod3#Python #Amazon #S3 #Buckets
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
โก2โค1๐ฅ1
httprebind
Automatic tool for DNS rebinding-based SSRF attacks
Installation:
Usage:
Where
Make sure you point your domain's nameservers to the server indicated by serverIp, and that that IP is the external address of the server, IPv4.
Github
โฌ๏ธ Download
๐
#Python #DNS #SSRF #Attack
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
Automatic tool for DNS rebinding-based SSRF attacks
Installation:
sudo pip install dnslib flask flask_cors
Usage:
sudo python httprebind.py domain.name serverIp mode
Where
mode is one of: ec2, ecs, gcloudMake sure you point your domain's nameservers to the server indicated by serverIp, and that that IP is the external address of the server, IPv4.
Github
โฌ๏ธ Download
๐
BugCod3#Python #DNS #SSRF #Attack
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
โก1โค1๐ฅ1
Form Finder
This script can be used to find HTML forms in the list of endpoints/URLs.
Usage:
๐ธ Github
โฌ๏ธ Donwload
๐
#Python #Form #Finder
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
โ T.me/BugCod3Topic
๐ฃ T.me/BugCod3
This script can be used to find HTML forms in the list of endpoints/URLs.
Usage:
python3 formfinder.py endpoints.txt
BugCod3#Python #Form #Finder
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3โก2โค1๐1
This is a python wrapper around the amazing KNOXSS API by Brute Logic. To use this tool (and the underlying API), you must have a valid KNOXSS API key. Don't have one? Go visit
https://knoxss.me and subscribe! This was inspired by the "knoxssme" tool by @edoardottt2, but developed to allow for greater options.NOTE: If you already have a `config.yml` file, it will not be overwritten. The file `config.yml.NEW` will be created in the same directory. If you need the new config, remove `config.yml` and rename `config.yml.NEW` back to `config.yml`.
pip install knoxnl
knoxnl -i "https://brutelogic.com.br/xss.php"
Or a file of URLs:
knoxnl -i ~/urls.txt
BugCod3#Python #Scanner #XSS #Knoxnl
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3โก2โค1
This media is not supported in your browser
VIEW IN TELEGRAM
๐ต๏ธโโ๏ธ Human-like Behavior Mimicking: To mimic human-like behavior and avoid detection by anti-bot mechanisms, the tool randomizes user agents for each request. This helps in making the requests appear more natural and reduces the likelihood of being flagged as automated activity.
cd Ominis-Osint
pip install -r requirements.txt
python3 Ominis.py
BugCod3#Python #Osint #Search #Engin #Tools
Please open Telegram to view this post
VIEW IN TELEGRAM
โก3๐ฅ3โค2๐1
excludeparked
๐ฌ
A lightweight Python 3 script that filters out parked HTTP domains from a list of domains. Useful when pulling a list of domains from a reverse WHOIS lookup service (from a tool such as WHOXY).
This was tested on a list of 100k parked domains but it's subject to improvement as this tool is intended to be a rough method of filtering down thousands of domains in the recon phase of a pentest.
๐ผ Install:
๐ป Usage:
๐ธ Github
โฌ๏ธ Download
๐
#Python #Parked #Domain
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
A lightweight Python 3 script that filters out parked HTTP domains from a list of domains. Useful when pulling a list of domains from a reverse WHOIS lookup service (from a tool such as WHOXY).
This was tested on a list of 100k parked domains but it's subject to improvement as this tool is intended to be a rough method of filtering down thousands of domains in the recon phase of a pentest.
cd excludeparked
pip install -r requirements.txt
python3 ./excludeparked.py -h
BugCod3#Python #Parked #Domain
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2๐ฅ2โก1๐1
WiFi Penetration Testing & Auditing Tool
Freeway is a Python scapy-based tool for WiFi penetration that aim to help ethical hackers and pentesters develop their skills and knowledge in auditing and securing home or enterprise networks.
PIP:
sudo pip install 3way
Manually:
cd Freeway
sudo pip install .
#1 sudo Freeway
#2 sudo Freeway -i wlan2 -a monitor -p 1,2,a
#3 sudo Freeway -i wlan2 -a deauth
BugCod3#Python #Wifi #Pentesting
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐3โก2๐ฅ2
Firefox Decrypt
๐ฌ
Firefox Decrypt is a tool to extract passwords from Mozilla (Firefoxโข, Waterfoxโข, Thunderbirdยฎ, SeaMonkeyยฎ) profiles
๐ป Usage:
Github
โฌ๏ธ Download
๐
#Python #Firefox #Extract #Password #Tools
โโโโโโโโโโ
๐ฃ T.me/Root_Exploit
๐ฃ T.me/BugCod3
๐ฌ
Firefox Decrypt is a tool to extract passwords from Mozilla (Firefoxโข, Waterfoxโข, Thunderbirdยฎ, SeaMonkeyยฎ) profiles
๐ป Usage:
cd firefox_decrypt
python firefox_decrypt.py
Github
โฌ๏ธ Download
๐
BugCod3#Python #Firefox #Extract #Password #Tools
โโโโโโโโโโ
๐ฃ T.me/Root_Exploit
๐ฃ T.me/BugCod3
โก4โค3๐ฅ3
Blackbird is a robust OSINT tool that facilitates rapid searches for user accounts by username or email across a wide array of platforms, enhancing digital investigations. It features WhatsMyName integration, export options in PDF, CSV, and HTTP response formats, and customizable search filters.
cd blackbird
pip install -r requirements.txt
Search by username
python blackbird.py --username username1 username2 username3Search by email
python blackbird.py --email email1@email.com email2@email.com email3@email.comExport results to PDF
python blackbird.py --email email1@email.com --pdfBlackbird uses AI-powered NER models to improve metadata extraction, identifying key entities for faster and more accurate insights.
python blackbird.py --username username1 --aiBugCod3#Python #Osint #Tools
Please open Telegram to view this post
VIEW IN TELEGRAM
โค8๐4๐ฅ3โก2
CVE-2024-55591
A Fortinet FortiOS Authentication Bypass Vulnerable Behaviour Detection
๐ฌ
Description:
This script attempts to create a WebSocket connection at a random URI from a pre-authenticated perspective to the FortiOS management interface, and reviews the response to determine if the instance is vulnerable
Affected Versions:
โช๏ธ FortiOS 7.0.0 through 7.0.16
โช๏ธ FortiProxy 7.0.0 through 7.0.19
โช๏ธ FortiProxy 7.2.0 through 7.2.12
๐ธ Github
โฌ๏ธ Download
๐
#Python #CVE #Vulnerable #Detection
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
A Fortinet FortiOS Authentication Bypass Vulnerable Behaviour Detection
Description:
This script attempts to create a WebSocket connection at a random URI from a pre-authenticated perspective to the FortiOS management interface, and reviews the response to determine if the instance is vulnerable
Affected Versions:
BugCod3#Python #CVE #Vulnerable #Detection
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4โค3๐ฅ3โก2๐1
HExHTTP
๐ฌ
HExHTTP is a tool designed to perform tests on HTTP headers and analyze the results to identify vulnerabilities and interesting behaviors.
๐ Features:
โช๏ธ Server Error response checking
โช๏ธ Localhost header response analysis
โช๏ธ Vhosts checking
โช๏ธ Methods response analysis
โช๏ธ HTTP Version analysis [Experimental]
โช๏ธ Cache Poisoning DoS (CPDoS) techniques
โช๏ธ Web cache poisoning
โช๏ธ Range poisoning/error (416 response error) [Experimental]
โช๏ธ Cookie Reflection
โช๏ธ CDN/proxies Analysis (Envoy/Apache/Akamai/Nginx) [IP]
๐ผ Installation:
๐ป Usage:
๐ธ Github
โฌ๏ธ Download
๐
#Python #HTTP #Headers #Analyze
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
HExHTTP is a tool designed to perform tests on HTTP headers and analyze the results to identify vulnerabilities and interesting behaviors.
pip install -r requirements.txt
./hexhttp.py -u 'https://target.tld/'
# OR
python3 hexhttp.py -u 'https://target.tld/'
./hexhttp.py -h
# Usage: hexhttp.py [-h] [-u URL] [-f URL_FILE] [-H CUSTOM_HEADER] [-A USER_AGENT] [-F] [-a AUTH] [-b]
BugCod3#Python #HTTP #Headers #Analyze
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐ฅ3โก2๐2๐พ1
IDOR-Forge
IDOR Forge is an advanced and versatile tool designed to detect Insecure Direct Object Reference (IDOR) vulnerabilities in web applications.
๐ฌ Description:
IDOR Forge is a powerful and versatile tool designed to detect Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. IDOR vulnerabilities occur when an application exposes direct references to internal objects (e.g., database keys, file paths) without proper authorization checks, allowing attackers to access unauthorized data. This tool automates the process of identifying such vulnerabilities by dynamically generating and testing payloads, analyzing responses, and reporting potential issues.
๐ Features:
โช๏ธ Dynamic Payload Generation
โช๏ธ Multi-Parameter Scanning
โช๏ธ Support for Multiple HTTP Methods
โช๏ธ Concurrent Scanning
โช๏ธ Rate Limiting Detection
โช๏ธ Customizable Test Values
โช๏ธ Sensitive Data Detection
โช๏ธ Proxy Support
โช๏ธ Interactive GUI Mode
โช๏ธ Verbose Mode
โช๏ธ Output Options
โช๏ธ Custom Headers
โช๏ธ Session Handling
๐ผ Installation:
๐ป Usage:
๐ผ Interactive GUI Mode:
๐ธ Github
โฌ๏ธ Download
๐
#Python #Idor #Vulnerability #Tools
โ โ โ โ โ โ โ โ โ โ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
IDOR Forge is an advanced and versatile tool designed to detect Insecure Direct Object Reference (IDOR) vulnerabilities in web applications.
IDOR Forge is a powerful and versatile tool designed to detect Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. IDOR vulnerabilities occur when an application exposes direct references to internal objects (e.g., database keys, file paths) without proper authorization checks, allowing attackers to access unauthorized data. This tool automates the process of identifying such vulnerabilities by dynamically generating and testing payloads, analyzing responses, and reporting potential issues.
pip install -r requirements.txt
python IDOR-Forge.py
# CLI Basic Usage
python IDOR-Forge.py -u "https://example.com/api/resource?id=1"
# Advanced Usage
python IDOR-Forge.py -u "https://example.com/api/resource?id=1" -p -m GET --proxy "http://127.0.0.1:8080" -v -o results.csv --output-format csv
python IDOR-Forge.py -u http://example.com/resource?id=1 -p -m GET --output results.csv --output-format csv --test-values [100,200,300] --sensitive-keywords ["password", "email"]
python idor_hunter.py --interactive
BugCod3#Python #Idor #Vulnerability #Tools
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7๐4๐ฅ3โก2
Trape (stable) v2.0
๐ฌ
Trape is an OSINT analysis and research tool, which allows people to track and execute intelligent social engineering attacks in real time. It was created with the aim of teaching the world how large Internet companies could obtain confidential information such as the status of sessions of their websites or services and control their users through their browser, without their knowledge, but It evolves with the aim of helping government organizations, companies and researchers to track the cybercriminals.
๐ Some benefits:
โช๏ธ LOCATOR OPTIMIZATION
โช๏ธ APPROACH
โช๏ธ REST API
โช๏ธ PROCESS HOOKS
โช๏ธ PUBLIC NETWORK TUNNEL
โช๏ธ CLICK ATTACK TO GET CREDENTIALS
โช๏ธ NETWORK
โช๏ธ PROFILE
๐ป Usage:
Github
โฌ๏ธ Download
๐
#Python #Osint #Security #Tracking #Tools
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
๐ฌ
Trape is an OSINT analysis and research tool, which allows people to track and execute intelligent social engineering attacks in real time. It was created with the aim of teaching the world how large Internet companies could obtain confidential information such as the status of sessions of their websites or services and control their users through their browser, without their knowledge, but It evolves with the aim of helping government organizations, companies and researchers to track the cybercriminals.
๐ Some benefits:
โช๏ธ LOCATOR OPTIMIZATION
โช๏ธ APPROACH
โช๏ธ REST API
โช๏ธ PROCESS HOOKS
โช๏ธ PUBLIC NETWORK TUNNEL
โช๏ธ CLICK ATTACK TO GET CREDENTIALS
โช๏ธ NETWORK
โช๏ธ PROFILE
๐ป Usage:
cd trape
pip3 install -r requirements.txt
python3 trape.py -h
#Example: python3 trape.py --url http://example.com --port 8080
Github
โฌ๏ธ Download
๐
BugCo3#Python #Osint #Security #Tracking #Tools
โโโโโโโโโโ
๐ค T.me/BugCod3BOT
๐ฃ T.me/BugCod3
๐ฅ3โค2โก1