forked from trustedsec/ptf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from trustedsec/master
Updated by Library Project Script . 20221111
- Loading branch information
Showing
12 changed files
with
151 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for go-windapsearch | ||
##################################### | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update go-windapsearch a tool to assist in Active Directory Domain enumeration through LDAP queries." | ||
|
||
AUTHOR="Ronnie Flathers - ropnop" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
# OPTIONS = GIT, SVN, FILE | ||
INSTALL_TYPE="GIT" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="https://github.com/ropnop/go-windapsearch.git" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="go-windapsearch" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="git" | ||
|
||
# DEPENDS FOR ARCHLINUX INSTALLS | ||
ARCHLINUX="git,go" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="go get -u github.com/magefile/mage && cd {INSTALL_LOCATION} && mage build" | ||
|
||
# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL | ||
LAUNCHER="windapsearch" | ||
|
||
# PREREQ INSTALL MODULES NEEDED FOR THIS TOOL TO WORK PROPERLY | ||
TOOL_DEPEND="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for TeamFiltration | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="David Kennedy (HackingDave)" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update TeamFiltration - a cross-platform framework for O365/AAD accounts." | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD, TAGS | ||
# OPTIONS = GIT, SVN, FILE, TAGS | ||
INSTALL_TYPE="TAGS" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY - new releases will need to change tag path | ||
REPOSITORY_LOCATION="" | ||
|
||
# IF INSTALL_TYPE TAGS IS SPECIFIED, THIS WILL PULL THE LATEST VERSION OF AN APPLICATION BACK VIA GITHUB TAGS | ||
# YOU WILL NEED TO KNOW THE OWNER, REPO, AND FILENAME. EXAMPLE: https://github.com/Flangvik/TeamFiltration/ | ||
# THE OWNER: FLANGVIK | ||
# THE REPO: TeamFiltration | ||
# THE FILENAME CAN BE FOUND UNDER https://github.com/Flangvik/TeamFiltration/releases/ | ||
# IN THIS EXAMPLE TeamFiltration_Linux IS THE NAME OF THE FILE WE ARE DOWNLOADING | ||
|
||
# OWNER OF THE REPO | ||
OWNER="FLANGVIK" | ||
|
||
# REPO NAME FOR THE TOOL/PROJECT | ||
REPOHOME="TeamFiltration" | ||
|
||
# FILENAME WE ARE DOWNLOADING | ||
FILENAME="TeamFiltration_Linux" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="teamfiltration" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="" | ||
|
||
# DEPENDS FOR ARCHLINUX INSTALLS | ||
ARCHLINUX="" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="cd {INSTALL_LOCATION};chmod +x TeamFiltration_Linux" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,32 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for Legion | ||
# Installation module for legion | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="qt-pie" | ||
AUTHOR="HackingDave / BustedSec" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update Legion by GoVanguard - a semi-automated network penetration testing framework based on the tool Sparta (https://govanguard.com/legion)" | ||
DESCRIPTION="This module will install/update Legion (semi-automated network penetration testing framework)" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
# OPTIONS = GIT, SVN, FILE | ||
INSTALL_TYPE="GIT" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="https://github.com/GoVanguard/legion" | ||
REPOSITORY_LOCATION="https://github.com/GoVanguard/legion.git" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="legion" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git docker xorg" | ||
DEBIAN="python3-pip python3-pyqt5 python3-sqlalchemy python3-serial-asyncio python3-quamash python3-termcolor python3-pyfiglet python3-psycopg2 python3-apscheduler python3-pandas" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="git docker xorg-x11-server-Xorg" | ||
FEDORA="" | ||
|
||
AFTER_COMMANDS="cd {INSTALL_LOCATION}/docker,chmod +x runIt.sh,xhost +local:docker,./runIt.sh" | ||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="pip3 install pyExploitDb;pip3 install pyShodan;cd {INSTALL_LOCATION};chmod +x startLegion.sh" | ||
|
||
# create a launcher | ||
LAUNCHER="" | ||
|
||
# PREREQ INSTALL MODULES NEEDED FOR THIS TOOL TO WORK PROPERLY | ||
TOOL_DEPEND="" | ||
# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL | ||
LAUNCHER="startlegion" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters