“getting started with tcpdump getting started with tcpdump hello and welcome, my name is john strand and in this video, we ’ re going to be talking about getting started with tcpdump. now, tcpdump is a fantastic tool, it ’ s one of the core essential tools that every single it pro…”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1040Network Sniffing
99%
“’ m going to give it a file, ihateclowns2. pcap. there we go. and now what it ’ s going to do is, well if i ’ m root, i ’ m going to hit sudo, hit enter and now it ’ s sniffing on our interface and it ’ s writing all the data to a file. this can then be shared with other professi…”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1040Network Sniffing
98%
“to go 2222 and then hit enter. and i type helloooooooooooo, lots of o ’ s, it ’ s important. hit enter and it shows up on the other side. what did i just do? well, i created a little port listener on port 2222 and then i connected and i sent through the data helloooooooooooo and …”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1040Network Sniffing
98%
“, just a straight pcap, it ’ s a really small pcap, we ’ re going to read in that capture file, we ’ re going to see the hex decode and the ascii decode and specifically we want to look at all the data coming and going from a host. in this situation, the compromised host is 10. 0…”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1040Network Sniffing
95%
“putting in the x and the a is because with those two switches combined, it ’ s going to show me the hexadecimal output and it ’ s going to show me the ascii code of that hex. x is for hex. a is for ascii. why is that important? let me show you. so we ’ re going to run tcpdump, sp…”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1572Protocol Tunneling
65%
“sent you can see i ’ m sending to google could you please send back 0 1 2 3 4 5 6 7 and then the reply, down here you can see the request, and then the reply is 0 1 2 3 4 5 6 7. ok, so it ’ s not all that interesting, alright i get it, so now let ’ s change this up just a hair ok…”
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
Summary
Hello and welcome, my name is John Strand and in this video, we’re going to be talking about getting started with TCPDump. Now, TCPDump is a fantastic tool, it’s one […]