Thursday, August 11, 2011
ettercap -
http://www.art0.org/linux/man-in-the-middle-attacks-with-ettercap
Unidirectional sniffing: Victim to Gateway
A more sensible and stealthy command is:
This is what the command line options do:
Unidirectional sniffing: Victim to Gateway
A more sensible and stealthy command is:
ettercap -T -M arp:oneway,remote /1.2.3.4/ /1.2.0.0/ |
Thursday, July 28, 2011
using nmap to scan port
scan sql
nmap -f -sS -v -A -p3306 202.185.x-x
scan web
nmap -f -sS -v -oA dvwa -A -p 80,443 202.185.x.x-x
nmap -f -sS -v -A -p3306 202.185.x-x
scan web
nmap -f -sS -v -oA dvwa -A -p 80,443 202.185.x.x-x
Thursday, June 30, 2011
some tips to improve ssh server
get from http://askubuntu.com/questions/2271/how-to-harden-an-ssh-server
Here's one easy thing to do: install ufw (the "uncomplicated firewall") and use it to rate limit incoming connections.
From a command prompt, type:
Here's one easy thing to do: install ufw (the "uncomplicated firewall") and use it to rate limit incoming connections.
From a command prompt, type:
$ sudo ufw limit OpenSSH
If ufw is not installed, do this and try again:$ sudo aptitude install ufw
Many attackers will try to use your SSH server to brute-force passwords. This will only allow 6 connections every 30 seconds from the same IP address. Tuesday, June 21, 2011
reformat AND reinstall my ubuntu
1- Change to nearest repo
2-
2-
sudo apt-get install ubuntu-restricted-extras
3 install ubuntu tweak
Tuesday, March 8, 2011
internet data decoder, sniff facebook, ym email etc
packet forensic, peeping user data, internet chat, facebook bla2... using this software by tapping at main gateway.
Xplico
http://www.xplico.org
Xplico
http://www.xplico.org
GUI Ubuntu process manager - kill task
only expert know how to kill running application/process in ubuntu using kill command. There is a gui name: qps
install:
sudo apt-get install qps
run:
sudo qps
install:
sudo apt-get install qps
run:
sudo qps
Subscribe to:
Posts (Atom)
Blog Archive
-
►
2011
(8)
- ► 08/07 - 08/14 (1)
- ► 07/24 - 07/31 (1)
- ► 06/26 - 07/03 (1)
- ► 06/19 - 06/26 (1)
- ► 03/06 - 03/13 (2)
- ► 02/20 - 02/27 (1)
- ► 01/16 - 01/23 (1)
-
►
2010
(16)
- ► 12/05 - 12/12 (1)
- ► 11/07 - 11/14 (1)
- ► 10/10 - 10/17 (1)
- ► 08/29 - 09/05 (1)
- ► 08/15 - 08/22 (1)
- ► 07/11 - 07/18 (1)
- ► 06/27 - 07/04 (1)
- ► 06/20 - 06/27 (2)
- ► 06/06 - 06/13 (3)
- ► 05/30 - 06/06 (1)
- ► 01/17 - 01/24 (1)
- ► 01/03 - 01/10 (2)
-
►
2009
(7)
- ► 12/06 - 12/13 (1)
- ► 11/01 - 11/08 (1)
- ► 10/25 - 11/01 (1)
- ► 10/11 - 10/18 (2)
- ► 09/13 - 09/20 (1)
- ► 08/30 - 09/06 (1)
