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.
remove snoopy-ng for peanuts replacement
- Loading branch information
TrustedSec
committed
Aug 29, 2017
1 parent
7465db7
commit 273bd64
Showing
3 changed files
with
32 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/usr/bin/env python | ||
##################################### | ||
# Installation module for Peanuts | ||
##################################### | ||
|
||
# AUTHOR OF MODULE NAME | ||
AUTHOR="Dave Kennedy (HackingDave)" | ||
|
||
# DESCRIPTION OF THE MODULE | ||
DESCRIPTION="This module will install/update Peanuts, a free and open source wifi tracking tool." | ||
|
||
# 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/sensepost/peanuts" | ||
|
||
# WHERE DO YOU WANT TO INSTALL IT | ||
INSTALL_LOCATION="peanuts" | ||
|
||
# DEPENDS FOR DEBIAN INSTALLS | ||
DEBIAN="git, python-pip, python-gps" | ||
|
||
# DEPENDS FOR FEDORA INSTALLS | ||
FEDORA="git" | ||
|
||
LAUNCHER="peanuts" | ||
|
||
# COMMANDS TO RUN AFTER | ||
AFTER_COMMANDS="cd {INSTALL_LOCATION},pip install -r requirements.txt" |
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