Skip to content

Bash script for search and looting exploits for a open and detected services.

Notifications You must be signed in to change notification settings

ajacobhack/lootXploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

lootXploits

Bash script to search for and loot exploits of detected open services.

banner-miniatura-lootxploits-2

Previous requirements

To run the script correctly you must have installed:

  • NMAP
  • Searchsploit

How do I run the tool?

To begin with, when executing the tool we will see the following:

image

Options [-h] Show this help panel

[-v] Show version

[-g] Pass IP or domain as argument; performs search for exploits for general version of services.

[-e] Pass IP or domain as argument; performs search for exploits for especific version of services. Warning: if you don't get a result, try -g only

The tool has two main modes:

  • general: The IP or domain of the target is passed as an argument and a search for exploits is performed for the services detected in their general version and name. E.g. ftp service

image

image

image

  • specific: The IP or domain of the target is passed as an argument and a search for exploits is performed for the services detected in their specific version, taking into account the specific service name and version number. E.g. ftp vftpd 2.3.4

image

image

image

About

Bash script for search and looting exploits for a open and detected services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages