RE: KickThemOut - Kick Devices Off Your Network 10-06-2017, 11:42 PM
#11
I'm a noob, how do I run this?
KickThemOut - Kick Devices Off Your Network filter_list | |
(09-24-2017, 01:47 AM)phyrrus9 Wrote:Because ./script.py is SO difficult.(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.
(10-07-2017, 01:26 AM)spec Wrote:(09-24-2017, 01:47 AM)phyrrus9 Wrote:Because ./script.py is SO difficult.(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.
what kind of drugs do you take? I'd like some.
(10-09-2017, 06:20 PM)boobyboy Wrote: Can't most routers do this already (with built-in functionality?)
(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 .