An open API service indexing awesome lists of open source software.

https://github.com/cyborgkali426/scanlinkexcerpt

Search for a very specific vulnerability in which you already have knowledge and then act on it.
https://github.com/cyborgkali426/scanlinkexcerpt

hacker hacking-tool hacking-tools linux-hacking-tools linuxhacking network networks python3 scan-vulnerabilities topics vulnerability

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```