Skip to content

Releases: Al-Azif/ps4-exploit-host

v0.3.6.1

30 Dec 21:34
Compare
Choose a tag to compare
  • Revert handler change in v0.3.6
  • Autosend are can now specify which payload to autosend

Depreciated

v0.3.6

30 Dec 20:23
Compare
Choose a tag to compare
  • Better Python 2 detection
  • Wider range of URLs that will resolve to the exploit page

BAD RELEASE

v0.3.5

30 Dec 19:30
Compare
Choose a tag to compare
  • 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

30 Dec 14:58
ac876e1
Compare
Choose a tag to compare

The first release after a huge merge.

  • Fixed more possible threading issue.
  • Named threads in FakeDns
  • Various other small fixes

Depreciated

v0.3.3

30 Dec 12:42
Compare
Choose a tag to compare
  • 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

30 Dec 08:08
Compare
Choose a tag to compare
  • 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

30 Dec 04:05
Compare
Choose a tag to compare
  • Trying to fix an issue with the IP display color
  • Added output when choosing not to send a payload

Depreciated

v0.3

29 Dec 09:12
Compare
Choose a tag to compare

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

v0.2.3

28 Dec 16:33
Compare
Choose a tag to compare

FINAL PYTHON 2 RELEASE!

Make sure to download ps4-exploit-host-v0.2.3.zip not Source code (zip) or Source code (tar.gz)