s-rah / onionscan

OnionScan is a free and open source tool for investigating the Dark Web.
https://twitter.com/OnionScan
Other
2.89k stars 599 forks source link

In JSON report, "online" is always 'false' #143

Open pourkinl opened 7 years ago

pourkinl commented 7 years ago

Can someone guide me on where to look to see where the "online" status is set? Every single onion that is scanned is always returning "offline" even when other results clearly show it is online. Where does this get set please? To recreate, using a current, active site: onionscan --webport=0 --jsonReport --simpleReport=false hd6yjvhivcwye2es[.]onion

Result, note "webDetected":true, "online":false

{
  "hiddenService": "hd6yjvhivcwye2es.onion",
  "dateScanned": "2017-10-25T05:25:04.341516003Z",
  "online": false,
  "performedScans": [
    "web",
    "tls",
    "ssh",
    "irc",
    "ricochet",
    "ftp",
    "smtp",
    "mongodb",
    "vnc",
    "xmpp",
    "bitcoin",
    "bitcoin_test",
    "litecoin",
    "dogecoin"
  ],
  "webDetected": true,
1nter5e0 commented 6 years ago

Solve it? I also encountered the same problems.

ktneely commented 5 years ago

This appears to still be an issue. It would be nice to have the correct information in that field.