The issue regarding searched threads returning 404s has been fixed. My apologies. - NekoElf
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
KickThemOut - Kick Devices Off Your Network
filter_list
|
|
Seven Years of Service
Posts: 9
Threads: 2
RE: KickThemOut - Kick Devices Off Your Network 10-06-2017, 11:42 PM
#11
I'm a noob, how do I run this?
•
Nine Years of Service
Posts: 4,349
Threads: 224
RE: KickThemOut - Kick Devices Off Your Network 10-07-2017, 01:26 AM
#12
(09-24-2017, 01:47 AM)phyrrus9 Wrote: (09-21-2017, 04:27 AM)spec Wrote: (09-10-2017, 04:51 AM)phyrrus9 Wrote: Not to be a buzzkill, but an easier way to kick a device off the network would be to just change the port they're connected on from a thru connection to a VLAN that goes nowhere. Just black hole them to hell.
in what world is that easier? running a python script is like clicking a button to launch an executable
it doesn't get easier than that
Code:
switch# configure terminal
switch(config)# interface ethernet 1/7
switch(config-if)# switchport access vlan 2
switch(config-if)#
so much easier than running some arbitrary python script on your network.
Because ./script.py is SO difficult.
what kind of drugs do you take? I'd like some.
•
Twelve Years of Service
Posts: 2,376
Threads: 227
RE: KickThemOut - Kick Devices Off Your Network 10-08-2017, 03:13 AM
#13
(10-07-2017, 01:26 AM)spec Wrote: (09-24-2017, 01:47 AM)phyrrus9 Wrote: (09-21-2017, 04:27 AM)spec Wrote: in what world is that easier? running a python script is like clicking a button to launch an executable
it doesn't get easier than that
Code:
switch# configure terminal
switch(config)# interface ethernet 1/7
switch(config-if)# switchport access vlan 2
switch(config-if)#
so much easier than running some arbitrary python script on your network.
Because ./script.py is SO difficult.
what kind of drugs do you take? I'd like some.
Running arbitrary software is never the answer when it comes to security. If you don't understand the fundamental concept of packet switching, then you're not going to understand how random scripts work.
The drugs I take would kill you. The fact that you can't engage in an informed conversation tells me that you're not here to help people.
Seven Years of Service
Posts: 24
Threads: 0
RE: KickThemOut - Kick Devices Off Your Network 10-09-2017, 06:20 PM
#14
Can't most routers do this already (with built-in functionality?)
(This post was last modified: 10-09-2017, 06:20 PM by boobyboy.)
•
Twelve Years of Service
Posts: 2,376
Threads: 227
RE: KickThemOut - Kick Devices Off Your Network 10-10-2017, 09:01 AM
#15
(10-09-2017, 06:20 PM)boobyboy Wrote: Can't most routers do this already (with built-in functionality?)
Yes. Routers do this by switching the port to a VLAN with no access, as long as you're wired. Most home routers don't carry this functionality. Home routers with access points built in often have a MAC filter as well, but that's not effective.
•
Seven Years of Service
Posts: 5
Threads: 0
RE: KickThemOut - Kick Devices Off Your Network 10-23-2017, 04:57 PM
#16
hey why kick them out man . maybe just limit their speed ? it would be less rude that way .
•
Twelve Years of Service
Posts: 2,376
Threads: 227
RE: KickThemOut - Kick Devices Off Your Network 10-23-2017, 04:59 PM
#17
(10-23-2017, 04:57 PM)ianfreeman Wrote: hey why kick them out man . maybe just limit their speed ? it would be less rude that way .
That's why I suggested just moving their port to a VLAN black hole. In industry, we always set aside one or more VLANS that go nowhere, when we get hackers on our network we just silently move them to that VLAN. This gets really awesome when we have malicious programs and many hackers on at the same time, because then they are all on the same VLAN, and they're only on it with each other. I've always wanted to watch that case and see if they end up trying to fuck with each other thinking it's still us.
Seven Years of Service
Posts: 53
Threads: 5
RE: KickThemOut - Kick Devices Off Your Network 10-30-2017, 07:26 AM
#18
Thanks, will definitely be trying this in a few
•
Seven Years of Service
Posts: 12
Threads: 1
RE: KickThemOut - Kick Devices Off Your Network 11-09-2017, 06:25 AM
#19
Would this work in a Hotel?
•
Users browsing this thread: 2 Guest(s)