- 1 Post
- 2 Comments
Joined 4 months ago
Cake day: December 11th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
ghodawalaaman@programming.devto
Programmer Humor@programming.dev•This Phishing email... What is the IP?
5·14 days agowait what? I feel like I am left behind in the tech. I only know about ipv4 and ipv6 😭😭😭
I found this magical command to send 50kb of random text data to meta’s server to fill up their database with garbage data. I don’t know how to do it on massive scale but at least I am doing my part by running this command 24/7 :)
while true; do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;