2021年12月27日星期一

How to setup a environment for inspection by wireshark?

Step1.Open wireshark

Step2.Edit / Preference



Step3.click check box of Name Resolution 




Step3.right click on the column (for ex. info) and click column preference 




Step4.Note that the Dest addr ( unresolved and resolved) and the list of column



http.request or ssl.handshake.type == 1 or tcp.flags eq 0x0002 and !udp.port eq 1900

沒有留言:

發佈留言

歡迎留下寶貴意見

Nmap的實務運用

 ##當我們要枚舉靶機所有開放的埠ports的時候,可以用-p-來執行,但速度太慢 ##所以我們可以掃tcp的前1000埠來代替 ┌─[eu-academy-6]─[]─[]─[~] └──╼ [★]$ nmap 10.129.196.222 -sS -oA target Sta...