Skip to content

Commit

Permalink
[ADD] Ready for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed Feb 17, 2021
1 parent 93aa62a commit 34fc7b5
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/1.4.0/faraday_version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[Faraday][faraday] versions: 3.14.0
[Faraday][faraday] versions: 3.14.0, 3.14.1
8 changes: 8 additions & 0 deletions CHANGELOG/1.4.1/1.general_changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
MOD Various UX improves in wizard:
* ADD special character control in name executor
* ADD More verbose info
* It is possible to exit wizard if its misconfigurated (will not be saved)
* FIX Not choosing executor (Using Q) generates correct config file
* MOD max data sent to server option is a manual edit configuration
* MOD more extensive default list of official executors
* MOD change color for options "next page" "don't choose"
1 change: 1 addition & 0 deletions CHANGELOG/1.4.1/E1.wpscan_not_use_docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ADD new WPScan executor that does not need docker anymore
1 change: 1 addition & 0 deletions CHANGELOG/1.4.1/E2.fix_nuclei.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FIX in nuclei_exclude parameter for nuclei executor
1 change: 1 addition & 0 deletions CHANGELOG/1.4.1/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Feb 17th, 2021
1 change: 1 addition & 0 deletions CHANGELOG/1.4.1/faraday_version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Faraday][faraday] versions: 3.14.0, 3.14.1
4 changes: 0 additions & 4 deletions CHANGELOG/current/config_wizard_executor.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/error_select_executor.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_nuclei.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/name_executor.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/quit_config_wizard.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/wpscan_not_use_docker.md

This file was deleted.

16 changes: 15 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.4.1 [Feb 17th, 2021]:
---
* MOD Various UX improves in wizard:
* ADD special character control in name executor
* ADD More verbose info
* It is possible to exit wizard if its misconfigurated (will not be saved)
* FIX Not choosing executor (Using Q) generates correct config file
* MOD max data sent to server option is a manual edit configuration
* MOD more extensive default list of official executors
* MOD change color for options "next page" "don't choose"
* ADD new WPScan executor that does not need docker anymore
* FIX in nuclei_exclude parameter for nuclei executor
* [Faraday][faraday] versions: 3.14.0, 3.14.1

1.4.0 [Dec 23rd, 2020]:
---
* A base_route can be added before the root of the server (e.g:
Expand All @@ -9,7 +23,7 @@ https://my.company.com/faraday/ as / of faraday)
* Add new flags for nmap executor: `-sC`,`-sV`,`-Pn`,`--script-timeout`,`--host-timeout`,`--top-ports`
* Fix bug nmap and nessus executors to execute with the dispatcher environment
* Fix nmap executor when http(s) scheme passed as target
* [Faraday][faraday] versions: 3.14.0
* [Faraday][faraday] versions: 3.14.0, 3.14.1

1.3.1 [Sep 7th, 2020]:
---
Expand Down
2 changes: 1 addition & 1 deletion faraday_agent_dispatcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

__author__ = """Eric Horvat"""
__email__ = "[email protected]"
__version__ = "1.4.0"
__version__ = "1.4.1"

0 comments on commit 34fc7b5

Please sign in to comment.