5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
# this is for the nsg computer
|
|
|
|
sudo ip l s eth1 up
|
|
sudo tcpdump -ni eth1
|