Security/Certificate

From Chorke Wiki
Revision as of 02:45, 26 May 2025 by Shahed (talk | contribs) (Created page with "==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 lang="bash"> sudo cat /etc/shadow|grep nobody last </syntaxhighlight> |- |colspan='3'| ---- |- |valign='top'| <syntaxhighlight l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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