Security/Password: Difference between revisions
Jump to navigation
Jump to search
| Line 53: | Line 53: | ||
{| | {| | ||
|valign='top'| | |valign='top'| | ||
* [[Apache Basic Authentication|Security » HTTP » Basic Authentication]] | * [[Apache Basic Authentication|Security » HTTP » Basic Authentication]] | ||
* [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]] | * [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]] | ||
| Line 60: | Line 60: | ||
* [[Security/Certificate|Security » Certificate]] | * [[Security/Certificate|Security » Certificate]] | ||
* [[ZA Proxy|Security » ZA Proxy]] | * [[ZA Proxy|Security » ZA Proxy]] | ||
* [[Security/Domain|Security » Domain]] | |||
* [[Spring Security|Security » Spring]] | * [[Spring Security|Security » Spring]] | ||
* [[HTTP Security|Security » HTTP]] | * [[HTTP Security|Security » HTTP]] | ||
| Line 65: | Line 66: | ||
|valign='top'| | |valign='top'| | ||
* [[SSH/Public Key Authentication|Security » SSH » Public Key Authentication]] | |||
* [[Security/Certificate/TLS|Security » Certificate » TLS]] | * [[Security/Certificate/TLS|Security » Certificate » TLS]] | ||
Revision as of 15:36, 29 May 2025
cat <<'EXE'| sudo bash
apt-get update;echo
apt list -a --upgradable;echo
apt-get install -y makepasswd;echo;apt-get clean
EXE
Playground
nmap vpn.shahed.biz --reason -Pn --top 20
nmap vpn.shahed.biz --reason -Pn -p25,465,587,993
|
sudo tail -n100 -f /var/log/auth.log
sudo tail -n100 -f /var/log/kern.log
|
sudo cat /etc/shadow|grep nobody
last
|
|
| ||
sudo apt-get install makepasswd
echo 'sadaqah!'|makepasswd --crypt-md5 --clearfrom=-
|
makepasswd --chars 12 --count 5 --crypt-md5
makepasswd --chars 12 --count 5 --crypt
|
makepasswd --chars 12 --count 5
makepasswd --chars 12
|
References
|
| ||