Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat /etc/lazymention.json
- {
- "storage": "/opt/lazymention", "port": "28653",
- "logfile": "/opt/lazymention/logs/logfile",
- "domains": "ascraeus.org"
- }
- $ lazymention Copyright (C) 2017 AJ Jordan <[email protected]>.
- License AGPLv3+: GNU Affero GPL version 3 or later <https://gnu.org/licenses/agpl-3.0.html>.
- This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
- ...
- $ tail /opt/lazymention/logs/logfile
- {"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}
- $ nmap -p 28653 arbitary.ascraeus.org
- Starting Nmap 7.60 ( https://nmap.org ) at 2018-01-24 19:57 GMT
- Nmap scan report for arbitary.ascraeus.org (64.137.244.26)
- Host is up (0.11s latency).
- PORT STATE SERVICE
- 28653/tcp filtered unknown
- Nmap done: 1 IP address (1 host up) scanned in 1.46 seconds
- $ http arbitary.ascraeus.org:28653/jobs/submit url=https://ascraeus.org/micro/1516031264/
- http: error: Request timed out (30s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement