Skip to content

Shell script utilizing well known tools in the industry , and automates them for the user :)

Notifications You must be signed in to change notification settings

TCyberChef/Vulner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

About Me

I do not consider myself a programmer I would gladly accept pointers from others to improve the code and make it more efficient, or simplify the code.
If you would like to make any comments then please feel free to email me at

Vulner

The Bash script uses well known tools in the industry , and automates them for the user. Please use this for your own goodwill. My inspiration for this script came from studying cybersecurity in John Bryce.

The the main purpose for this tool is for anyone who wants to test his network for vulnerabilities. The tool uses tools such as Nmap, masscan and Tshark. Scanning the network and giving the user information about the devices found on that specific network. This tool works on LAN and WAN networks.

Disclaimer

Any actions and or activities related to Vulner is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held responsible in the event any criminal charges be brought against any individuals misusing this toolkit to break the law.

This toolkit contains materials that can be potentially damaging or dangerous for social media. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way.

This Tool is made for educational purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then Get the hell out of here!

It only demonstrates "how phishing works". You shall not misuse the information to gain unauthorized access to someones social media. However you may try out this at your own risk.

Installation

  • Make sure that you have git installed -
$ apt install git
  • Just, Clone this repository -
$ git clone https://github.com/TCyberChef/Vulner
  • Change to cloned directory and run Vulner.sh -
$ cd Vulner
$ bash Vulner.sh

or

$ cd Vulner
$ chmod 777 Vulner.sh
$ ./Vulner.sh
  • On first launch, It'll install the dependencies and that's it. Vulner.sh is installed.

The script requires the user to have the tools installed on his machine. Built-in function will update and download the tools required to continue with the script.

Dependencies

Vulner requires following programs to run properly -

  • Nmap + NSE (Nmap Script Engine)
  • Masscan
  • Thsark
  • SearchSploit

All the dependencies will be installed automatically when you run Vulner for the first time.

Features

  • The script will map netwrok devices for ports, services and vulnerabilities

  • Getting user input

  • The user enters the network range, and a new directory should be created.

  • Mapping ports and services

  • The script scans and maps the network, saving information into the directory.

  • Mapping vulnerabilities

  • The script will look for vulnerabilities using the nmap scripting engine,

  • searchsploit, and finding weak passwords used in the network.

  • Displaying results

  • At the end of the scan, show the user the general scanning statistics.

About

Shell script utilizing well known tools in the industry , and automates them for the user :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages