Added better error handling into main loader

This commit is contained in:
TrustedSec 2013-09-06 21:52:17 -04:00
parent 4b7a67037d
commit ab14d5c0df

View file

@ -1,3 +1,13 @@
~~~~~~~~~~~~~~~~
version 5.3.4
~~~~~~~~~~~~~~~~
* added better handling when exporting autorun configuration using payload selection options
* fixed a typo in the SET setup.py file "We are no finished" to "We are now finished"
* added new configuration option called HARVESTER_LOG_PASSWORDS, you can turn this off if you do not want to capture credentials
* fixed cannot import src.core.setcore when launching set interactive shell in solo mode
* rehauled large portion of the powershell injection so that when multipyinjector or pyinjector is specified, it will take the same attributes and payloads and overwrite the config options. This means that when you select say 10 payloads from multipyinjector, the powershell injection will match the exact same ports and payloads. This allows you to customize each of the payloads to what you want
~~~~~~~~~~~~~~~~
version 5.3.3
~~~~~~~~~~~~~~~~