question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi there,

I’ve tried using this script but it doesn’t seem to work for me. When executing a non-debug command I get the following result:

python3 server-status_PWN.py --url 'http://127.0.0.1/server-status' -o server_status.txt --enable-full-logging
[#] Requesting.
[#] Requesting.
[#] Requesting.
[#] Requesting.
[#] Requesting.
[#] Requesting.
[New URL]:  http://4
[New Client]: 6

When executing with debug enabled I get the following result:

python3 server-status_PWN.py --url 'http://127.0.0.1/server-status' -o server_status.txt --enable-full-logging --debug
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[New Client]: 8
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[New Client]: 7
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range
[#] Requesting.
list index out of range
list index out of range
list index out of range
list index out of range

When using Python2 I get the same results.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mazen160commented, Sep 19, 2021
0reactions
ramondunkercommented, Jun 7, 2021

After changing the indexes and waiting a bit everything worked out. Thanks alot for your nudge in the right direction @aroly and thank you for your great work on this script @mazen160 !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sound Coming Out of the Wrong Speaker on Your PC? Try ...
Sound Coming Out of the Wrong Speaker on Your PC? Try This Quick Fix · Quickly Change Your Output Device · Set Default...
Read more >
Why is my Python code producing the wrong output? - Quora
Your program isn't far from being correct. What you are missing is to transform each character into its Unicode code using the function....
Read more >
Help me ! wrong output format Unexpected end of file — int32 ...
The error message is complaining that it's expecting more things in your output (specifically an int32), but instead it found that your output...
Read more >
Sound coming out of wrong device/not playing (2 sound outputs)
Sound coming out of wrong device/not playing (2 sound outputs) ... Try setting the speaker as the default audio output device.
Read more >
windows 10 - Sound playing through wrong output - Super User
The easiest thing to do is to click on the volume control in the taskbar. The title above the volume slider is actually...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found