Feijoada by Ciro Santilli 37 Updated +Created
Innuendo by Ciro Santilli 37 Updated +Created
Sexual innuendo by Ciro Santilli 37 Updated +Created
CIA 2010 covert communication websites / ipinf.ru by Ciro Santilli 37 Updated +Created
alljohnny.com had a hit: ipinf.ru/domains/alljohnny.com/, and so Ciro started looking around... and a good number of other things have hits.
Not all of them, definitely less data than viewdns.info.
But they do reverse IP, and they show which nearby reverse IPs have hits on the same page, for free, which is great!
Shame their ordering is purely alphabetical, doesn't properly order the IPs so it is a bit of a pain, but we can handle it.
OMG, Russians!!!
The data here had a little bit of non-overlap from other sources. 4 new confirmed hits were found, plus 4 possible others that were left as candidates.
Virtual private network by Ciro Santilli 37 Updated +Created
3D rigid body dynamics benchmark by Ciro Santilli 37 Updated +Created
Proton VPN by Ciro Santilli 37 Updated +Created
ASCII typeface by Ciro Santilli 37 Updated +Created
Tis term was invented by Ciro Santilli, it refers to ASCII art of text, essentially creating a typeface. in that medium..
Censorship of pornography by Ciro Santilli 37 Updated +Created
Video 1.
What is more obscene: sex or war? scene from The People vs. Larry Flynt
. Source. 1996
Typeface by Ciro Santilli 37 Updated +Created
Punctuation by Ciro Santilli 37 Updated +Created
Linux networking HOWTO by Ciro Santilli 37 Updated +Created
Computer network by scale by Ciro Santilli 37 Updated +Created
Andrew Wiles by Ciro Santilli 37 Updated +Created
Video 1.
Beauty Is Suffering
. Source.
At sign by Ciro Santilli 37 Updated +Created
Double quotes by Ciro Santilli 37 Updated +Created
Local area network by Ciro Santilli 37 Updated +Created
iproute2 by Ciro Santilli 37 Updated +Created
tcpdump by Ciro Santilli 37 Updated +Created
To test it, let's get two computers on the same local area network, e.g. connected to Wi-Fi on the same home modem router.
On computer A, run on terminal 1:
sudo tcpdump ip src 192.168.1.102 or dst 192.168.1.102
Then on terminal 2 make a test request:
curl 192.168.1.102:8000
Output on terminal 1:
17:14:22.017001 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [S], seq 2563867413, win 64240, options [mss 1460,sackOK,TS val 303966323 ecr 0,nop,wscale 7], length 0
17:14:22.073957 IP 192.168.1.102.8000 > ciro-p14s.55798: Flags [S.], seq 1371418143, ack 2563867414, win 65160, options [mss 1460,sackOK,TS val 171832817 ecr 303966323,nop,wscale 7], length 0
17:14:22.074002 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [.], ack 1, win 502, options [nop,nop,TS val 303966380 ecr 171832817], length 0
17:14:22.074195 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [P.], seq 1:82, ack 1, win 502, options [nop,nop,TS val 303966380 ecr 171832817], length 81
17:14:22.076710 IP 192.168.1.102.8000 > ciro-p14s.55798: Flags [P.], seq 1:80, ack 1, win 510, options [nop,nop,TS val 171832821 ecr 303966380], length 79
17:14:22.076710 IP 192.168.1.102.8000 > ciro-p14s.55798: Flags [.], ack 82, win 510, options [nop,nop,TS val 171832821 ecr 303966380], length 0
17:14:22.076727 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [.], ack 80, win 502, options [nop,nop,TS val 303966383 ecr 171832821], length 0
17:14:22.077006 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [F.], seq 82, ack 80, win 502, options [nop,nop,TS val 303966383 ecr 171832821], length 0
17:14:22.077564 IP 192.168.1.102.8000 > ciro-p14s.55798: Flags [F.], seq 80, ack 82, win 510, options [nop,nop,TS val 171832821 ecr 303966380], length 0
17:14:22.077578 IP ciro-p14s.55798 > 192.168.1.102.8000: Flags [.], ack 81, win 502, options [nop,nop,TS val 303966384 ecr 171832821], length 0
17:14:22.079429 IP 192.168.1.102.8000 > ciro-p14s.55798: Flags [.], ack 83, win 510, options [nop,nop,TS val 171832824 ecr 303966383], length 0
TODO understand them all! Possibly correlate with Wireshark, or use -A option to dump content.
Wireshark by Ciro Santilli 37 Updated +Created
Amazing tool that captures packets and disassembles them. Allows you to click an interactive tree that represents Ethernet, TCP/IP and application layer like HTTP.
Start capture immediately from CLI, capture packets to/from 192.168.1.102:
sudo wireshark -f 'host 192.168.1.102' -k

There are unlisted articles, also show them or only show them.