[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Security general

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 43
Thread images: 3

File: kawaii-security-book-cover.png (518KB, 345x499px) Image search: [Google]
kawaii-security-book-cover.png
518KB, 345x499px
Why not have a security general?
So I have created this script,and it works when I run it with sudo.The scripts name is macchanger.sh and it is located in my home directory.
#!/bin/bash
echo "Changing mac addresses"
echo "Changing mac address wlan0"
ifconfig wlan0 down
macchanger -r wlan0
ifconfig wlan0 up

#if you only have one wifi interface you may just delete the next bit
sudo echo "Changing mac address wlan1"
ifconfig wlan1 down
macchanger -r wlan1
ifconfig wlan1 up


Now my question is,how do I make it run on startup?Either system startup or login startup,both work for me.I am running Ubango Ganuu/Loonix 15.04.
I have tried running it with startup applications,both as './macchanger.sh' and as 'sudo ./macchanger.sh'
I have also tried to edit sudo visudo.
I have tried to edit /etc/rc.local.
None of them worked.The last two even complicated system startup a bit.
>>
Add it to the init script that brings your network up in the first place.
>>
>>47753470
Thank you anon.It worked.
https://wiki.ubuntu.com/OnNetworkConnectionRunScript

So all you other peeps How would you rate the security of your PC from 1 to 10?
With 1 being Windows XP without service packs and 10 being something even the NSA can't crack?
I would rate mine as 7.1/10.
I mean I have loonix with a full hard drive encryption,https everywhere,and now macchanger on startup.
What would push my security to at least a 9.5 would be if I had l2p by default,noscript,a proxy chain,vpn and a hardware firewall.
>>
Now let me just reboot it and hope nothing breaks XD.
>>
>>47753927
10/10.
I use Qubes OS >>47753946
>>
>>47754049
Nice,how does network anonymity/security work on it?
>>
>Changing our MAC we security now
>sudo inside a script
>Doesn't check exit codes at all
>No error handling at all
>Who needs loops anyway?
>/bin/bash; doesn't use any Bash features

1/10
>>
>>47753429
You all might want to check this, so you don't break anything

https://wiki.archlinux.org/index.php/MAC_address_spoofing
>>
>>47753429
We do have one, is called /fucko/
>>
>>47754158
Running applications is a bash feature.
>>
>>47753946
Something did break...network manager got the 'device not managed' error for all devices
>>
>>47753429
>sudo echo
kek
>>
>>47754766
Well noticed.I will remove it.
>>
What do you guys use to store passwords on Linux/Android?

Keepassx is bugged and shit, keepass2 is monoshit, there's passwordstore and there's pwsafe, both of which are a bit annoying and don't let me import csv files

I might go with passwordstore, I like how it uses openkeychain, that's very unixy
>>
>>47755485
I don't,but Kde sometimes forces kwallet onto me.
>>
>>47754628
I fixed it:
I had to open:/etc/NetworkManager/NetworkManager.conf
And set managed=true

then a simple sudo service network-manager restart clinched it.
>>
>>47755759
sorry but not many people use that kancer on here
>>
>>47754130
lmgtfy
>>
>>47756444
I meant does it use tor,proxies,whatever...I could not find it on their website.
>>
File: CS.jpg (136KB, 460x424px)
CS.jpg
136KB, 460x424px
Also I think I today literally got off on thinking about computer security.
>>
>>47753429
how does changing your macfag adress increase security?
>>47753927
2/10
I don't know wtf I'm doing
>>
>>47753429
Is there a download for this book?
>>
>>47756738
>how does changing your macfag adress increase security?
Do people even remember the FBI-Tor thing anymore? They were harvesting MAC addresses of exploited computers. You're probably fucked if they can run shit on your machine, but if you at least spoof it when you're connecting to public shit that probably log your MAC address then at least they won't be able to use that to get a history of your activity.
>>
>>47756842
Do you have any idea, what is a mac address used for?
>>
>>47756929
I know exactly what a fucking MAC address is, the point is the FBI was gathering them from exploited computers. If you ever used Tor to do anything illegal you'd be fucking retarded to leave your MAC address unspoofed if you're taking your device outside.
>>
>>47756842
mac address are for 2nd layer devices... you cant get them via internet
>>
Good thread!
>>
>>47756986
>you cant get them via internet
>exploited computers
ok
>>
>>47756986
But you can get the address of the network where it was connected.Most networks do have some kind of logging(usually expireable) which includes connected mac adressess.
>>
>>47753429
#!/bin/bash

INTERFACE=en0
OUI="/opt/local/etc/oui.txt"
OUI_LEN=19004

while [ true ]; do
STATUS=`ifconfig ${INTERFACE} | grep status: | awk '{print $2}'`
if [ "$STATUS" = "inactive" ]; then
R=$(((RANDOM % ${OUI_LEN})+1))
PREFIX=`head -$R $OUI | tail -1`
CMD="sudo ifconfig ${INTERFACE} ether ${PREFIX}:"
for i in `seq 1 6`; do
R=$(((RANDOM % 15)+1))
C=`echo "obase=16; $R" | bc`
CMD="$CMD$C"
if [ $((i % 2)) = 0 ] && [ $i != 6 ]; then
CMD="$CMD:"
fi
done
RESULT=`$CMD`
echo $CMD
fi
sleep 30
done

gtfo
>>
>>47756979
>repeated the previous statement
>added a few fuck and retard
>didnt explain mac usage

pleb/10
>>
>>47756986
Thank you, I almost lost my faith in /g/.
>>
>>47757301
>explain mac usage
>MAC address gets added to NSA/FBI database
>any time a government device sniffing for clients sees your MAC or public access point logs it they know where you were
I figured it was pretty obvious.
>>
>>47757350
You believe in HAARP and chemtrail, too, am I right?

The database is pointless, because changing the mac address is not a rocket science, thus cant be used as evidence.
>>
>>47757423
>cant be used as evidence
They don't use it as evidence. They use it to get an idea of what you do every day. There's a reason they were able to find and grab that silkroad admin's laptop before he could lock it.
>muh tinfoil
Next thing you'll be saying they can't track people by looking at logs from cellphone wireless providers.
>>
>>47757423
When they confiscate your laptop it can be used as evidence.Or at least an indication for suspicion.Changing your mac address is a nice last layer of defence.
Imagine this:Vans start appearing near your favourite coffee shop.The feds asked the coffee shop owner to give them access to his modem and logs with a warrant.If you spoofed your mac address at e+least that is one less possible thing with which they will identify you.

But whatever you say it is one less thing with which you could be identified
>>
Seriously though,not spoofing it is just careless.Whatever you say,not spoofing is simply careless.You may as well try to hack the gibson from your home. :P
>>
>>47757460
This means that they know the IP-mac associations at any time by sniffing. Sure, they can sniff the whole continent at the same time.

Because that would be typical NSA.

>>tinfoil
>tracking

Actually, they can't because the provider does not know in which cell are you, because the location updates would cause too much unnecessary traffic.


They have much more elegant techniques, these would be shit tier.
>>
>>47757598
Most providers keep logs for this for about 6 months.
>>
>>47756986

It could be accessible if:

- Your router was usable from the outside and you didn't knew.
- You where using a vpn service
- Any software installed on your computer gathered, or even used said information to operate.
- There was another device inside your network able of MAC scanning.

And there's probably more to add here.

>>47753429

You probably need to begin studying (systemd)
If you where using other versions of loonix, you would rather need to study a bit of init.d
>>
Mac spoofing can also help against honeypots,or not the NSA,but Joe Average hackers.
>>
File: clark_kent.jpg (53KB, 400x382px) Image search: [Google]
clark_kent.jpg
53KB, 400x382px
>>47757639
>>
>>47757598
>Actually, they can't because the provider does not know in which cell are you, because the location updates would cause too much unnecessary traffic.
Holy fucking shit you're retarded.
Even Italy was able to track CIA agents using it, the FBI and NSA will be able to do it.
https://www.youtube.com/watch?v=BwGsr3SzCZc
Thread posts: 43
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.