Skip to content

Commit

Permalink
remove snoopy-ng for peanuts replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Aug 29, 2017
1 parent 7465db7 commit 273bd64
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
31 changes: 31 additions & 0 deletions modules/wireless/peanuts.py
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"
29 changes: 0 additions & 29 deletions modules/wireless/snoopy-ng.py

This file was deleted.

1 change: 1 addition & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version 1.15
* added cupp (PR)
* remove dirb - no longer supported
* fix ettercap module
* remove snoopy-ng to add new peanuts

~~~~~~~~~~~~~~~~~
version 1.14
Expand Down

0 comments on commit 273bd64

Please sign in to comment.