Skip to content

Script getting and installing usefull tools for pentesting

License

Notifications You must be signed in to change notification settings

BlackyFox/PenTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PenTools Build Status

Script getting and installing usefull tools for pentesting

Usage

Right now, the script has only been tested on Kali.2016.2. Execution might not be as expected on other distributions.

To get the tools latests versions from their git (clone them into /opt):

python get_tools.py -g gitList.csv

To get them in a different path:

python get_tools.py -g gitList.csv -p PATH

To start the auto-config mode:

python get_tools.py -g gitList.csv -c

Note that the configuration must be written in the CSV file.

Personalize

You can easily add or delete some tools just by modifying the CSV file.

When you are doing it, you must keep in mind the following rules:

  • The order is the following: url, name, setup commands
  • Always use double quotes " and not simple ones
  • Always use a comma (,) to separate the objects
  • If no configuration is requiered for installation, enter "NA" in the setup column
  • If different steps are required, use &&
  • Note that every configuration are made inside the tool's directory

Credits

This tool collects various tools during its process. Those ones are the following:

License

MIT License

Copyright (c) 2016 BlackyFox

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Script getting and installing usefull tools for pentesting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages