www.question-defense.com | Engage: Visit :: Login :: Register

The SSH passwords for SecureCRT on OSX are stored via the OSX Keychain. It would be nice if you could change these stored SSH passwords via the SecureCRT interface however I was unable to locate a way to do this. Instead you have to open the OSX Keychain and modify the SSH passwords via this interface instead. Below are instructions on modifying a stored SecureCRT SSH password on OSX.

Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookRedditLinkedInYahoo! Bookmarks
Tags: , , , , , , ,

Comments 1 Comment »

Trackbacks, also known as pingbacks, in WordPress are a great idea however they typically generate a lot of SPAM for little benefit. A trackback is generated within a post on your site by another bloggger linking to your WordPress article. Personally I disable the display of trackbacks in most WordPress sites however I still let the sites backend process trackbacks as it normally would. This means the person generating the trackback assumes that it functions properly and the WordPress site owner still receives notification via email of the trackback or pingback. Recently though my stance is changing to completely disable trackbacks on all posts and to go back and disable it in article that were previously published and disable trackbacks in those as well because the SPAM has been getting more intense over the past 6 months. Use the instructions below to disable trackbacks on your WordPress site.

Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookRedditLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , ,

Comments 1 Comment »

Recently I needed to configure a solution for remote desktop on a Linux server. I decided to give XRDP a shot which uses TigerVNC Server by forwarding the standard RDP port of 3389 to a port VNC is listening on. The end result is to set up a SSH tunnel that forwards local port 3389 over SSH to XDRP which is listening only on the remote localhost on port 3389 as well. Use the information below to set this up on CentOS Linux though the instructions will be similar for other Linux distros as well.
Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookRedditLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , , , , ,

Comments 1 Comment »

I ran into an annoying problem today. I normally use Firefox for all my pentesting needs and I use google chrome as my default browser for everything else. I was setting up a new Backtrack image for myself and I installed the .deb archive for google chrome which is available on the google web site. When I went to start it up I received the following error message.

Screen-Shot-2011-10-27-at-7.14.08-AM

Below I will outline the simple steps to overcome this error:

Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookRedditLinkedInYahoo! Bookmarks
Tags: , , , , , , , ,

Comments No Comments »

While setting up a websphere test server I ran into a minor dependency error during the beginning of installing the necessary packages for websphere. The IBM Java SDK RPM on CentOS 6 was complaining about a failed dependency of a libstdc++ library. The RPM I was attempting to install required libstdc++.so.5 and CentOS 6 has libstdc++.so.6 installed by default. All that is required is to install the libstdc++ compat RPM. The information below describes the error in more detail, how I located the package that installed the necessary file(s), and an example of installing the needed package.

Read the rest of this entry »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookRedditLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , , , , , ,

Comments No Comments »