Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. $ cat /etc/lazymention.json
  2. {
  3. "storage": "/opt/lazymention", "port": "28653",
  4. "logfile": "/opt/lazymention/logs/logfile",
  5. "domains": "ascraeus.org"
  6. }
  7.  
  8. $ lazymention Copyright (C) 2017 AJ Jordan <[email protected]>.
  9. License AGPLv3+: GNU Affero GPL version 3 or later <https://gnu.org/licenses/agpl-3.0.html>.
  10. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
  11. ...
  12.  
  13. $ tail /opt/lazymention/logs/logfile
  14.  
  15. {"name":"lazymention","hostname":"arbitary.ascraeus.org","pid":17441,"level":30,"msg":"Server listening at http://0.0.0.0:28653/","time":"2018-01-24T19:57:05.728Z","v":0}
  16.  
  17. $ nmap -p 28653 arbitary.ascraeus.org
  18.  
  19. Starting Nmap 7.60 ( https://nmap.org ) at 2018-01-24 19:57 GMT
  20. Nmap scan report for arbitary.ascraeus.org (64.137.244.26)
  21. Host is up (0.11s latency).
  22.  
  23. PORT STATE SERVICE
  24. 28653/tcp filtered unknown
  25.  
  26. Nmap done: 1 IP address (1 host up) scanned in 1.46 seconds
  27.  
  28. $ http arbitary.ascraeus.org:28653/jobs/submit url=https://ascraeus.org/micro/1516031264/
  29.  
  30. http: error: Request timed out (30s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement