Skip to content

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)

Notifications You must be signed in to change notification settings

5l1v3r1/physics-command

 
 

Repository files navigation

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)

physics hardware

You can check repository of physics-hardware

INSTALLATION

  1. composer update
  1. generate .env with database information
  1. php artisan migrate
  1. php artisan physics:createUser username password
  1. php artisan key:generate
  1. configure your domain to public/ folder.
  1. configure a cronjob (* * * * * php /physics-commandProject/artisan schedule:run >> /dev/null 2>&1)

About

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.1%
  • HTML 14.3%
  • CSS 3.2%
  • Other 1.4%