Penetration tester | Bug Bounty Hunter

Joined January 2020
95 Photos and videos
Pinned Tweet
Most "AI for cybersecurity" products are just chat interfaces. I wanted to build one that actually does the work. So I built Xalgorix—an open-source AI pentesting agent that orchestrates 70 security tools. 600 GitHub stars. MIT licensed. GitHub ↓
1
1
4
2,716
Most "AI for cybersecurity" products are just chat interfaces. I wanted to build one that actually does the work. So I built Xalgorix—an open-source AI pentesting agent that orchestrates 70 security tools. 600 GitHub stars. MIT licensed. GitHub ↓
1
1
4
2,716
Krishna Kumar retweeted
Most "AI for cybersecurity" products are just chat interfaces. I wanted to build one that actually does the work. So I built Xalgorix—an open-source AI pentesting agent that orchestrates 70 security tools. 600 GitHub stars. MIT licensed. GitHub ↓
1
1
4
2,716
28 Apr 2025
An SQL dump file (mysql.sql) was exposed at "http:// SUB.REDACTED .net/ wp-content/mysql.sql", revealing sensitive information like user credentials and API keys. Tip: Create a custom wordlist instead of using common ones. #bugbounty #CyberSecurity #hacking
49
Krishna Kumar retweeted
24 Jul 2024
Advanced SQL Injection Techniques now available in GitBook. Make a copy/ Archive / Convert to PDF before they report this too :). #bugbountytip #BugBounty #SQLInjection #SQLi nav1n0x.gitbook.io/advanced-…
10
193
684
46,726
Krishna Kumar retweeted
17 Sep 2023
19
280
1,481
75,703
Krishna Kumar retweeted
10 Sep 2023
Bug Bounty Tip List of localhost addresses for SSRF bypass 🔹http://localhost 🔹http://127.1 🔹http://127.0.0.0 🔹http://127.0.0.1 🔹http://2130706433 🔹http://0177.1 🔹http://0x7f.1 🔹http://127.000.000.1 🔹http://localtest .me 🔹http://[::1] 🔹http://[::] Cheers!
12
214
958
71,869
11 Aug 2023
Found a stored XSS in 15 minutes. Payload used: "></div><a/href="j&Tab;a&Tab;v&Tab;asc&Tab;ri&Tab;pt:alert&lpar;document.cookie&rpar;"> #bugbounty #cybersecurity #penetrationtesting
1
3
259
1 Aug 2023
XSS via Comment Bypass. The reflected payload was commented out in the source code like this: <!-- <h1>test</h1> -->. So, I used this payload to uncomment the code: --><h1>test</h1>. Now the source code becomes this: <!----><h1>test</h1> and it works. #bugbounty #xss #Pentesting
2
205
28 Jul 2023
Found an XSS in a VDP using paramspider, gau, waybackurls, and kxss #XSS #BugBounty
2
1
357
28 Jul 2023
payload used: '">
120
15 Jul 2023
3 Basic Steps of Bug Bounty Methodology 🧵👇 #bugbounty #hackerone
1
161
15 Jul 2023
- test login functionality, try some SQL injections or run sqlmap, try changing user privileges - try to strip off authorization headers from the request - test every input field for injection attacks with different payloads, try to bypass filters
1
138
15 Jul 2023
- Check for tokens are set to httponly or not - Try adding or changing application request headers - Anything you can modify or change should be tested
81