Skip to content

Commit

Permalink
update changelog and readme with new commits
Browse files Browse the repository at this point in the history
  • Loading branch information
HackingDave committed May 7, 2020
1 parent 4ab2882 commit 3d1f5cf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ yes

This allows you to carry your module configuration over and only install the tools that you want and keep them updated.

You can also simply specify a module without using the category:

```
./ptf
use trevorc2
yes
```

### Modules:

First, head over to the modules/ directory, inside of there are sub directories based on the Penetration Testing Execution Standard (PTES) phases. Go into those phases and look at the different modules. As soon as you add a new one, for example testing.py, it will automatically be imported next time you launch PTF. There are a few key components when looking at a module that must be completed.
Expand Down Expand Up @@ -180,3 +188,14 @@ The `IGNORE_UPDATE_ALL_MODULES=` config option can be found under config/ptf.con
The `INCLUDE_ONLY_THESE_MODULES` in the config option under config/ptf.config will only install and include specific modules that are specified here. This is good for baselining the tools that you want and install only them.


### LAUNCH PTF WITH NO BANNER

You can launch PTF with no banner message if you want. Simply specify:

```
./ptf --no-banner
or
./ptf -nb
```
5 changes: 5 additions & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

* add evil-winrm
* add donut
* new ascii art from realagentwhite (PR)
* fix output log file to ptf.log (realagentwhite PR)
* fix autorecon launcher (realagentwhite PR)
* add a no banner option by specifying -nb or --no-banner (realagentwhite PR)
* fix use without category name (realagentwhite PR)

~~~~~~~~~~~~~~~~~
2.4.2
Expand Down

0 comments on commit 3d1f5cf

Please sign in to comment.