GNS3 is a graphical network simulator that allows simulation of complex networks. This project is an open source, free program that may be used on multiple operating systems, including Windows, Linux, and MacOS X. Users have to provide their own IOS/IPS/PIX/ASA/JunOS to use with GNS3.
Monday, November 1, 2010
SCR.IM
This is a similar service to URL-shortening sites but for email. The purpose is to have an email link that requires a captcha check before the true email address is displayed.
iPhone Explorer
iPhone Explorer is an iPhone browser for Mac & PC that lets you browse the files and folders on your iPhone as if it were a normal USB flash drive or pen drive. You can use the easy drag-and-drop methods to add or remove files and folders from the iPhone.
Enabling Tech Support Mode within VMware ESXi 4.1
Tech Support Mode within a VMware ESXi 4.1 host is a command-line interface for troubleshooting. The feature can be enabled via the vSphere client or via the console.
To enable via the console, log in as normal. Access the Troubleshooting Options selection from the main menu.
The Tech Support Mode should be disabled by default. A menu option is also available to place a limit on the amount of time the feature will remain active.
Save the changes. Use the key combination of Alt-F1 to enter the Tech Support Mode.
To return to the main console window, use the key combination of Alt-F2. Additional details on this topic can be found at http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017910.
Saturday, October 2, 2010
Maltego
Maltego is an open source intelligence and forensics application. It will offer mining and gathering of information as well as the representation of this information in a easy to understand format.
UNIX/Linux command line resources
Below are some resources for the UNIX/Linux command line.
http://cb.vu/unixtoolbox.xhtml
http://www.ee.surrey.ac.uk/Teaching/Unix/
http://linuxcommand.org/learning_the_shell.php
http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html
Priority of network interfaces within Windows
To determine the priority of available network interfaces within Windows, launch a command prompt and use the following command:
netstat –rn
Near the top of the information will be a list of all of the network interfaces and a priority number in a column to the left. The loopback entry will normally be the lowest.
If you wish to change the priority list, access the TCP/IP properties for the interface in question and remove the default checkbox for “Automatic metric” and manually enter a value. A value higher than 1 is probably preferred as not to interfere with the loopback address entry.
Verify That TRIM Is Enabled In Windows 7
Windows 7 is supposed to automatically detect a SSD hard drive and enable the TRIM function by default. To verify this setting, launch a command prompt with local administrative authority and type:
fsutil behavior query DisableDeleteNotify
Two results are possible:
0 –> This indicates that TRIM is enabled and working.
1 –> This means that TRIM is not enabled.
Friday, October 1, 2010
CopyTrans Manager
CopyTrans Manager is a free application to allow simple transfer of data to an iPod or iPhone instead of using iTunes. A portable version is available.
Microsoft’s Enhanced Mitigation Experience Toolkit
EMET provides users with the ability to deploy security mitigation technologies to arbitrary applications. This helps prevent vulnerabilities in those applications (especially line of business and 3rd party apps) from successfully being exploited. By deploying these mitigation technologies on legacy products, the tool can also help customers manage risk while they are in the process of transitioning over to modern, more secure products.