This commit is contained in:
mb 2019-01-29 08:04:33 -05:00
parent e74dedab09
commit 3f968ee995
2 changed files with 15 additions and 10 deletions

18
.gitmodules vendored
View File

@ -1,33 +1,33 @@
[submodule "web/tomcatWarDeployer"] [submodule "web/tomcatWarDeployer"]
path = web/tomcatWarDeployer path = web/tomcatWarDeployer
url = git@github.com:mgeeky/tomcatWarDeployer.git url = https://github.com/mgeeky/tomcatWarDeployer.git
[submodule "social-engineering/VisualBasicObfuscator"] [submodule "social-engineering/VisualBasicObfuscator"]
path = social-engineering/VisualBasicObfuscator path = social-engineering/VisualBasicObfuscator
url = git@github.com:mgeeky/VisualBasicObfuscator.git url = https://github.com/mgeeky/VisualBasicObfuscator.git
[submodule "social-engineering/RobustPentestMacro"] [submodule "social-engineering/RobustPentestMacro"]
path = social-engineering/RobustPentestMacro path = social-engineering/RobustPentestMacro
url = git@github.com:mgeeky/RobustPentestMacro.git url = https://github.com/mgeeky/RobustPentestMacro.git
[submodule "web/burpContextAwareFuzzer"] [submodule "web/burpContextAwareFuzzer"]
path = web/burpContextAwareFuzzer path = web/burpContextAwareFuzzer
url = git@github.com:mgeeky/burpContextAwareFuzzer.git url = https://github.com/mgeeky/burpContextAwareFuzzer.git
[submodule "web/dirbuster"] [submodule "web/dirbuster"]
path = web/dirbuster path = web/dirbuster
url = git@github.com:mgeeky/dirbuster.git url = https://github.com/mgeeky/dirbuster.git
[submodule "social-engineering/PhishingPost"] [submodule "social-engineering/PhishingPost"]
path = social-engineering/PhishingPost path = social-engineering/PhishingPost
url = git@github.com:mgeeky/PhishingPost.git url = https://github.com/mgeeky/PhishingPost.git
[submodule "web/arachni-launching-script"] [submodule "web/arachni-launching-script"]
path = web/arachni-launching-script path = web/arachni-launching-script
url = git@github.com:mgeeky/arachni-launching-script.git url = https://github.com/mgeeky/arachni-launching-script.git
[submodule "red-teaming/RobustPentestMacro"] [submodule "red-teaming/RobustPentestMacro"]
path = red-teaming/RobustPentestMacro path = red-teaming/RobustPentestMacro
url = https://github.com/mgeeky/RobustPentestMacro url = https://github.com/mgeeky/RobustPentestMacro
[submodule "red-teaming/VisualBasicObfuscator"] [submodule "red-teaming/VisualBasicObfuscator"]
path = red-teaming/VisualBasicObfuscator path = red-teaming/VisualBasicObfuscator
url = git@github.com:mgeeky/VisualBasicObfuscator.git url = https://github.com/mgeeky/VisualBasicObfuscator.git
[submodule "red-teaming/PhishingPost"] [submodule "red-teaming/PhishingPost"]
path = red-teaming/PhishingPost path = red-teaming/PhishingPost
url = git@github.com:mgeeky/PhishingPost.git url = https://github.com/mgeeky/PhishingPost.git
[submodule "web/proxy2"] [submodule "web/proxy2"]
path = web/proxy2 path = web/proxy2
url = https://github.com/mgeeky/proxy2 url = https://github.com/mgeeky/proxy2

View File

@ -2,6 +2,11 @@
This is a collection of many tools, scripts, cheatsheets and other loots that I've been developing over years for penetration testing and IT Security audits purposes. Many of them actually had been used during real-world assignments, some of them are a collection gathered from various sources (waiting to be used someday). This is a collection of many tools, scripts, cheatsheets and other loots that I've been developing over years for penetration testing and IT Security audits purposes. Many of them actually had been used during real-world assignments, some of them are a collection gathered from various sources (waiting to be used someday).
**Notice:** In order to clone it properly - use `--recurse-submodules` option:
```
bash$ git clone --recurse-submodules https://github.com/mgeeky/Penetration-Testing-Tools
```
This repository does not contain actual exploits. These I will release under separate repository in some point in future. This repository does not contain actual exploits. These I will release under separate repository in some point in future.
Most of these files actually comes straight from my [Gists](https://gist.github.com/mgeeky) - I've decided to move them into separated repository as managmenet of this number of scripts became tough nut to crack. Most of these files actually comes straight from my [Gists](https://gist.github.com/mgeeky) - I've decided to move them into separated repository as managmenet of this number of scripts became tough nut to crack.