Tags

    Computer programming notes 1/19

    In this lesson we have familiarized with the program "ipnet monitor", which allowed us to give terminal commands quickly and without typing.

    This program was able to give long or complicated commands to terminal with simple presets and a user-friendly interface.
    We downloaded the program at http://www.sustworks.com/site/prod_ipmonitor.html and we started using the application.
    We tried out commands like:
    -nslookup
    -ping
    -tcpdump
    -traceroute

    before using ipnet monitor, however, we tried to send these commands manually with only terminal open, for example with "tcpdump -i eni" we were able to scan the local activity of the network, with "traceroute" we found out how to locate the pattern of the server traffic of certain websites.

    Comments