Skip to content

Commit

Permalink
Merge pull request trustedsec#229 from l0gan/backHack
Browse files Browse the repository at this point in the history
backHack Mobile App Analysis Android
  • Loading branch information
trustedsec authored Oct 14, 2016
2 parents 6b6d53e + 19979f9 commit 7b3043b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/mobile-analysis/backHack.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/env python
#######################################
# Installation module for backHack
#######################################

# AUTHOR OF MODULE NAME
AUTHOR="Kirk Hayes (l0gan)"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update backHack."

# 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/MooseDojo/backHack.git"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="backHack"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="android-tools-adb, android-tools-fastboot"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS=""

0 comments on commit 7b3043b

Please sign in to comment.