Al-Azif/ps4-exploit-host

add info for how to compile a new release

Closed this issue · 6 comments

[X] By putting an X in this box I agree I have read the above. If my issue is in regards something listed above (or I did not check this box) I agree to have my issue closed without comment. (LEAVE THIS LINE IN YOUR ISSUE)

Please add some information on how compile a new release
The last release is quite outdated which was compile on Mar 3, 2019
and if we want to run the latest version locally there is no way to do this..

Also if possible, please compile a new release for june 2020.

+1 for that. That would be very useful.

Though. you can grab the source code and run it on Linux/Cygwin/Windows environment as long as you have the right python packages installed. On Windows and Cygwin, I had to replace "from cgi import parse_qs" with "from urllib.parse import parse_qs" in start.py file to make it work. Of course you'll need to add the exploits yourself.

@YouEbr Where do you download all the latest exploits?

What python packages do I need?
What commands do you use to compile it?

Can you post a link to the latest version here?
I want to update my local version.

Umm, I don't have all the links handy. If you search around, you should find them.
I just reported an issue that I hit when Http port is changed. Once I get a reply or figure it out, I am going to update my write up here: https://github.com/YouEbr/ps4-exploit-host-on-Asuswrt-Merlin If by then there is no release by Al Azif, I'll add detailed steps to my write up.

@madmax2 , here is a link to my write up about updating HEN version. https://github.com/YouEbr/ps4-exploit-host-on-Asuswrt-Merlin/wiki/Updating-to-HEN-2.1
That might help you on how to go about it.

@YouEbr
thanks..
can you also upload a current working release on your own github link and also another release if that bug/issue has been fixed?

Nothing is compiled, it's essentially a zip file that include Python that extracts and runs from a temporary folder.