/PenTesting

A collection of scripts and tools I have authored to aid in Pentesting, provided under GNUv3, NOTE: I am not liable if you use them for illegal purposes, these scripts should only be used on your own systems or systems where you have express written consent from the owner.

Primary LanguagePython

PenTesting

A collection of tools authored and collected to aid in Penetration Testing.

I am not liable for you use of these items, these scripts should only be used on your own systems or systems where you have express written consent from the owner, by useing this code / files you accept any and all liabbilites / consequences therein.

Contribute

With an ever dwindling amount of free time to work on this project it is always appreciated there are workaround / hacks that other developers have made in order to get the required functioanlity. As this project is GPL v3 (In the case of collected item, please refer to the license within the file itself) please contribute to it your code changes as follows.

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "I made these changes 123")
  4. Push to the branch (git push origin my_markup)
  5. Create an Issue with a link to your branch