Shows Shodan2000 on a Raspberry Pi
Go to file
Sebastian 507a301d73 Updated readme 2022-03-13 16:05:20 +01:00
Printer.md Added project files 2022-02-03 22:52:44 +01:00
README.md Updated readme 2022-03-13 16:05:20 +01:00
printer.sh Added project files 2022-02-03 22:52:44 +01:00
video.mkv Added project files 2022-02-03 22:52:44 +01:00
videoplayer.py Added project files 2022-02-03 22:52:44 +01:00

README.md

Hackerterminal

Plays recording of Shodan 2000 https://2000.shodan.io/ on a Raspberry Pi. To get random content upon reboot, we start at a random position.

How to use

This requires omxplayer and Python3.

Python can be installed from repository. omxplayer has been deprecated. To install it perform the following steps:

  1. In the /etc/apt/sources.list ensure that there are the following two lines:
  1. Run sudo apt-get update and sudo apt-get install sudo apt-get install omxplayer

  2. Run sudo rpi-update

  3. Comment out the following line in /boot/config.txt:

  • dtoverlay=vc4-kms-v3d
  1. Copy videoplayer.py and your video file to /home/pi. Then, change the file name in videoplayer.py to the file name of your video file.

  2. Finally, make videoplayer.py executable with chmod +x and put a link to it in /etc/rc.local

  3. Reboot to get everything working. Do not forget step 3!