kihei/i-0085f9061f68a54dd
by SadServersMore by SadServers
javascript-common.conf admin@i-0d7930c2d96370361:/etc/apache2/conf-available$ ls -lhtr total 4.0K -rw-r--r-- 1 root root 127 Dec 18 2020 javascript-common.conf admin@i-0d7930c2d96370361:/etc/apache2/conf-available$ cat javascript-common.conAlias /javascript /usr/share/javascript/ <Directory "/usr/share/javascript/"> Options FollowSymLinks MultiViews </Directory> admin@i-0d7930c2d96370361:/etc/apache2/conf-available$ telnet localhost 5000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET
paris/i-0d7930c2d96370361 03:55
by SadServers< HTTP/1.1 404 NOT FOUND < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Sun, 18 Feb 2024 21:23:47 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 207 < Connection: close < <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> * Closing connection 0 admin@i-07648651034177082:~$
paris/i-07648651034177082 06:09
by SadServersrtt min/avg/max/mdev = 0.023/0.031/0.034/0.004 ms admin@i-06ccaf22127d79ccf:~$ curl localhost curl: (7) Failed to connect to localhost port 80: Connection refused admin@i-06ccaf22127d79ccf:~$ dig localhost bash: dig: command not found admin@i-06ccaf22127d79ccf:~$ apt install dig E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission dE: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are yadmin@i-06ccaf22127d79ccf:~$ netcat localhost netcat: missing port number admin@i-06ccaf22127d79ccf:~$ netcat localhost:5000 netcat: missing port number admin@i-06ccaf22127d79ccf:~$ ls agent webserver.py admin@i-06ccaf22127d79ccf:~$