I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://t.co/d9xLe45ehJ
Any suggestions on how I can improve are welcome!
Bug Bounty Hint
How to test for SQL injection
1) Select params for testing in:
🔹 URL query
🔹 POST body
🔹 Headers
🔹 Cookies
It can be any parameter. Typically, I test integer parameters first.
🧵 1/8
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://t.co/U6jGj5wxqT
Any suggestions on how I can improve are welcome!
#FrontendMentor#CodeChallenge
#bugbountytips
Account Takeover
When you sign up, try to register using existing email by adding \n at the end, it could sign you into someone's account/overwrite his account. ✍️
Example:
{"email":"[email protected]"}
↓
{"email":"[email protected]\n"}
I've just released a small Python utility to get Google Dorks results called dorks_hunter, will be in next reconFTW's release, meanwhile give it a try and send me some feedback:
https://t.co/iu6h94CZMg
#recon#osint#bugbounty#pentesting#hacking#tool