command-line-murders/i-0b5dd8f519cdeb7f1
by SadServersMore by SadServers
admin@i-0c86aaede796dd0fb:~$ ды bash: ды: command not found admin@i-0c86aaede796dd0fb:~$ ls agent webserver.py admin@i-0c86aaede796dd0fb:~$ ls -l total 8 drwxr-xr-x 2 admin root 4096 Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-0c86aaede796dd0fb:~$ curl localhost:5000 Unauthorizedadmin@i-0c86aaede796dd0fb:~$ admin@i-0c86aaede796dd0fb:~$ curl localhost:5000
paris/i-0c86aaede796dd0fb 00:38
by SadServers--privileged: Assume that the user is fully privileged --unprivileged: Assume the user lacks raw socket privileges -V: Print version number -h: Print this help summary page. EXAMPLES: nmap -v -A scanme.nmap.org nmap -v -sn 192.168.0.0/16 10.0.0.0/8 nmap -v -iR 10000 -Pn -p 80 SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES admin@i-01a29057fe7aae69b:~$ nmap -A localhost:5000 Starting Nmap 7.80 ( https://nmap.org ) at 2024-11-04 04:09 UTC Failed to resolve "localhost:5000". WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.65 seconds admin@i-01a29057fe7aae69b:~$
paris/i-01a29057fe7aae69b 00:54
by SadServers[ --profile String ] [ --version ] Use --longhelp to show all options and advanced commands. admin@i-08cb4f73e8283a157:~$ sudo lvcreate -L 100% -n sad_vol sad_vg Can't parse size argument. Invalid argument for --size: 100% Error during parsing of command line. admin@i-08cb4f73e8283a157:~$ sudo lvcreate -L 100%FREE -n sad_vol sad_vg Can't parse size argument. Invalid argument for --size: 100%FREE Error during parsing of command line. admin@i-08cb4f73e8283a157:~$ sudo lvcreate -l 100%FREE -n sad_vol sad_vg Logical volume "sad_vol" created. admin@i-08cb4f73e8283a157:~$ lv