Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:02, 23 October 2022 Kangtain talk contribs created page Port 22 (Created page with "*If you have usernames test login with username:username *Vulnerable Versions to user enum: <7.7 *Enum SSH *Get version <syntaxhighlight lang="shell"> nmap 10.11.1.1 -p22 -sV </syntaxhighlight> *Get banner <syntaxhighlight lang="shell"> nc 10.11.1.1 22 </syntaxhighlight> *Get login banner <syntaxhighlight lang="shell"> ssh root@10.11.11.1 </syntaxhighlight> *Get algorythms supporteed <syntaxhighlight lang="shell"> nmap -p22 10.11.1.1 --script ssh2-enum-algos </syntax...")