├── ArmitageWithProxychains.sh ├── DPMB.py ├── EZPZ.py ├── EZPZ_HowTo.txt ├── EZPZ_Requirements.txt ├── EasyPeasey_payload_handler.rc ├── Metasploit.py ├── Pupy_Menu.py ├── Pupy_Payload_Generator.py ├── README.md ├── Stitch_Menu.py ├── TestAllListeners.py ├── autoprivscript_and_checklist_post_exploitation.py ├── banner_EZPZ.txt ├── dependencyInstall.sh ├── duckencode.jar ├── embed_pdf_pupy.pdf ├── embed_pdf_pupy.py ├── encoder_Tester.py ├── generate_pdf.rc ├── makeafolder ├── msfvenom_encoders.txt ├── payloads ├── makeafolder └── tester │ └── makeafolder ├── pupy_installer_firstattempt.sh ├── setup_Easy_Peasey.py ├── stitchInstaller.py ├── tester.py └── testerPrototype2.py /ArmitageWithProxychains.sh: -------------------------------------------------------------------------------- 1 | Tor 2 | proxychains armitage 3 | -------------------------------------------------------------------------------- /DPMB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/DPMB.py -------------------------------------------------------------------------------- /EZPZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/EZPZ.py -------------------------------------------------------------------------------- /EZPZ_HowTo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/EZPZ_HowTo.txt -------------------------------------------------------------------------------- /EZPZ_Requirements.txt: -------------------------------------------------------------------------------- 1 | termcolor 2 | StringIO 3 | -------------------------------------------------------------------------------- /EasyPeasey_payload_handler.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/EasyPeasey_payload_handler.rc -------------------------------------------------------------------------------- /Metasploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/Metasploit.py -------------------------------------------------------------------------------- /Pupy_Menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/Pupy_Menu.py -------------------------------------------------------------------------------- /Pupy_Payload_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/Pupy_Payload_Generator.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/README.md -------------------------------------------------------------------------------- /Stitch_Menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/Stitch_Menu.py -------------------------------------------------------------------------------- /TestAllListeners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/TestAllListeners.py -------------------------------------------------------------------------------- /autoprivscript_and_checklist_post_exploitation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/autoprivscript_and_checklist_post_exploitation.py -------------------------------------------------------------------------------- /banner_EZPZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/banner_EZPZ.txt -------------------------------------------------------------------------------- /dependencyInstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/dependencyInstall.sh -------------------------------------------------------------------------------- /duckencode.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/duckencode.jar -------------------------------------------------------------------------------- /embed_pdf_pupy.pdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | # dont forget to add a return option 5 | -------------------------------------------------------------------------------- /embed_pdf_pupy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/embed_pdf_pupy.py -------------------------------------------------------------------------------- /encoder_Tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/encoder_Tester.py -------------------------------------------------------------------------------- /generate_pdf.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/generate_pdf.rc -------------------------------------------------------------------------------- /makeafolder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /msfvenom_encoders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/msfvenom_encoders.txt -------------------------------------------------------------------------------- /payloads/makeafolder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /payloads/tester/makeafolder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pupy_installer_firstattempt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/pupy_installer_firstattempt.sh -------------------------------------------------------------------------------- /setup_Easy_Peasey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/setup_Easy_Peasey.py -------------------------------------------------------------------------------- /stitchInstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/stitchInstaller.py -------------------------------------------------------------------------------- /tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/tester.py -------------------------------------------------------------------------------- /testerPrototype2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanc7/EasyPeasey/HEAD/testerPrototype2.py --------------------------------------------------------------------------------