Skip to content

Search for a very specific vulnerability in which you already have knowledge and then act on it.

Notifications You must be signed in to change notification settings

cyborgkali426/ScanLinkExcerpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ScanLinkExcerpt

The code aims to search for a specific vulnerability in which you have already

Configuration and installation mode

pip install requests beautifulsoup4

Execution mode and functionality

python3 scan-link-excerpt.py

Digite o host (ex.: http://bancocn.com):

Digite o trecho de busca (ex.: .php?id=):

Visitando: http://bancocn.com
Visitando: http://bancocn.com/cat.php?id=1
Visitando: http://bancocn.com/cat.php?id=2
Visitando: http://bancocn.com/cat.php?id=3
Visitando: http://bancocn.com/cdn-cgi/l/email-protection

Resultados encontrados:
http://bancocn.com/cat.php?id=3
http://bancocn.com/cat.php?id=2
http://bancocn.com/cat.php?id=1

Releases

No releases published

Packages

No packages published

Languages