forked from avleen/bashttpd
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi,
I have been unable to run Sampo.
I was able to clone the tweaks branch and start the following command in one machine (after tweaking some minor code errors in "sampo.sh", esp. the lines with < <):
while true; do {echo -e 'HTTP/1.1 200 OK \r\n'; bash ./sampo.sh;} | nc -l 1042; done
From another machine, I ran the following command:
curl -i http://IPofmachine:1042/
Output:
HTTP/1.1 200 OK
But, I'm not receiving functionalities. Similarly, running with different endpoints does not yield any results.
Is there a more recent version/release of this tool?
Can you please help troubleshoot this issue? Please let me know if I have to make any changes or specific configurations on my side.
Thanks for the support!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested