Xəbər, Inceleme, Gadget Database

Facebook back to the update, this time on the Facebook Mobile website. Now Facebook users can change privacy settings / customization privacy directly via the phone. This feature is designed to create privacy settings become easier and simpler, especially social networking sites with more than 500 million users are often associated with privacy violations.
Continue Reading Facebook Present Privacy Settings through Facebook Mobile

Defcon conference that took place in Las Vegas have featured interesting demo of wiretapping phone conversations with a tool that can make your own. The tool is a big antenna, a laptop, and a few other tools worth estimated at only about 1500 Dolları. With these tools a person will be able to listen to other people via cell phone conversation while their communication lines have been encrypted (encryption).
Continue Reading Hackers Demonstrate Tapping Phone Conversations with Cheap Tools
04Sep
TCPdump is a very powerful command line interface packet sniffer.
1. Install TCPDUMP
- To install TCPdump :
#apt-get install tcpdump
- To see the TCPdump dependencies:
#apt-cache depends tcpdump
tcpdump
Depends: libc6
Depends: libpcap0.8
Depends: libssl0.9.8
- To see the installed TCPdump version:
# apt-cache policy tcpdump
tcpdump:
Installed: 3.9.5-2etch1
Candidate: 3.9.5-2etch1
Version Table:
*** 3.9.5-2etch1 0
500 http://kambing.vlsm.org stable/main Packages
500 http://security.debian.org stable/updates/main Packages
100 /var/lib/dpkg/status
Continue Reading Tutorial TCPdump
htaccess is a way to password protect directories. It can also be used to give user or group specific access to directories. This guide will tell you how to setup apache for htaccess and to set up basic protection. Let’s begin.
Open up /etc/apache2/sites-available/default
# vim /etc/apache2/sites-available/default
Continue Reading Protect a Directory on Your Website with htaccess and htpasswd
28Aug
Minicom is a serial communication program to access a network or security device through its console port.
This tool is similar to Hyper Terminal, which is by default available on a Microsoft Windows system.
Let’s install Minicom:
#apt-get install minicom