NaZaniin (@n0azixss) 's Twitter Profile
NaZaniin

@n0azixss

Cyber Security☠️
Bug Bounty-Hunter😈
Ethical Hacker💀
Front-End Developer👩‍💻

ID: 1817524717504401408

linkhttp://nnazari.ir calendar_today28-07-2024 11:39:44

34 Tweet

15 Takipçi

54 Takip Edilen

NaZaniin (@n0azixss) 's Twitter Profile Photo

File Upload Vulnerabilities: A Practical Methodology for Security Testing Link: medium.com/@N0aziXss/file… Tags: #FileUpload #WebSecurity #Pentesting #BugBounty #SecureCoding #Methodology

File Upload Vulnerabilities: A Practical Methodology for Security Testing
Link: medium.com/@N0aziXss/file…
Tags: #FileUpload #WebSecurity #Pentesting #BugBounty #SecureCoding #Methodology
NaZaniin (@n0azixss) 's Twitter Profile Photo

I wanted to share a quick clarification regarding the payload-related posts I make: ✅The Goal: To familiarize you with vulnerability concepts and different payload structures. ❌ Not the Goal: Providing a one-size-fits-all solution to bypass all defenses!

NaZaniin (@n0azixss) 's Twitter Profile Photo

The Real Key: Creativity and adaptation. You must assess each target application, identify its specific vulnerability, and tailor your payload accordingly. Sometimes, combining techniques is what fully bypasses a WAF.

NaZaniin (@n0azixss) 's Twitter Profile Photo

✅ Don't forget these simple tips 1️⃣If you find self-xss on a site, try to combine it with clickjacking. 2️⃣If you find self stored xss on a site, try to combine it with csrf. 3️⃣If you find ssrf on a site, try to convert it to rce. ⚠️ Be patient and don't rush in bugbanting

NaZaniin (@n0azixss) 's Twitter Profile Photo

⚠️Many APIs place the documentation in well-known paths. So be sure to check these paths: /api /swagger/index.html /swagger/v1/swagger.json /openapi.json /v2/api-docs /wsdl

NaZaniin (@n0azixss) 's Twitter Profile Photo

⚠️List of localhost addresses for SSRF bypass ⚪http://localhost 🟣http://127.1 ⚪[http://127.0.0.0](http://127.0.0.0/) 🟣http://2130706433 ⚪http://0177.1 🟣http://0x7f.1 ⚪http://127.000.000.1 🟣http://localtest .me ⚪http://[::1] 🟣http://[::]