Tweeter buttonFacebook buttonLinkedin button
January
21
2010

Truth, Alétheia, Verdad

Aletheia (ἀλήθεια) is the Greek word for “truth”, and like the English word implies sincerity as well as factuality or reality. The literal meaning of the word ἀ–λήθεια is, “the state of not being hidden; the state of being evident”.

Source:

http://en.wikipedia.org/wiki/Aletheia_(philosophy)

January
14
2010

trapper sniffer

trapper is a sniffer & ARP poisoning tool made in perl. The current version supports sniffing protocols like HTTP, FTP, telnet POP3, IMAP, SMTP, MSN, IRC, SMB, SIP, TeamSpeak and VCN. Also this tool include the attack known as APR ( ARP Poison Routing ). More protocols and types of attacks will be added in the future. The development of Trapper was inspired in the excellent tool Cain, but we wanted a tool that also worked under Linux/Unix.

Features:
1. Supported protocols: HTTP, SMPT, IMAP, SMB, SIP, POP3, FTP, Telnet, IRC
2. HTTP Cookie Sniffing
3. IRC Chat Sniffing
4. SMPT sniffing (attachments supported)
5. MSN Chat Sniffing
6. ARP poison tool
7. Different types of ARP attack
8. Fake MAC tool
9. Firefox cookie injector
10. Passwords are saved automatically
11. Lenght of the packet option
12. Automatic Network Detection
13. Trapper.conf: You can add your own parameters to sniff HTTP values (yes like Cain); also choose if you wanna save or not the sniffed data and put your own ports on supported protocols

Source:
http://nediam.com.mx/trapper/home.html

January
8
2010

JWChat

JWChat is a full featured, web-based Jabber™ client. Written using AJAX technology it relies on JavaScript and HTML at the client-side only. It supports basic
jabber instant messaging, roster management and groupchats based on the
MUC protocol.

JWChat is an advanced instant messenger (IM) just like AIM, MSN
Messenger, Yahoo! Messenger or ICQ. This means you can manage your
contacts, communicate with other users in 1:1 chat sessions or join a groupchat room for
collaborative communication. Unlike other IMs you can use this with your
web browser without having to install any additional software at
all.

Source:
http://blog.jwchat.org/jwchat

January
8
2010

LXDE – Lightweight X11 Desktop Environment

LXDE is an energy saving and extremely fast and performing desktop solution. It works well with computers on the low end of the performance spectrum such as new generation netbooks and other small mobile computers.

Source:
http://lxde.org

January
8
2010

Howto see IP firewall rules via terminal

If you want to see all rules of you firewall with PF using terminal you can do it with:

pfctl -s rules

We need to do it because the web manager of pfSense only shows the rules that you add by yourself, but there’s more roles created by default.

More info

January
6
2010

IP address networks by country

Some times there’s too many attacks who come from other countries, specially China, USA or Russia and we don’t need that these countries access to our network(or fuck our Internet BW), so then we need block it (yes I know, the best rule for our firewall is block all by default and permit the services and networks, but we’re going to think that we need to permit all and block only some countries).

So, for make it, we need to know the IP address networks of each country who we want to block (or accept in the ideal scenario), and we can use these sites:
http://blogama.org/country_query.php?country=ISO 3166
http://www.ipdeny.com/ipblocks/data/countries

The codes (ISO 3166) of the country are available in http://www.blogama.org/country.txt

December
17
2009

HOWTO ping a bluetooth device

If you want to know how’s the signal with your bluetooth device maybe you want to make a ping to it, like common ping used in IP networks.

So, for make it in bluetooth networks we have to use l2ping, for example:

# l2ping 00:11:C0:19:C9:C1
Ping: 00:11:C0:19:C9:C1 from 00:1A:6B:DC:F1:A1 (data size 44) ...
44 bytes from 00:11:C0:19:C9:C1 id 0 time 14.61ms
44 bytes from 00:11:C0:19:C9:C1 id 1 time 48.58ms

December
10
2009

Motion, a software motion detector.

Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion.

The program is written in C and is made for the Linux operating system.

Motion is a command line based tool. It has absolutely no graphical user interface. Everything is setup either via the command line or via a set of configuration files (simple ASCII files that can be edited by any ASCII editor).

