34 matches found
chaos
chaos chaos is an 'origin' IP scanner developed by RST in collaboration with ChatGPT. It is a niche utility with an intended audience of mostly penetration testers and bug hunters. An origin-IP is a term-of-art expression describing the final public IP destination for websites that are publicly...
ipscan
Angry IP Scanner This is the source code of Angry IP Scanner, licensed with GPL v2. Official site The code is written mostly in Java. SWT library from Eclipse project is used for GUI that provides native components for each supported platform. The project runs on Linux, Windows and macOS. Helping...
pd-agent
ProjectDiscovery Cloud Platform — Agent What it does • Quick Start • Install • Configuration • Scaling What it does pd-agent lets you scan your own internal networks from the ProjectDiscovery Cloud Platform. Install the agent on a machine inside the network you want to scan — a VM, a server, a...
virustotalx
virustotalx for endpoints virustotalx for IPs V2 Installation root@kitploit: git clone https://github.com/orwagodfather/virustotalx.git root@kitploit: cd virustotalx create a 3 accounts https://www.virustotal.com/gui/join-us and copy the 3 api keys === root@kitploit: nano orwa.sh & root@kitploit:...
CVE-2021-22986
CVE-2021-22986 Este es un script simple para determinar si una IP es vulnerable a este CVE a partir de direcciones IP masivas. Para encontrar direcciones IP masivas, use la CLI de shodan o zoomeye. Guarde todas las IP en un archivo llamado "testips.txt"...
webscan
webscan webscan es un escáner de IP de red basado en navegador y detector de IP local. Detecta IPs vinculadas al usuario/víctima escuchando en un canal de datos RTP a través de WebRTC y realizando un bucle de retorno al puerto a través de cualquier IP activa, así como descubriendo todas las...
cve-2020-5902
cve-2020-5902 cve-2020-5902 POC exploit root@kitploit: POC CVE-2020-5902 - r0ttenbeef Usage: cve-2020-5902.py options Options: -h, --help show this help message and exit -u URL, --url=URL specify target url EX:http://100.200.300.10/ -i, --info grap some informations -f FILENAME, --file=FILENAME...
rsdl
rsdl Escáner de Subdominios v.2 Escaneo de subdominios con método Ping y comprobación de estados HTTP/S. Banderas| Valor| Descripción ---|---|--- --hostname| example.com| Dominio para escanear. --output| | Registra la salida con el nombre del dominio. --list| /tmp/lists/example.txt| Lista de...
CVE-2018-10933_Scanner
CVE-2018-10933Scanner es una herramienta para detectar versiones de libssh vulnerables a CVE-2018-10933. La cual permite escanear desde un único objetivo hasta una lista completa de direcciones IP al igual que permite mostrar la localización del servidor vulnerable. + Contacto: root@kitploit: x...
Forerunner
Forerunner La biblioteca Forerunner es una biblioteca de red rápida, ligera y extensible creada para ayudar en el desarrollo de aplicaciones robustas centradas en la red, tales como: Escáneres de IP, Golpeadores de Puertos, Clientes, Servidores, etc. En su estado actual, la biblioteca Forerunner ...
CloudRecon
CloudRecon ¡Encuentra activos de certificados! ¡Escanea la web! Herramienta presentada en @DEFCON 31 POR Gunnar Andrews @G0LDENinfosec Jason Haddix @Jhaddix Instalación Debes tener CGO habilitado, y puede que necesites instalar gcc para ejecutar CloudRecon root@kitploit: sudo apt install gcc...
reconspider
El Marco de Inteligencia de Fuentes Abiertas OSINT Más Avanzado ReconSpider ReconSpider es el marco de Inteligencia de Fuentes Abiertas OSINT más avanzado para escanear direcciones IP, correos electrónicos, sitios web, organizaciones y obtener información de diferentes fuentes. ReconSpider puede...
CVE-2023-20198
CVE-2023-20198 Check a target IP for CVE-2023-20198 python main.py TARGETIP...
Juniper-Bug-Automation-CVE-2023-36845
Automation for Juniper CVE:2023-36845 Overview This is a bash script designed to check for the CVE-2023-36845 vulnerability. This script processes a list of IP addresses, sends a request to each, and determines whether the system is vulnerable based on the response. Usage To use the script, run i...
honeyScore
honeyScore Scan a list of IP addresses for honeypots using the Shodan CLI Installation root@kitploit: git clone https://github.com/Skotizo/honeyScore cd honeyScore chmod +x install.sh ./install.sh Usage root@kitploit: ./honeyScore ipList.txt ./honeyScore ipList.txt results.txt Output...
CVE-2018-10933_Scanner
CVE-2018-10933Scanner es una herramienta para detectar versiones de libssh vulnerables a CVE-2018-10933. La cual permite escanear desde un único objetivo hasta una lista completa de direcciones IP al igual que permite mostrar la localización del servidor vulnerable...
CVE-2024-24919-Exploit
CVE202424919 Vulnerability Scanner This Java tool scans a list of IP addresses for the CVE-2024-24919 vulnerability. It attempts to exploit the vulnerability and provides options to print the response body data and change the target file directory. Table of Contents Usage Features Installation...
CVE-2020-0796-Batch-scanning
CVE-2020-0796 Batch scanning Since other scanning tools have a high false positive rate for CVE-2020-0796 verification, and Qi'anxin's tool cannot batch specify IPs. So I casually wrote this, place IPs in a txt file, use Qi'anxin scanning tool with multi-threaded scanning, but the CPU usage is...
ESXi-Ransomware-Scanner-mi
ESXiransomwarescanner A program that scans IP addresses for signs of ESXi compromise by grabbing the ransom note from an html page and comparing the strings. Requirements python 3.x requests BeautifulSoup tqdm colorama Installation Use the package manager pip to install the required packages...