|
@@ -2,6 +2,16 @@
|
|
|
|
|
|
some helper scripts for pentesting
|
|
|
|
|
|
+### shell-plug.sh
|
|
|
+
|
|
|
+little helper scripts includiong some often needed aliases and functions for keeping the target info and project folder in environment variables.
|
|
|
+
|
|
|
+source this script in your .bashrc:
|
|
|
+
|
|
|
+```
|
|
|
+source ~/.pentest-helpers/shell-plug.sh
|
|
|
+```
|
|
|
+
|
|
|
### create-meter.sh
|
|
|
|
|
|
script to create linux and windows (x86/x64) meterpreter faster and with less typing.
|