Pages

Showing posts with label Basic Security. Show all posts
Showing posts with label Basic Security. Show all posts

Changed Default Page For Nagios Version 4.4.x

Search for a file named index.php. The file located in your nagios installation folder /..../nagios/share/index.php

and then search for $url = 'main.php';
This is the default page for Nagios. Change only main.php to your desired default page, either Type 1 or Type 2. It's your call.


Type 1;
$url='map.php?host=all';


Type 2;
$url='cgi-bin/tac.cgi';



Actually, it's just changing the URL for the default page.
After editing the file, don't forget to restart your Apache.

Checking HTTP Directory Traversal Scanner

Thanks to AutoSec Tools, they provide a very useful product that able to Detect directory traversal vulnerabilities in HTTP servers and web applications. These tools are design to run in Windows platform.



<Click here to download>

Extract username & Password stored in Firefox

Source: PasswordFox

Description
PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.

System Requirements
This utility works under Windows 2000, Windows XP, Windows Server 2003, Windows Vista, and Windows 7. Firefox should also be installed on your system in order to use this utility.

Known Problems
False Alert Problems: Some Antivirus programs detect PasswordFox utility as infected with Trojan/Virus.

Reveal password stored in Internet Explorer

Source : http://www.nirsoft.net

IE PassView is a small password management utility that reveals the passwords stored by Internet Explorer Web browser, and allows you to delete passwords that you don't need anymore. It supports all versions of Internet Explorer, from version 4.0 and up to 9.0.

For each password that is stored by Internet Explorer, the following information is displayed: Web address, Password Type (AutoComplete, Password-Protected Web Site, or FTP), Storage Location (Registry, Credentials File, or Protected Storage), and the user name/password pair. You can select one or more items from the passwords list and export them into text/html/csv/xml file.

You might also like:

Popular Posts