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.
- Host: GitHub
- URL: https://github.com/cyborgkali426/scanlinkexcerpt
- Owner: cyborgkali426
- Created: 2025-02-05T04:23:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T04:43:45.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:57:16.488Z (about 1 year ago)
- Topics: hacker, hacking-tool, hacking-tools, linux-hacking-tools, linuxhacking, network, networks, python3, scan-vulnerabilities, topics, vulnerability
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```