Security/Password: Difference between revisions
Jump to navigation
Jump to search
Created page with "cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y makepasswd;echo;apt-get clean EXE ==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> nmap vpn.shahed.biz --reason -Pn --top 20 nmap vpn.shahed.biz --reason -Pn -p25,465,587,993 </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> sudo tail -n100 -f /var/log/auth.log sudo tail -n100 -f /var/log/kern.log </syntaxhighlight> |valign='top'| <syntaxhighlight la..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<syntaxhighlight lang="bash"> | |||
cat <<'EXE'| sudo bash | cat <<'EXE'| sudo bash | ||
apt-get update;echo | apt-get update;echo | ||
| Line 4: | Line 5: | ||
apt-get install -y makepasswd;echo;apt-get clean | apt-get install -y makepasswd;echo;apt-get clean | ||
EXE | EXE | ||
</syntaxhighlight> | |||
==Playground== | ==Playground== | ||
Revision as of 02:13, 26 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
|
| ||