===[:: Scanning with Nmap ::]===

===[:: Scanning with Nmap ::]===

Nmap adalah Tool untuk eksplorasi jaringan, secara ekslusif menjadi salah satu tool andalan yang sering
digunakan oleh Administrator Jaringan, Pen-Test (IT Developer yg dibayar untuk mencari Hole pada System Jaringan)
serta Attacker (hayooo…. yg masuk kategori ini siapa ? :d).
Tool ini digunakan sebagaimana namanya yaitu Penjelajah System Jaringan (Network Mapper, Network Exploration Tool).
Dengan Nmap kamu bisa melakukan Probing (probe) keseluruh jaringan dan mencari tahu service apa yang aktif pada port
yang lebih spesifik. Buka saja hanya itu tapi juga mencampur fingerprinting (Banner Grap) yang bisa membandingkan dan
memberikan estimasi akan apa jenis Sistem Operasi (OS) target. Nmap juga mempunyai banyak kelebihan atau Flags
yang akan memanipulasi bagaimana cara dia (Nmap) melakukan Scanning, kamu hanya perlu melakukan tcp()connect
scanning yang akan membuat full connection ke host atau syn scanning juga biasa dikenal (a.k.a) Half Connection
(ini susah negh jelasin half connection), testing Firewall atau mencari tahu apakan ada Firewall atau Packet Filter,
Idle Scan (pembahasan mengenai Idle Scan, tunggu di Ezine selanjutnya yahh… :d)
yang akan melakukan Spoofing (menyembunyikan IP kamu) ke Host yang lain atau memakai Decoy (host umpan) yang akan
membuat JeJaK (trace) kamu semakin susah dilacak. Nmap kompetibel dengan Linux/BSD Family (*nix) dan W*ndows,
walaupun aku akan menjelaskan penggunaan Nmap melalui Linux, tapi versi yang di W*ndows sama dengan yang di Linux. Read more »

Popularity: 1% [?]

Useful UNIX commands

In this tutorial we’re going to look at some useful things you can do with your Web server using UNIX commands and Telnet. If you’ve never used Telnet or UNIX commands, try reading our Telnet and basic commands tutorial first, then come back here and carry on reading!
Advanced use of the ls command

In Telnet and basic commands, we showed you how to use ls to obtain a listing of all files in the current directory. By placing various letters after ls (known as switches, options or command line arguments, depending on the UNIX guru you talk to!), you can get it to give you a lot more information about the current directory. For example:
[username@mysite]$ ls -l
Read more »

Popularity: 1% [?]

Installing Fedora Core 4 Linux

Fedora Core 4:
Install Linux, enable ftp, enable telnet, allow www access.
Boot from the first CD - use text mode by typing

linux text

follow the prompts ..

Using Disk Druid, set up
Mount Points, ext3 (except for swap)
Read more »

Popularity: 1% [?]

cpanel on config searcher

find -type f -name config.php; find -type f -name configure.php; find -type f -name configuration.php; find -type f -name wp-config.php; find -type f -name settings.php; find -type f -name connect.inc.php

Popularity: 1% [?]

Remote Scaner

wget paling-suka-ngentot-di-war.net/tools/kenthu.tar.gz
tar -zxvf kenthu.tar.gz; rm -rf kenthu.tar.gz; cd kenthu
./jembut ip

Popularity: 1% [?]

firewalling

edit /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don’t
# want to do the full Sys V style init stuff.

# touch /var/lock/subsys/local
modprobe ipt_LOG
modprobe ipt_REJECT
modprobe ipt_MASQUERADE

/sbin/depmod -a

echo “1″ > /proc/sys/net/ipv4/ip_forward

iptables -F
iptables -t nat -F

iptables -X
iptables -t nat -X
Read more »

Popularity: 1% [?]

WordPress Theme Design