CodeInvers3 / PPPwn_ow

Autorun pppwn exploit PS4
15 stars 4 forks source link

DD-WRT compatibility #2

Open sasiccia84 opened 4 weeks ago

sasiccia84 commented 4 weeks ago

Hi!

Is it possible to run this on DD-WRT?

To which location do I have to place PPPwn_ow-main folder?

Thanks a lot!

Kind regards!

CodeInvers3 commented 4 weeks ago

Q1) Yes it's possible. But it's necessary to make an adaptation, I could research more about it Q2) Inside the /root/ directory there should be a folder named 'offsets' and a file named 'run.sh'. Move all files from the 'www' folder to the /www/ directory.

sasiccia84 commented 4 weeks ago

Hi! Thanks, that would be really helpful!

I tried moving the PPPwn_ow-main folder to /www but that is also read only, The only folders I can copy to are:

jffs tmp usr var

I can also copy the pppwnwrt folder, but not its content, into dev... If that helps.

Thanks again!

Sasiccia.

CodeInvers3 commented 3 weeks ago

you need to log in as root no as admin or user. The /www and /root directories are locked; only you can access them as the user root. You need log in as super user to modified

sasiccia84 commented 3 weeks ago

Hi Codinvers,

I am logged as root unfortunately...

On Sun, Jun 9, 2024, 5:49 PM Invers3 @.***> wrote:

you need to log in as root no as admin or user. The /www and /root directories are locked; only you can access them as the user root. You need log in as super user to modified

— Reply to this email directly, view it on GitHub https://github.com/CodeInvers3/PPPwn_ow/issues/2#issuecomment-2156662341, or unsubscribe https://github.com/notifications/unsubscribe-auth/BI7L65NNSUQ7EBDPEZ7NNFTZGR2P7AVCNFSM6AAAAABI3XJPF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGY3DEMZUGE . You are receiving this because you authored the thread.Message ID: @.***>

CodeInvers3 commented 3 weeks ago

what is the brand and model of device?

sasiccia84 commented 3 weeks ago

Hi!

It's a NETGEAR WNR2000 v2

On Sun, Jun 9, 2024, 10:28 PM Invers3 @.***> wrote:

what is the brand and model of device?

— Reply to this email directly, view it on GitHub https://github.com/CodeInvers3/PPPwn_ow/issues/2#issuecomment-2156774153, or unsubscribe https://github.com/notifications/unsubscribe-auth/BI7L65MUN7HFGLNYV5EV63DZGS3GNAVCNFSM6AAAAABI3XJPF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWG43TIMJVGM . You are receiving this because you authored the thread.Message ID: @.***>

CodeInvers3 commented 3 weeks ago

hi, it seems that the system might be mounted as read-only, so I recommend mounting OpenWrt with full permissions if the router has enough space, or you can use an external memory to do this. I don't have a device of this brand or model to test it, so I'm not sure how to solve the problem.