RE: KickThemOut - Kick Devices Off Your Network 10-07-2017, 01:26 AM
#12
(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.
what kind of drugs do you take? I'd like some.