Login Register






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.
Thread Rating:
  • 0 Vote(s) - 0 Average


KickThemOut - Kick Devices Off Your Network filter_list
Author
Message
RE: KickThemOut - Kick Devices Off Your Network #11
I'm a noob, how do I run this?

Reply

RE: KickThemOut - Kick Devices Off Your Network #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.

Reply

RE: KickThemOut - Kick Devices Off Your Network #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.

[+] 1 user Likes phyrrus9's post
Reply

RE: KickThemOut - Kick Devices Off Your Network #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.)

Reply

RE: KickThemOut - Kick Devices Off Your Network #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.

Reply

RE: KickThemOut - Kick Devices Off Your Network #16
hey why kick them out man . maybe just limit their speed ? it would be less rude that way .

Reply

RE: KickThemOut - Kick Devices Off Your Network #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.

[+] 1 user Likes phyrrus9's post
Reply

RE: KickThemOut - Kick Devices Off Your Network #18
Thanks, will definitely be trying this in a few

Reply

RE: KickThemOut - Kick Devices Off Your Network #19
Would this work in a Hotel?

Reply







Users browsing this thread: 2 Guest(s)