I appreciate all the feedback regarding my last 2 Kali videos.
I have been told that people wanted to try KALI/Wireshark but weren’t too familiar with Linux.
So these videos are geared for those who are new to KALI/WIRESHARK, or if you need a refresher with the basics.
In this video I cover basic Linux file system commands like change directory, create a folder, etc.. then we perform a capture using tshark, open the trace from the command line and then review where the file location configuration is in the Wireshark GUI.
Here are the commands I used:
pwd – print working directory
mkdir – make or create a directory
cd – change directory CASE SENSITIVE
bonus: rm -r directoryname - remove a directory
ls or dir
From Wireshark GUI
Help-> About for folder location and locate File Dialogs
Edit preferences – Remember … change to traces folder
ree
From terminal emulator
tshark -i 1 -w trace,pcapng
ping 8.8.8.8 -c 5
ctrl + C to stop tshark capture
wireshark trace.pcapng to start Wireshark and trace.pcapng
Popular post in the past 30 days
-
I was doing some last-minute online research for an overseas flight when it hit me – I’d forgotten to pack my neck pillow. It’s hard enou...
-
When Wi-Fi performance complaints start rolling in, it's tempting to focus immediately on access points, controller dashboards, and netw...
-
There's a temptation in wireless PTP network deployment to skip straight to installation. Go get the hardware mounted, cabled, and point...
-
In a world where smartphones constantly compete for our attention, the newly announced Commodore Callback 8020 takes a radically different a...
-
Microsoft has quietly announced welcome news for millions of Windows 10 users by extending its free Extended Security Updates (ESU) program ...