Documentation


About
 
Features
 
Scan Rules (.uxe)
 
Download
 
Documentation
 
Thanks

Q)how do i check a Apache chunk bug for our network? (first read a scanrule/apache.uxe)
example 1)arirang -G -s 192.168.1.1 -e 192.168.1.255 -P 60 |grep Apache|awk '{print $1}' > apache_list
example 1)arirang -G -f apache_list -r scanrule/apache.uxe
example 2)arirang -G -s 192.168.1.1 -e 192.168.1.60 -r scanrule/apache.uxe

how do i check IIS server,Apache,PHP,OpenSSL version in our network?
example wide ip)arirang -G -s 192.168.1.1 -e 192.168.2.255 -P 90 | grep OpenSSL
example C CLASS)arirang -G -s 192.168.1.1 -e 192.168.1.255|grep IIS
example C CLASS)arirang -G -s 192.168.1.1 -e 192.168.1.255 -P 50|grep Apache
example specfic ip address)arirang -G -s 192.168.1.1 -e 192.168.1.60|grep PHP

Q)how do i scan our network against IIS .ida buffer overflow(can affect code red worm) ?
C CLASS example) arirang -G -s 192.168.1.1 -e 192.168.1.255 -r codered.uxe
B CLASS example)arirang -G -s 192.168.0.1 -e 192.168.255.255 -r codered.uxe
specfic ip address example)arirang -G -s 192.168.1.10 -e 192.168.1.40 -r codered.uxe

arirang scan rule installed a /usr/local/share/arirang/ on OpenBSD,FreeBSD. /usr/pkg/share/arirang/ on NetBSD

Solaris,AIX Install method.
try compile, gcc -lsocket -lxnet -o arirang arirang.c rule.c screen.c osfinger.c grabhead.c