Merhaba arkadaşlar,
- #!/bin/bash
- read -p "Select TCP, DNS or CHARGEN! " RESP
-
- if [ "$RESP" = "TCP" ]; then
- echo "Border Gateway Protocol Scanning started, for use of litespeeds TCP attack script"
-
- ##Edit the IPADDRESS below to your requested IP range
-
- nmap -oG - -T4 -p179 -v 109.0.0.0-255 | grep "Ports: 179/filtered/tcp//bgp///" > temp1
- echo "Checking Ip's and filtering"
- grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' temp1 > temp2
- sed -e 's/$/ 179/' -i temp2
- cp temp2 TCP.txt
- rm -rf temp*
- killall -9 nmap
- echo "Done!, Saved as TCP.txt"
böyle bir kod buldum. Pek kodlama işinden anlamıyorum bu kod nedir acaba zararlı bir kodlama mı?