=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ferm-2.5/doc/ferm.pod-421- table filter chain INPUT { ferm-2.5/doc/ferm.pod:422: saddr (1.2.3.4 2.3.4.5 3.4.5.6 4.5.6.7 5.6.7.8) { ferm-2.5/doc/ferm.pod-423- proto tcp dport (http https ssh) ACCEPT; ############################################## ferm-2.5/doc/ferm.pod-433- table filter chain INPUT { ferm-2.5/doc/ferm.pod:434: saddr (1.2.3.4 2.3.4.5 3.4.5.6 4.5.6.7 5.6.7.8) @subchain { ferm-2.5/doc/ferm.pod-435- proto tcp dport (http https ssh) ACCEPT; ############################################## ferm-2.5/doc/ferm.pod-441- ferm-2.5/doc/ferm.pod:442: saddr (1.2.3.4 2.3.4.5 3.4.5.6) @subchain "foobar" { ferm-2.5/doc/ferm.pod-443- proto tcp dport (http https ssh) ACCEPT; ############################################## ferm-2.5/doc/ferm.pod-1708- ferm-2.5/doc/ferm.pod:1709: @def $DNSSERVERS = `grep nameserver /etc/resolv.conf | awk '{print $2}'`; ferm-2.5/doc/ferm.pod-1710- chain INPUT proto tcp saddr $DNSSERVERS ACCEPT; ############################################## ferm-2.5/examples/dmz_router.ferm-95- # masquerade private IP addresses ferm-2.5/examples/dmz_router.ferm:96: saddr ($NET_PRIVATE $NET_DMZ) outerface $DEV_WORLD SNAT to $HOST_STATIC; ferm-2.5/examples/dmz_router.ferm-97- } ############################################## ferm-2.5/examples/dsl_router.ferm-36- # well-known internet hosts ferm-2.5/examples/dsl_router.ferm:37: saddr ($NET_PRIVATE 81.209.165.42) proto tcp dport ssh ACCEPT; ferm-2.5/examples/dsl_router.ferm-38- ############################################## ferm-2.5/src/ferm-722- print LINES "$cmd\n" if $option{lines}; ferm-2.5/src/ferm:723: system($cmd) unless $option{noexec}; ferm-2.5/src/ferm-724-} ############################################## ferm-2.5/src/ferm-736- print LINES "$cmd\n" if $option{lines}; ferm-2.5/src/ferm:737: system($cmd) unless $option{noexec}; ferm-2.5/src/ferm-738-} ############################################## ferm-2.5/src/ferm-1364- my $command = $1; ferm-2.5/src/ferm:1365: my $output = `$command`; ferm-2.5/src/ferm-1366- unless ($? == 0) { ############################################## ferm-2.5/src/ferm-2742- ferm-2.5/src/ferm:2743: my $ret = system($command); ferm-2.5/src/ferm-2744- unless ($ret == 0) { ############################################## ferm-2.5/src/import-ferm-219- # -> ferm-2.5/src/import-ferm:220: # saddr (1.2.3.4 5.6.7.8) proto tcp ACCEPT; ferm-2.5/src/import-ferm-221- while (@_ > 0) { ############################################## ferm-2.5/test/misc/address-magic.ferm-5- saddr 192.0.2.1 proto tcp dport ssh ACCEPT; ferm-2.5/test/misc/address-magic.ferm:6: saddr (192.0.2.2 192.0.2.3) proto tcp dport ssh ACCEPT; ferm-2.5/test/misc/address-magic.ferm-7- saddr 2001:db8::1 proto tcp dport ssh ACCEPT; ferm-2.5/test/misc/address-magic.ferm:8: saddr (2001:db8::2 2001:db8::3) proto tcp dport ssh ACCEPT; ferm-2.5/test/misc/address-magic.ferm-9- ferm-2.5/test/misc/address-magic.ferm:10: saddr (192.0.2.4 2001:db8::4) proto tcp dport ssh ACCEPT; ferm-2.5/test/misc/address-magic.ferm-11- ############################################## ferm-2.5/test/misc/comments.ferm-16-table filter chain INPUT { ferm-2.5/test/misc/comments.ferm:17: saddr ( ferm-2.5/test/misc/comments.ferm-18- 192.168.0.3 #foo ############################################## ferm-2.5/test/misc/empty.ferm-8- saddr $Y DROP; ferm-2.5/test/misc/empty.ferm:9: daddr () REJECT; ferm-2.5/test/misc/empty.ferm:10: daddr (() $X () (() $Y) 2) DROP; ferm-2.5/test/misc/empty.ferm-11-} ############################################## ferm-2.5/test/misc/subchain.ferm-10- } ferm-2.5/test/misc/subchain.ferm:11: interface eth1 saddr (1.2.3.4 1.2.3.5 2.3.4.5) @subchain { ferm-2.5/test/misc/subchain.ferm-12- proto tcp @subchain { ############################################## ferm-2.5/test/negative/shell2-1- ferm-2.5/test/negative/shell2:2:set HACKERS `cat /etc/hackers.ip | grep -v "^#" | awk '{print $1}'` ferm-2.5/test/negative/shell2-3- ############################################## ferm-2.5/test/resolve/array.ferm:1:domain (ip ip6) chain INPUT proto tcp dport 50 saddr ( ferm-2.5/test/resolve/array.ferm-2- (@resolve(v4.example.com, 'A') @resolve(v6.example.com, 'AAAA')) ############################################## ferm-2.5/debian/ferm.init-74- $CACHE_FILE -nt $CONFIG -a \ ferm-2.5/debian/ferm.init:75: -z "`find /etc/ferm -maxdepth 2 -newer $CACHE_FILE 2>/dev/null`" -a \ ferm-2.5/debian/ferm.init-76- $CACHE_FILE -nt /etc/default/ferm -a \