Author Archives: spawn

Kali Linux – Raspberry PI 3 post install

# apt-get update # apt-get dist-upgrade # apt-get install x11vnc tor privoxy proxychains #x11vnc -storepasswd ULTRASECRETPASS /etc/lightdm/x11passwd # apt autoremove # update-rc.d  tor enable # vi /etc/rc.local /usr/bin/x11vnc -xkb -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/lightdm/x11passwd -forever -bg -rfbport 5900 … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on Kali Linux – Raspberry PI 3 post install

Building Ikev2 road warrior VPN for IOS9 with OpenBSD and DNSCRYPT

Howdy , In this tutorial, hope help you guys how to configure IKEv2 VPN using IOS9 ( iphone ) and OpenBSD. OpenBSD-59-amd64 # cat /etc/iked.conf ikev2 “ios9” passive esp from 0.0.0.0/0 to 192.168.1.0/24 \ local 7.7.7.7 peer any \ ikesa … Continue reading

Posted in OpenBSD | Tagged , , , , | Comments Off on Building Ikev2 road warrior VPN for IOS9 with OpenBSD and DNSCRYPT

Solving round robin DNS name with SSH Server hosts

Howdy, Recently I had a little issue with  DNS round robin pointing to different SSH Servers ( different fingerprints ) conflicting with known_hosts file. Follow a little script I wrote to test expect. Follow the example (; ———————cut———————- #!/usr/bin/expect — puts “Which server do you want connect?” … Continue reading

Posted in Network, Tools | Tagged , , , | Comments Off on Solving round robin DNS name with SSH Server hosts

OpenBSD+Squid+Dansguardian+ldap+Active Directory

This setup was tested with OpenBSD 5.1, squid-2.7-ldap, dansguardian-2.10.1.1 and Windows 2008 Server I will show how to authenticate Squid Proxy in Active Directory using squid_ldap_auth and squid_ldap_group. The basic for this is: At squid.conf put auth_param basic program /usr/local/libexec/squid_ldap_auth … Continue reading

Posted in OpenBSD | Tagged , , , , , , , | Leave a comment

Remote Packet sniff using SSH and Wireshark to analysis

Hello there ! In this brief tutorial, I will show how capture remote traffic through ssh and analysis with wireshark. the basic to do this is: $ mkfifo /tmp/remoteif $ ssh root@yourserver “tcpdump -ni pflog0 -w – host 10.20.30.40” > … Continue reading

Posted in Network | Tagged , , , | Leave a comment

Possible Bug at OpenBSD

Hello there, My apologies, I’m working so much, and the time is scarce. Coming soon, I will to back post regularly. by hour, I will post a video with a possible bug that I discovered at OpenBSD Follow the video: … Continue reading

Posted in OpenBSD | Tagged , | Leave a comment

simple statefull firewall with iptables

Today, I was very very nervous ! Believe ! I’m ! So, I decided paste this simple script that I did a long time ago, but BELIEVE ! WORK and  is EFFECTIVE ! Brief resume, of why I’m posting this … Continue reading

Posted in Network | Tagged , | Leave a comment

Things to do with SSH

From Wikipedia: Secure Shell (SSH) is a network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network: a … Continue reading

Posted in Information, Network | Tagged , , , | Leave a comment

Howto recovery mysql root password

Five steps to recovery root password of mysql server Stop mysql server # /etc/init.d/mysql stop 2. Start mysql server without password # mysqld_safe –skip-grant-tables & 3. Connect to mysql server using mysql client # mysql -u root the output will … Continue reading

Posted in Information | Tagged , , | Leave a comment

BACKTRACK-LINUX ON MOTOROLA ATRIX 4G

Hello there, Last week, I bought an Atrix 4g and I would wanted run bt5 arm. Now I’m here, writing a little tutorial to do this. Basically it is easy, but need some tricks. Let’s go … First, if you … Continue reading

Posted in Network, Tools | Tagged , , , , | Leave a comment