Posts

Showing posts with the label Reflected XSS

Xanxss - A Unproblematic Xss Finding Tool

Image
XanXSS is a reflected XSS searching tool (DOM coming soon) that creates payloads based from templates. Unlike other XSS scanners that but run through a listing of payloads. XanXSS tries to brand the payload unidentifiable, for example: <xAnXSS</TitLE></STYLE><SVG/ONload='alERt(1);'/></XaNxSs</titLe></StYlE><SvG/ONlOAD='alerT(1);'/> <ifrAmE&#13;Src=&#160;[2].Find(CoNfirm);=&#160;"JAVaScRIpT:proMpT(1))"javAscrIpt:/*--></scRIPt> />cLIcK&#13;Me!</b</TextaRea></TiTLE><BUTtON ONcLIck='aleRT(1);'/>XaNxss</TEXTaRea> <iMG&#13;sRc=%0acONfIRM();=+'jAVASCRiPT:alerT("XSS");'</STYlE><Svg/onLoad='alErT((1));'/> With XanXSS every payload is different. XanXSS plant past times running through the payloads until a specified reveal is establish or a timer hits the max time, this prevents it from looping for to long. Some of...

Bashter - Spider Web Crawler, Scanner, In Addition To Analyzer Framework

Image
Bashter is a tool for scanning a Web-based Application. Bashter is rattling suitable for doing Bug Bounty or Penentration Testing. It is designed similar a framework in addition to hence you lot tin easily add together a script for respect vulnerability. For Example You tin add together something script similar this: ${BASHTER_HOME}/parts/form/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE} ${BASHTER_HOME}/parts/url/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE} ${BASHTER_HOME}/parts/header/yourscript.bash ${WEB-FULLPATH} ${WEB-SOURCECODE} For the sample, you lot tin follow existing scripts. Disable Script You solely involve to alter the extension, for illustration .bash => .xbash . by Default: Detect Form Input Detect CORS Missconfiguration Detect X-FRAME-OPTIONS missing (Clickjacking Potential) Detect Reflected XSS via URL Detect Reflected XSS via Form How to Install: git clone https://github.com/zerobyte-id/Bashter.git cd Bashter/ bash setup.bash...