x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
717 stars 112 forks source link

Docker fixes #33

Closed x86shell closed 5 years ago

x86shell commented 5 years ago

Makes sure that docker is enabled to start on boot, otherwise users will experience problems when running the recon.sh script when their device has rebooted.

This enables docker to start at boot time.

Since this script expects the user has sudo access or is root, this change shouldn't cause any issues.

x1mdev commented 5 years ago

Cheers @0x0luke, going to merge this to master :)