The output from motion can be:

* jpg files
* ppm format files
* mpeg video sequences

Source:
http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome

December
10
2009

Using Asterisk PBX to Control your Arduino

I was searching something about integration of Arduino with Asterisk PBX and I found this interesting article:

Using Asterisk to Control your Arduino

This article is how to control Arduino over Ethernet using Asterisk PBX, making a call and controlling over it comm channel.

So then, you can make a IVR and control your Arduino calling it wherever you are.



Source:
http://www.nerdybynature.com/index.php/2009/03/using-asterisk-to-controll-your-arduino

December
8
2009

n2n: a Layer Two Peer-to-Peer VPN

n2n is a layer-two peer-to-peer virtual private network (VPN) which allows users to exploit features typical of P2P applications at network instead of application level. This means that users can gain native IP visibility (e.g. two PCs belonging to the same n2n network can ping each other) and be reachable with the same network IP address regardless of the network where they currently belong. In a nutshell, as OpenVPN moved SSL from application (e.g. used to implement the https protocol) to network protocol, n2n moves P2P from application to network level.

The main n2n design features are:

* An n2n is an encrypted layer two private network based on a P2P protocol.
* Encryption is performed on edge nodes using open protocols with user-defined encryption keys: you control your security without delegating it to companies as it happens with Skype or Hamachi.
* Each n2n user can simultaneously belong to multiple networks (a.k.a. communities).
* Ability to cross NAT and firewalls in the reverse traffic direction (i.e. from outside to inside) so that n2n nodes are reachable even if running on a private network. Firewalls no longer are an obstacle to direct communications at IP level.
* n2n networks are not meant to be self-contained, but it is possible to route traffic across n2n and non-n2n networks.

Source:
http://www.ntop.org/n2n/

December
8
2009

PacketFence

PacketFence is a fully supported, Free and Open Source network access control (NAC) system. PacketFence is actively maintained and has been deployed in numerous large-scale institutions over the past years. It can be used to effectively secure networks – from small to very large heterogeneous networks. PacketFence has been deployed in production environments where thousands of users are involved. Among the different markets are :

* banks
* colleges and universities
* engineering companies
* manufacturing businesses
* school boards (K-12)

.. and many more!

Released under the GPL, PacketFence offers an impressive amount of features.

Source:
http://www.packetfence.org

December
8
2009

Wicd: Alternative for NetworkManager

It is an alternative for a NetworkManager who some time makes me crazy when it doesn’t work as I like. And I have to kill it for work.

Wicd is an open source wired and wireless network manager for Linux which aims to provide a simple interface to connect to networks with a wide variety of settings.

Some of Wicd’s features include:

1. No Gnome dependencies (although it does require GTK), so it is easy to use in XFCE, Fluxbox, Openbox, Enlightenment, etc.
2. Ability to connect to wired (Ethernet only, no PPPoE/DSL support yet) and wireless networks
3. Profiles for each wireless network and wired network
4. Many encryption schemes, some of which include WEP/WPA/WPA2 (and you can add your own)
5. Remains compatible with wireless-tools
6. Tray icon showing network activity and signal strength
7. A full-featured console interface

There are instructions for installing Wicd on Ubuntu, Debian, Arch, Fedora, Slackware, and Gentoo on the downloads page, although it should work on any Linux distro.

Source:
http://wicd.sourceforge.net/

December
7
2009

Fork alternative in PHP

This is an alternative of fork in PHP with exec() function:

exec("/bin/ping 192.168.0.1 -c 12 2>/dev/null >&- <&- >/dev/null &");

Sources:
http://joseph.randomnetworks.com/archives/2005/10/21/fake-fork-in-php/
http://immike.net/blog/2007/04/08/fork-php-and-speed-up-your-scripts/

November
23
2009

Open1X – IEEE 802.1X open source implementation

Open1X is an open source implementation of the IEEE 802.1X protocol. This project includes support for the supplicant, while other projects (e.g., FreeRADIUS) provide support for the authentication server.

Source:
http://open1x.sourceforge.net

November
18
2009

LiVES – Because the media should be open

LiVES is a Video Editing System. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features.

And the most important thing is … LiVES is a Free, Open Source video editor *and* a VJ tool.

Source:
http://lives.sourceforge.net/