Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemarshall committed Sep 25, 2017
1 parent 832b447 commit 6d37ebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## 1.4.1 _(Sept 25, 2017)_

- Enhancement
- Added the ability to pipe input to bros encoder when used in headless mode (bros encoder terminal mode currently isnt supported)
- Ex: ``` cat payload.txt | bros encode url ```
- Ex: ``` bros enc url < some_file.txt ```

## 1.3.0.3 _(June 30, 2017)_

- Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Brosec",
"version": "1.4.0",
"version": "1.4.1",
"description": "Brosec - Pentest fu for bros",
"main": "bros",
"repository": {
Expand Down

0 comments on commit 6d37ebe

Please sign in to comment.