Vulnx is An Intelligent Bot Auto Shell Injector that detect vulnerabilities in multiple types of Cms, fast cms detection,informations gathering and vulnerabilitie Scanning of the target like subdomains, ipaddresses, country, org, timezone, region, ans and more.
Instead of injecting each and every shell manually like all the other tools do, it analyses the target website checking the presence of a vulnerabilitie if so the shell will be Injected.searching urls with dorks Tool.
Features
Ports Scan
High LevelDns
-Servers DumpAlso Read – Windows Hacks : Creative & Unusual Things That Can Be Done With The Windows API
DNS-Map-Results
To do this,run a scan with the –dns flag and -d for subdomains. To generate a map of isetso.rnu.tn, you can run the command vulnx -u isetso.rnu.tn --dns -d --output $PATH
in a new terminal.
$PATH
: Where the graphs results will be stored.
Let’s generates an image displaying target Subdomains,MX & DNS data.
Exploits
Available command line options
usage: vulnx [options]
-u –url url target
-D –dorks search webs with dorks
-o –output specify output directory
-t –timeout http requests timeout
-c –cms-info search cms info[themes,plugins,user,version..]
-e –exploit searching vulnerability & run exploits
-w –web-info web informations gathering
-d –domain-info subdomains informations gathering
-l, –dork-list list names of dorks exploits
-n, –number-page number page of search engine(Google)
-p, –ports ports to scan
-i, –input specify domains to scan from an input file
–threads number of threads
–dns dns informations gathering
Docker
$ git clone https://github.com/anouarbensaad/VulnX.git
$ cd VulnX
$ docker build -t vulnx ./docker/
$ docker run -it –name vulnx vulnx:latest -u http://exemple.com
run vulnx container in interactive mode
to view logfiles mount it in a volume like so:
$ docker run -it –name vulnx -v “$PWD/logs:/VulnX/logs” vulnx:latest -u http://exemple.com
change the mounting directory..
VOLUME [ “$PATH” ]
Install vulnx on Ubuntu
$ git clone https://github.com/anouarbensaad/vulnx.git
$ cd VulnX
$ chmod +x install.sh
$ ./install.sh
Now run vulnx
Install On Termux
$ pkg update $ pkg install -y git
$ git clone http://github.com/anouarbensaad/vulnx
$ cd vulnx
$ chmod +x install.sh
$ ./install.sh
Install In Windows
> cd c:/vulnx-master
> python vulnx.py
vulnx -u http://example.com –timeout 3 -c all -d -w –exploit
vulnx --list-dorks
return table of exploits name. vulnx -D blaze
return urls found with blaze dork
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…