4 matches found
LinkFinder
Acerca de LinkFinder LinkFinder es un script en Python diseñado para descubrir endpoints y sus parámetros en archivos JavaScript. De esta manera, los testers de penetración y cazadores de bugs pueden recopilar nuevos endpoints ocultos en los sitios web que están probando, obteniendo así nuevos...
findom-xss
FinDOM-XSS FinDOM-XSS 是一个工具,可以快速查找可能的/潜在的基于DOM的XSS漏洞。 安装 root@kitploit: $ git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules 依赖项: LinkFinder 用法 要在目标上运行该工具,只需使用以下命令。 root@kitploit: $ ./findom-xss.sh https://domain.tld/about-us.html 这将对 domain.tld 运行该工具。...
findom-xss
FinDOM-XSS FinDOM-XSS is a tool that allows you to finding for possible and/ potential DOM based XSS vulnerability in a fast manner. Installation root@kitploit: $ git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules Dependencies: LinkFinder Usage To run the tool on a targe...
xnLinkFinder - A Python Tool Used To Discover Endpoints (And Potential Parameters) For A Given Target
About - v2.0 This is a tool used to discover endpoints and potential parameters for a given target. It can find them by: crawling a target pass a domain/URL crawling multiple targets pass a file of domains/URLs searching files in a given directory pass a directory name get them from a Burp projec...