Releases: Al-Azif/ps4-exploit-host
Releases · Al-Azif/ps4-exploit-host
v0.3.6.1
v0.3.6
v0.3.5
- Removed LAN blocking. Causing more trouble than issues it's fixing. Just don't forward the ports if you don't want external access
- Pretty printing
- Blank out sever and date HTTP headers... because I can
- Added autosend arg. Using --autosend will send the payload named
autosend.bin
from the payload directory (If it exists) automatically upon loading of the exploit.
Depreciated
v0.3.4
v0.3.3
- Move payload threading location
- Fixed a threading issue
- Named all threads
- Shuffled main function to make a little more sense
- Add Python 2 alert
- Catch a socket error (If payload sending was interrupted)
- Changed payload sender timeout (from 60 to 15 seconds)
Depreciated
v0.3.2
- Added ability to host different exploits
- CLI users can use --exploit to specify exploit to use
- Exploit menu for choosing exploit to host will be shown for double click or if unspecified in CLI
- Includes Specter and IDC exploit in release
- Removed color on IP (Was garbled text on Windows)
- New closer function to display errors vs just quiting for double click
Depreciated
v0.3.1.1
v0.3
Complete rewrite.
- Updated to Python 3
- Meaning you need to run this with Python3! Use release v0.2.3 if you need Python 2 support as it'll be the last Python 2 release
- Fix update bug. (Server became blocking while update 4.05 was transferring)
- Custom fork of FakeDns
- Import FakeDns into script rather than using it as a subprocess
- Multi threaded everything
- Cleaned up code in general
- Removed support scripts (Sender & MakeFTP) until I rewrite them
Depreciated