![]() |
|
#1
|
||||
|
||||
|
i keep my root/sudo password really short and simple since i'm the only user.
is having a long password against online attacks necessary? could someone 'knock at the door' of my connection, so to speak, and try passwords one after the other until he/she finds the right one?
__________________
| NoScript || Image for Linux + BootIt Bare Metal | |
|
#2
|
||||
|
||||
|
They would need to actually be in a program on the system either having exploited one or otherwise.
I use a pretty simple password - 12 characters. That should be fine.
__________________
|
|
#3
|
||||
|
||||
|
tnx Hungry!
![]() i'll add a few more characters.lol
__________________
| NoScript || Image for Linux + BootIt Bare Metal | |
|
#4
|
||||
|
||||
|
Hi moontan
Quote:
I find adding a period[s] or [full stop[s]], makes it really strong in any password test. I.E. :- my.nam.e.is.not.you.rs. my..nam..e.is..not..you..rs.. my..nam...e.is.not...you.rs... FYI :- A full stop ( . ) (British, New Zealand and Australian English) or period (American English and Canadian English). Take Care TheQuest ![]()
__________________
When Nothing is Certain, Anything is Possible. |
|
#5
|
||||
|
||||
|
Quote:
OR running an ssh server, assuming no firewall ports open to the internet ! |
|
#6
|
||||
|
||||
|
Password padding is a great way to increase password strength.
Quote:
__________________
|
|
#7
|
|||
|
|||
|
Quote:
Are you behind a NAT? If Code:
If you're running a server of any kind (ssh, samba, whatever), and you have the port forwarded from your router, then a brute-force attack like the one you're describing probably happens routinely. But it will brute-force the password of the server account (like HungryMan said), it won't be brute-forcing your sudo password. |
|
#8
|
||||
|
||||
|
tnx Brandi, i just tried ifconfig and no, i'm not using a NAT (don't even know what that is).
i don't have a router as a i have only 1 machine. so i think i'm ok. ![]()
__________________
| NoScript || Image for Linux + BootIt Bare Metal | |
|
#9
|
|||
|
|||
|
Your question is answered: you're probably OK with your sudo password because the sudo password isn't what gets brute-forced. But stronger is better in general for all passwords.
What I was saying is that the router gives you a layer of protection from remote attacks. If you don't have that then attackers still won't be brute-forcing your sudo password, but they might be brute-forcing your services. What kind of firewall do you have? What are its settings? If you don't have a firewall, or you just have the default settings then I recommend you look into a firewall with strong inbound rules. Are you running any servers? (ftp, ssh, samba, remote desktop/vnc, cups...) If you don't know the answer you can run Code:
So this screenshot shows I'm running "cupsd" which is a print server, "smbd" and "nmbd" which are related to a samba server, and "avahi-daemon" which kind of replaces the DHCP server in Ubuntu. None of these services are listening on external ports- they only communicate with other machines in my house. Therefore these services can't be directly attacked from the outside. But if you have them running without a router then they are accessible from the internet. Anyway, the point is if you have some services running, it's important that you secure them so that a remote attacker can't brute-force the password for those services. |
|
#10
|
||||
|
||||
|
many tnx to every1 for their inputs!
![]() Brandi, i use the GUFW front-end for the kernel firewall. Incoming = Deny, Outgoing = Allow. i don't use a server, i even uninstalled Samba from my machine. i don't want to get too deep in configuring Linux for security. i'm not a Level 9 wizard like some of you folks and don't want to become one either. ![]() i got away from Windows to leave much of this stuff behind me, i hope. lol tnx again folks, much appreciated. ![]()
__________________
| NoScript || Image for Linux + BootIt Bare Metal | Last edited by moontan : July 30th, 2012 at 12:38 AM. |
|
#11
|
||||
|
||||
|
scan your system from ports online here
www.grc.com/ want to check internal open ports/services ...etc scan with zenmap (gui of nmap) they have some pre define basic scans check them you get all idea about your PC
__________________
Scientific Linux 6.2, xubuntu 11.10 *2x, Linux mint 10, Linux mint 12, opensuse 11.4, windows vista, ubuntu 10.04 and windows xp |
|
#12
|
||||
|
||||
|
Quote:
tnx mack. i already tested my firewall with Gibson's website. the only thing i fail is Ping Request. which is similar to the Windows Vista firewall, from what i have read around the 'net. i'll look into nmap. ---- edit: just tried zenmap. way too technical for me.
__________________
| NoScript || Image for Linux + BootIt Bare Metal | Last edited by moontan : July 30th, 2012 at 06:02 AM. |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|