Password logging for a given URL.

0 votes
asked by
edited by

We have online tickets agency and use certain websites to book tickets. Some of our employees have resorted to cheating and using a different login id, password for the same URL due to which we are losing business. Is there a way log these in the systems we use in order to record those events when they happen.

1 Answer

0 votes
No avatar answered by (309k points)

You can log all the requests on a network with the help of a packet capture driver and an application developed for such operations. Luckily, there are plenty to use but the most simple one is WireShark. The software is developed to capture all the traffic on a network. It displays packets, IPs, URLs, and basically everything that is passed on a network. The only requirements is that it needs to be connected on a network end, where all the computers get through.

Official website: https://www.wireshark.org/download.html

You can use the following documentation page to learn how to use the application: https://www.wireshark.org/docs/

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...