-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #620 from GlobularOne/master
Add 5 tools and fix 3
- Loading branch information
Showing
8 changed files
with
161 additions
and
9 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
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,32 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for NetExec | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="Pennyw0rth" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update NetExec" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
# OPTIONS = GIT, SVN, FILE | ||
INSTALL_TYPE="" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="https://github.com/Pennyw0rth/NetExec" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="NetExec" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git,pipx" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="git,pipx" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="pipx install git+https://github.com/Pennyw0rth/NetExec" | ||
|
||
# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL | ||
LAUNCHER="" |
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,29 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for cutycapt | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="Björn Höhrmann" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update Cutycapt" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
# OPTIONS = GIT, SVN, FILE | ||
INSTALL_TYPE="" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="cutycapt" | ||
|
||
# BYPASS UPDATES | ||
BYPASS_UPDATE="YES" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="" |
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,32 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for wireshark | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="Wireshark" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update Wireshark" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
# OPTIONS = GIT, SVN, FILE | ||
INSTALL_TYPE="" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="wireshark" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="wireshark" | ||
|
||
# BYPASS UPDATES | ||
BYPASS_UPDATE="YES" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="" |
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,28 @@ | ||
#!/usr/bin/env python | ||
#################################### | ||
# Installation module for nuclei # | ||
#################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="ProjectDiscovery, Inc" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update Nuclei" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
INSTALL_TYPE="GIT" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="https://github.com/projectdiscovery/nuclei" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="nuclei" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git,golang" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="cd {INSTALL_LOCATION},go get,go build" | ||
|
||
# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL | ||
LAUNCHER="nuclei" |
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,31 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for airgeddon # | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="v1s1t0r1sh3r3" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update airgeddon" | ||
|
||
# INSTALL TYPE GIT, SVN, FILE DOWNLOAD | ||
INSTALL_TYPE="GIT" | ||
|
||
# LOCATION OF THE FILE OR GIT/SVN REPOSITORY | ||
REPOSITORY_LOCATION="https://github.com/v1s1t0r1sh3r3/airgeddon" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="airgeddon" | ||
|
||
# PREREQ INSTALL MODULES NEEDED FOR THIS TOOL TO WORK PROPERLY | ||
TOOL_DEPEND="modules/wireless/aircrackng" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git,iw,awk,pciutils,xterm,procps" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="cd {INSTALL_LOCATION}, chmod +x airgeddon.sh, ./airgeddon.sh, mv airgeddon.sh airgeddon" | ||
|
||
# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL | ||
LAUNCHER="airgeddon" |