linux-router icon indicating copy to clipboard operation
linux-router copied to clipboard

Create MostLikelyUse

Open makingglitches opened this issue 2 years ago • 4 comments

Modify as you like, just a suggestion for the average person trying to move files.

makingglitches avatar Jun 15 '22 17:06 makingglitches

Too much unsecure... You want tell ? :


Simplest call.

calk iwconfig
find wifi card name
in mant cases this is wlo1 on distros like Fedora

sudo ./lnxrouter --ap <yourwirelessdevice> <newhotspotname> -p <yourpassword> -g <thenewserversipaddress> -w 3 -c <channel> --random-mac --ban-priv --isolate-client

--random-mac: randomize the mac address
--ban-priv: deny private network access
--isolate-client: isolate all clients 
-g: is important otherwise the server address changes everytime.
also, unless dhcp is properly configured you're going to have to statically address your clients.

-c: is wifi channel that setting up the frequency (in Hz, because it's an floating value and the wifi can be set in 2 or 5 Ghz, this setting modify the numbers after the Decimal by himself, channel it's not the number after the Decimal, it's preprogrammed setting to set up the wifi of the router script.

0x07CB avatar Aug 27 '22 23:08 0x07CB

You want I made an tutorial for the WPA2-PSK security mode ? or any else ?

0x07CB avatar Aug 27 '22 23:08 0x07CB

I suppose. I just like the little script I made, makes its simple. Damn I had forgot I added this lol

makingglitches avatar Aug 27 '22 23:08 makingglitches

I suppose. I just like the little script I made, makes its simple. Damn I had forgot I added this lol

I understand but you can give additional advices with that because it’s not more complicated, just with more args, Dev beginner by exemple have generally not the full knowledge about cybersecurity or specifically in this case generally about wifi security setting up on an router and into the usage of this touter script.

TTYL,

  • Rick

0x07CB avatar Aug 28 '22 00:08 0x07CB