quarta-feira, 25 de janeiro de 2012

Dica: Configurando o iw para usar com aircrack-ng

Configurando o iw para usar com aircrack-ng

Conforme o tutorial abaixo:

http://scottlinux.com/2012/01/13/install-aircrack-ng-on-debian-linux/
Obtive este erro:

--
ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from
--


Após seguir o tutorial acima ---

Baixe:
http://wireless.kernel.org/download/iw/iw-3.1.tar.bz2

descompacte

# tar -jxvf iw-3.1.tar.bz2

acesse a pasta

# cd iwiw-3.1/
# apt-get install libnl-dev
# make && make install
# airmon-ng start wlan0

# airodump-ng mon0


e um abraço +Lex

Não se esqueça do macchanger ;)

terça-feira, 24 de janeiro de 2012

Dica : erro squid - PF / NAT open failed


Erro encontrado após um upgrade do squid 2.7 para versão 3.1 - FreeBSD. (via ports)

2012/01/24 14:15:51| IpIntercept.cc(216) PfInterception: PF open failed: (13) Permission denied
2012/01/24 14:15:51| IpIntercept.cc(14) IpfInterception: NAT open failed: (13) No such file or directory
 
Solução:
 
vi /etc/devfs.conf

# Allow Squid read acess to /dev/pf
own     pf      root:squid
perm    pf      0640

/etc/rc.d/devfs restart 

Dica: compilei somente com a opção pf para proxy transparente.

Referência:
https://wiki.andrewmercer.net/index.php/Squid_-_Transparent_Proxy