Skip to content

Commit

Permalink
update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 12, 2015
1 parent 133bccc commit 4489a95
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The PenTesters Framework (PTF) - A TrustedSec Project - Copyright 2015
The PenTesters Framework (PTF)
A TrustedSec Project - Copyright 2015
Written by: David Kennedy (@HackingDave)
https://www.trustedsec.com
Twitter: @TrustedSec, @HackingDave
Expand Down Expand Up @@ -33,31 +34,18 @@ First, head over to the modules/ directory, inside of there are sub directories

Below is a sample module

#!/usr/bin/env python
#######################################
# Installation module for BEEF
#######################################

# AUTHOR OF MODULE NAME
AUTHOR="David Kennedy (ReL1K)"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update the Browser Exploitation Framework (BeEF)"

# 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/beefproject/beef"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="ruby1.9.3,sqlite3,ruby-sqlite3"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION},ruby install-beef,exit"

###Module Development:
Expand Down

0 comments on commit 4489a95

Please sign in to comment.