diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-13 23:50:24 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-13 23:50:24 +0200 |
| commit | adbea781219b11bad7f29b02deda3b21368c440c (patch) | |
| tree | 2ad63ec63dbaac659fde5d35131be3821032973a | |
| parent | 6f029d4d58b916da45a8de76360222ac6e77adeb (diff) | |
| download | ssh-master.tar.gz ssh-master.zip | |
| -rwxr-xr-x | entrypoint.sh | 2 | ||||
| -rw-r--r-- | nmap.lst | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 1d821ef..d2440fa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh -PASSWD=rootbeer +PASSWD=hello FLAG=AAAAA echo "root:$PASSWD" | chpasswd echo "$FLAG" > /root/flag.txt @@ -1,11 +1,3 @@ -#!comment: This collection of data is (C) 1996-2022 by Nmap Software LLC. -#!comment: It is distributed under the Nmap Public Source license as -#!comment: provided in the LICENSE file of the source distribution or at -#!comment: https://nmap.org/npsl/. Note that this license -#!comment: requires you to license your own work under a compatable open source -#!comment: license. If you wish to embed Nmap technology into proprietary -#!comment: software, we sell alternative licenses at https://nmap.org/oem/. - 123456 12345 123456789 |
