Browse Source

Adding an autonomous Nmap scaner to update the victims list

pull/12/head
Melancholia 7 years ago
parent
commit
0ba08035c2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      init-victims.sh

+ 3
- 0
init-victims.sh

@ -0,0 +1,3 @@
#!/bin/bash
nmap 192.168.1.1/24 -n -sP | grep report | awk '{print $5}' > victims.txt

Loading…
Cancel
Save