GoldCs Team
GoldCs Team All for Counter strike 1.6 and more WWW.GoLDCs.3XFORUM.RO WWW.GoLDCs.3XFORUM.RO WWW.GoLDCs.3XFORUM.RO WWW.GoLDCs.3XFORUM.RO FREE DOWNLOAD - Jocuri full download , jocuri gratis , jocuri full , muzica noua , muzica romaneasca , hacking , torrent , jocuri free download , free download cfg silent aim ,dll , aimbot for counter strike 1.6 free download, scripts aim , eac , voiplay , VaC WWW.GoLDCs.3XFORUM.RO WWW.GoLDCs.3XFORUM.RO FREE DOWNLOAD . ! .@@ PerTa Contact : PerTa_unique@yahoo.com !
Nu sunteti logat.
Lista Forumurilor Pe Tematici
Nou pe simpatie:
Nicole23
Femeie
25 ani
Bucuresti
cauta Barbat
28 - 65 ani
GoldCs TeamReguliInregistrareLoginPoze
GoldCs Team / « Tutoriale » / GeoIP Bash - Script pentru nologine  
Autor
Mesaj Pagini: 1
#1
dude
Member
Postari: 34
Avem asa: cat go

Code:

#!/bin/bash
# wn nologin geoip scripts.
#

cat $1 |replace " " ":" |replace ":|:no:host" "" >a
for x in `cat a`
do
echo $x | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' >ip
LINE=`cat ip`
IP=`lynx -dump "http://www.geoiptool.com/en/?IP=$LINE" | sed -n '/Host Name/,/Postal code/p'`
COUNTRY=`echo "$IP" | awk 'BEGIN { FS = "\n" ; RS = "" } { print $4 }' | awk '{print $3}'`
CITY=`echo "$IP" | awk 'BEGIN { FS = "\n" ; RS = "" } { print $5 }' | sed -e 's/\(Region:\|Region:.\[15\]\)//g'`
echo "$x | $COUNTRY $CITY"
echo "$x | $COUNTRY $CITY" >>geoip.list
done

Pentru cei mai inceti:
- lista de nologine trebuie sa arate asa:

Code:

guest guest 157.253.220.11 | no host
games games 174.115.61.107 | no host
user user 174.115.61.107 | no host
games games 174.117.5.128 | no host
guest guest 174.115.61.107 | no host

- ./go nobash.txt
- nobash.txt este lista ta cu nologine.


 
   
Pagini: 1  
Mergi la