AleksaMCode / Preferred-Network-List-Sniffer

A reconnaissance tool for capturing and displaying SSIDs from device's Preferred Network List.
MIT License
139 stars 7 forks source link

[BUG] Fix the setup instructions for Docker #25

Closed srividya-p closed 7 months ago

srividya-p commented 7 months ago

Is there an existing issue for this?

Description

README Setup instructions for Using Docker and Using Prebuild Docker Image are the same. But both these steps end up pulling from remote owing to the behaviour of docker compose .

System information

  1. OS Name: Kali GNU/Linux
  2. OS Version: 2023.4
  3. docker Version: 24.0.7
  4. docker compose Version: 2.24.1

Actual Behavior

The instructions for the mentioned sections are same. This results in pre-built images being used in each case.

Expected Behavior

The 'Using Docker' section instructions must use the locally built images. docker compose build needs to be run first for this followed by docker compose up. The instructions just need to be updated.

Steps To Reproduce

  1. Follow README instructions in this section.

Anything else?

-