Quick Access

User login

Who's online

There are currently 0 users and 7 guests online.

Visitors Map

Site Counter

  • Site Counter: 207428
  • Registered Users: 583
  • Published Nodes: 328
  • Your IP: 219.64.73.224
  • Since: 2008-09-09

Link Exchange

BlogCatalog Blog DirectoryTechnology blogs
Technology Business Directory - BTS LocalTop stories
Dignow.netClick here
        Top Blog
       CracktoHack
         SecGeeks

       Megapanzer

      Your Site Here?

Live Traffic Info

Advertisements

      ExitJunction.com - Make Money From Your Exit Traffic!
      Click Here to Check WidgetBucks
      Click here to Advertise
     


     
A unique Site with Unique Contents!


CONTENT:

Module 01 - Getting Started with Nmap
Module 02 - Nmap Basics
Module 03 - Scans for Every Occasion
Module 04 - Back Pocket Scans
Module 05 - Useful Scanning Options
Module 06 - Nmap Pings - The Search for Hosts
Module 07 - Recon Scanning
Module 08 - Ninja Scanning
Module 09 - Output Options
Module 10 - Windows and Nmap
Module 11 - Real-World Nmap Scanning
Bonus Content

Download:

http://rapidshare.com/files/245053442/GSM-pmnstc.part01.rar
http://rapidshare.com/files/245058537/GSM-pmnstc.part02.rar
http://rapidshare.com/files/244999106/GSM-pmnstc.part03.rar
http://rapidshare.com/files/245003889/GSM-pmnstc.part04.rar
http://rapidshare.com/files/245008510/GSM-pmnstc.part05.rar
http://rapidshare.com/files/245013020/GSM-pmnstc.part06.rar
http://rapidshare.com/files/245017998/GSM-pmnstc.part07.rar
http://rapidshare.com/files/245023011/GSM-pmnstc.part08.rar
http://rapidshare.com/files/245027104/GSM-pmnstc.part09.rar
http://rapidshare.com/files/245031301/GSM-pmnstc.part10.rar Read more..
Your rating: None Average: 1 (1 vote)

Password less SSH login to another server can be very useful when you want to configure a remote backup server or when migrating servers. For enabling this you need to have openSSH installed on the server. Here is a tutorial on how to configure password less SSH login to server ‘mars’ from server ‘earth’

1. Login to earth as root.

2. Run the command ssh-keygen -t rsa
If the key already exists you can either go to step 3 or you can generate a new key by overwriting existing key (see image). It would be better to overwrite the existing key if you did not generate it.




3. Change directory to /root/.ssh/

root@earth:~# cd /root/.ssh/
root@earth:~/.ssh#

4. Copy the contents of the file id_rsa.pub to the directory /root/.ssh/authorized_keys
scp -P id_rsa.pub root@mars_server_IP:/root/.ssh/authorized_keys

5. You will be able to login to the remote server ‘mars’ by typing ssh root@mars_server_IP -p without password nowRead more..

No votes yet


PHP's default configuration file, php.ini (usually found in /etc/php.ini on most Linux systems) contains a host of functionality that can be used to help secure your web applications. Unfortunately many PHP users and administrators are unfamiliar with the various options that are available with php.ini and leave the file in it's stock configuration. By utilizing a few of the security related options in the configuration file you can greatly strengthen the security posture of web applications running on your server. Read more..

Your rating: None Average: 5 (1 vote)

Is Linux secure? The question is much less useful, than 'Is Linux "securable"?' The answer to the latter is a definite yes.

Being securable means that Linux can be made more secure (to whatever degree necessary) by applying a clearly defined sequence

of steps that always produces the same result, and that can be automated and applied to systems that have been in operation for

a long time. It would be ideal to be able to make securing systems understandable by regular system administrators who don’t

have formal security training. However, the last requirement might be pushing it a bit, since security will likely always

require expertise.

Linux can be made more secure by hardening the system.

=================
| 1) Intruduction |
===================

I wrote a step by step paper how to secure linux server with cP/WHM and
Apache installed. By default, linux is not secured enough but you have
to understand there is no such thing as "totally secured server/system".
The purpose of this paper is to understand how to at least provide some
kind of security to the server. I prefer lsws web-server without anyRead more..
Your rating: None Average: 5 (1 vote)



SHODAN lets you find servers/ routers/ etc. by using the simple search bar.You can search by keyword, and/or using any of the advanced search options.

Check SHODAN:

  • country:2-letter country code
  • hostname:full or partial host name
  • net:IP range using CIDR notation (ex: 18.7.7.0/24 )
  • port:21, 22, 23 or 80

Lets say you want to find servers running the 'Apache' web daemon. A simple attempt would be to use:

apache

How about finding only apache servers running version 2.2.3?

apache 2.2.3Read more..

No votes yet

Your rating: None Average: 3.7 (3 votes)

Search

Loading

Bookmark Us!

Share/Save

Page Rank

Advertisements

Subscribe Us!

Explore Tags

Follow Us