The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
So I have a wireless network in my apartment that a lot of my friends/roommates use pretty frequently. I'd like to have a little fun with them by tinkering with the network, and I've come to you fine people for ideas. What can I do to prank my friends?
I have a Netgear WPN 824 router; my friends are running Vista, XP, or a Mac. I'm running Vista home.
Generally speaking, home routers are incapable of tricks like these, you need to use a computer, commercial router or a home router with the dd-wrt firmware. Unfortunately it looks like your router isn't supported by dd-wrt so you'd need to do the computer router bit, which is semi-involved and requires a linux computer. google'll get you some tutorials if you want to pursue the prank.
Use the newly discovered protocol flaw in TLSv1/SSLv3 to perform a MITM attack against them when they're using your network and steal their bank account information. They'll think it's hilarious. Also, you can buy pies with their money. Which is awesome. If not slightly fattening.
underdonk on
Back in the day, bucko, we just had an A and a B button... and we liked it.
You don't really need to flash the router. Just disable DHCP on your router and add your own routing magic served up by your own DHCP server running on a PC.
You need two private IP subnets. Say, 192.168.1.X and 192.168.0.X . We'll say the .0 subnet is the subnet your router listens on (so it's at, say, 192.168.0.1) and your messing-with-people machine is also on that .0 subnet. Along with any other machine you want to have normal Internet access.
The messing-with-people machine also has a second IP on the same interface, say 192.168.1.1. Not .0.1 -- that's the router. Set up a DHCP server (like dhcpd) that advertises your .1.1 network with your machine as the default gateway.
Set up iptables rules to NAT any non-port-80 traffic. Port 80 traffic gets redirected to your transparent web proxy that messes with people.
Edit: oh wait that's right, google for howtos like the guy said. I bet they accomplish the same thing but explain it better.
mspencer on
MEMBER OF THE PARANOIA GM GUILD
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )
Posts
The post mentions having a VM of everything available if people are interested, might be worth it to comment the blog or email the guy.
You need two private IP subnets. Say, 192.168.1.X and 192.168.0.X . We'll say the .0 subnet is the subnet your router listens on (so it's at, say, 192.168.0.1) and your messing-with-people machine is also on that .0 subnet. Along with any other machine you want to have normal Internet access.
The messing-with-people machine also has a second IP on the same interface, say 192.168.1.1. Not .0.1 -- that's the router. Set up a DHCP server (like dhcpd) that advertises your .1.1 network with your machine as the default gateway.
Set up iptables rules to NAT any non-port-80 traffic. Port 80 traffic gets redirected to your transparent web proxy that messes with people.
Edit: oh wait that's right, google for howtos like the guy said. I bet they accomplish the same thing but explain it better.
XBL Michael Spencer || Wii 6007 6812 1605 7315 || PSN MichaelSpencerJr || Steam Michael_Spencer || Ham NOØK
QRZ || My last known GPS coordinates: FindU or APRS.fi (Car antenna feed line busted -- no ham radio for me X__X )