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
All calls with request.get have disabled certificate verification. This puts the user in danger of a man in the middle.
While the information in those pages isn't private this opens the door to modification of the results. Those results are then printed on screen.
One possible attack scenario is to inject terminal control characters. Some terminal emulators allow things like writing a log to a file through control characters. This could therefore lead to remote code execution.
I see no good reason to disable those security features and recommend turning them on.
The text was updated successfully, but these errors were encountered:
All calls with request.get have disabled certificate verification. This puts the user in danger of a man in the middle.
While the information in those pages isn't private this opens the door to modification of the results. Those results are then printed on screen.
One possible attack scenario is to inject terminal control characters. Some terminal emulators allow things like writing a log to a file through control characters. This could therefore lead to remote code execution.
I see no good reason to disable those security features and recommend turning them on.
The text was updated successfully, but these errors were encountered: