maaaaz / webscreenshot

A simple script to screenshot a list of websites
GNU Lesser General Public License v3.0
651 stars 163 forks source link

All ports screenshots #38

Closed OSINT-d closed 4 years ago

OSINT-d commented 4 years ago

Is it possible to screenshot an URL is its ALL OPEN PORTS? If so, what's the command? If not...is it possible to implement it?

thx

maaaaz commented 4 years ago

Hello, yes it is possible if you specify in an input file one entry per line (1 line = 1 port) with the following format:

http(s)://domain_or_ip:port(/ressource)
domain_or_ip:port(/ressource)
domain_or_ip(/ressource)
OSINT-d commented 4 years ago

Hello, thank you for the answer. However, I was wondering if it was possible to scan the open ports WITHOUT writing them down on a txt file. This allows me to screenshot ports directly, without changing ports inside the file for every IP address.

VALERIA MARIA D’ONGHIA OSINT Analyst

[cid:image001.png@01D2F192.E3E83190]

Da: Thomas D. notifications@github.com Inviato: mercoledì 27 novembre 2019 18:56 A: maaaaz/webscreenshot webscreenshot@noreply.github.com Cc: Valeria D'Onghia vd@intuity.it; Author author@noreply.github.com Oggetto: Re: [maaaaz/webscreenshot] All ports screenshots (#38)

Hello, yes it is possible if you specify in an input file one entry per line (1 line = 1 port) with the following format:

http(s)://domain_or_ip:port(/ressource)

domain_or_ip:port(/ressource)

domain_or_ip(/ressource)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/maaaaz/webscreenshot/issues/38?email_source=notifications&email_token=AMA2JBAEWFUKVDNWQZBWGSTQV2YE3A5CNFSM4JSFOGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKJSHQ#issuecomment-559192350, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMA2JBEK2TYFGZY3ZVU5ZDTQV2YE3ANCNFSM4JSFOGLA.

maaaaz commented 4 years ago

webscreenshot is not a port scanning tool and does not aim to be. There are tools dedicated to that usage, which is anything but trivial.