Security

Howto Aladdin eToken ssh key authentication

2

Start with installing the software for your mac. The current release is v4.55 [2008-03-27].When installed there are to programs “~/Applications/eToken/”. PKIMonitor, which will be available on your “menu bar”, and an application called eToken Properties.

If you followed the installation procedure then you are at the point for inserting the eToken. While looking at the eToken a red led should lid up. That’s a good thing!

First thing you need to do is “initialize” your eToken.Open up “Open eToken Properties”, click eToken , click “Advanced”, click “Initialize eToken”, Set User and Administrator passwords (both different and strong”, click “Advanced” and check the box “Load 2048-bit RSA key support”. Click Okay, Okay, Okay, I’ve stopped counting….
But wait, there’s more

Using Nmap port scanner

0

nmap – Network exploration tool and security / port scanne

auteur : Fyodor Yarochkin
url: http://insecure.org/nmap/

platform:

Een van de betere en veelgebruikte tools voor niet alleen scannen van poorten maar zeker ook voor fingerprinting.

  • nmap -v -sV hostname
    // geeft per poort weer welke service en versie er draaid
  • nmap -v -sS -sV -O -P0 -e en1 -S 64.233.167.99 localhost
    // Spoof ip-address bijv. handig om je firewall te testen :o

Go to Top