You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have recently used your program on a server status. The server status however, was giving all possible information and contained of numerous tables, with ssl statistics and such.
Running server-status_PWN on it, resulted in results similar to: #1
However, instead of having Questionmarks, i just got some numbers. For Example: [New URL]: http://27
Having looked at the code, i found the line of code causing this issue:
In Function: parse_response(self, response) , you can find the Comment: URL-related.
The Variable table_index_id is the one you are looking for. Originally set to 0, i had to increase it, to eventually point to the right table.
I suggest adding this to the Readme for further Problems related to this and furthermore even allowing the user to determine this variable as a parameter at the start of the program.
Hope this helps!
The text was updated successfully, but these errors were encountered:
Hi guys,
i have recently used your program on a server status. The server status however, was giving all possible information and contained of numerous tables, with ssl statistics and such.
Running server-status_PWN on it, resulted in results similar to: #1
However, instead of having Questionmarks, i just got some numbers. For Example: [New URL]: http://27
Having looked at the code, i found the line of code causing this issue:
In Function: parse_response(self, response) , you can find the Comment: URL-related.
The Variable table_index_id is the one you are looking for. Originally set to 0, i had to increase it, to eventually point to the right table.
I suggest adding this to the Readme for further Problems related to this and furthermore even allowing the user to determine this variable as a parameter at the start of the program.
Hope this helps!
The text was updated successfully, but these errors were encountered: