Metasploitable Root shell 1524/tcp open shell Metasploitable root shell This was a curiousity… My first attempt was to attempt using rlogin to connect to the port, which did not appear to work correctly, though did seem to work enough to return part of a prompt to the user: root@kali:~# rlogin -p 1524 target oot@metasploitable:/# My next approach was to attempt a simple netcat connection to the host, which ended up being successful: root@kali:~# nc -v target 1524 root@metasploitable:/# id ...
Wireshark
Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal, the project was renamed Wireshark in May 2006 due to trademark issues
Wireshark is cross-platform, using the Qt widget toolkit in current releases to implement its user interface
- pic of Wireshark interface
- setup according to need
---------------------------------------------------------------------------------------------------
go to capture option that is above menu besides of go and analyze options
-
- filter according to need.
Written By Sanjay Kumar
Comments
Post a Comment