A
A
Alex Petrov2017-12-12 02:45:29
Perl
Alex Petrov, 2017-12-12 02:45:29

[Perl] Modify or run a script for multi-tasking scanning?

There is a script written in perl:
https://github.com/rezasp/vbscan
The principle of operation is this:
./vbscan.pl target.com/vbulletin
after that, a report is created in the folder.
But at a time, it only scans 1 address. Is it possible to add it to work on a list of addresses? Or maybe create an additional script, or use the linux command line to make the script ./vbscan.pl http://site1.com, ./vbscan.pl site2.com , etc. run at certain intervals. ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moris Haos, 2017-12-12
@morihaos

Hi,
You can also use the list from the command line, you can also use the list from a file, for example. It is possible and through an additional script. You can put everything in cron and define intervals, etc. etc.
It remains only to learn a little Perl and Shell scripting.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question