FTP Password Recovery

wenn sie z.b. von einer applikation, welche daten per ftp transferiert den username und oder passwort vergessen haben, kann ihnen das tool FTP Password Recovery helfen – ein kleines tool, was nichts anderes macht als einen ftp server zu emulieren, und dann den anmeldevorgang des clients clear-text anzeigt! lokal aufrufen, den host auf den verbunden wird in die %systemroot%\system32\drivers\etc\hosts mit 127.0.0.1 eintragen – fertig
etwas aufwändiger – dafür mit viel, viel mehr möglichkeiten – geht es auch z.b. mit Cain & Abel

Metasploit

The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code. This project initially started off as a portable network game and has evolved into a powerful tool for penetration testing, exploit development, and vulnerability research.

The Framework was written in the Perl scripting language and includes various components written in C, assembler, and Python. The widespread support for the Perl language allows the Framework to run on almost any Unix-like system under its default configuration. A customized Cygwin environment is provided for users of Windows-based operating systems. The project core is dual-licensed under the GPLv2 and Perl Artistic Licenses, allowing it to be used in both open-source and commercial projects.

MetaSploit

metasploit.com

Programme dauerhaft einer CPU zuweisen

verfügt ein server über mehrere cpu’s, so kann man über den taskmanager einem prozess eine bestimmte cpu zuweisen. diese zuweisung geht allerdings mit einem reboot verloren – abhilfe schafft das tool “imagecfg.exe” (aus dem ressource kit)
mit der kommandozeile imagecfg -a xxx PfadZumExecutable wird die zuweisung vorgenommen. dabei steht xxx für die hexadezimale bezeichnung der cpu (0-31) – die erste ist also 0X1, die zweite 0X2, usw…

Patchlevel fuer Domino auf Unix ueberpruefen

mit dem unix script (für aix, solaris und linux) CheckOS von der Sandbox lässt sich leicht mittels ./checkos.pl -q -f ./checkos.dat unter dem user root überprüfen, welche betriebssystempatches für domino fehlen. macht schon alleine deswegen sinn, um sich die erste antwort vom support “did you install all recommended patches” zu ersparen…
das script kann auch schon für r5 verwendet werden

Screen Snapshots

um teile des bildschirmes zu capturen, habe ich bis jetzt immer ZapGrab2 (download) verwendet; ein kleines aber feines tool, welches einen beliebigen ausschnitt des schirmes in die zwischenablage kopiert; besser noch ist HoverSnap:

HoverSnap

HoverSnap is a a free handy snapshot tool with jpg, png, bmp and gif support.HoverSnap can take snapshots of the full screen, active window or a selected area. It can even capture layered windows (alphablended ones under 2K / XP). You can even FTP upload your screenshots !

You can set up the capture folder / filename and format.
You can reduce the capture size.
Auto-generate filename option will add the time stamp (date/time) to your filename in order to be able to take several captures without having to change the filename.
Optional sound when capture is done.
HoverSnap is FREE for personal use only !

Installation Guide for Lotus Domino 7 beta2 with DB2

… das wird es zwar bis zum finalen release zumindest von offizieller stelle nicht geben, aber einen ganz guten überblick bietet dieser beitrag auf dem notes/domino 7 public beta forum.

Domino 7 Beta 2

The following configurations of Domino and DB2 are supported:

  • Local Configuration — Domino 7 and DB2 version 8.1.6 (for beta 2) installed and running on one computer.
  • Remote Configurations
  • DB2 Connect is installed on the same servers as Domino 7, and the Domino 7 server is pointing to one instance of DB2 8.1.6 installed on another computer.
  • Multiple Domino servers are reinstalled on one partitioned server. DB2 is installed on another server.