At my office the IT department is super paranoid. They run a NTLM Authentication server, making the Internet in-accessable, or at least very hard to reach for power users. Many programs and even Linux distributions (gentoo?) almost awlays require direct access to the Internet in order to download necessary updates and files. Recently I had the need to installed the Subversion (SVN) Plugin for Eclipse but Eclipse doesn’t work when behind an NTML authentication servers. It appears to let you enter a proxy host, port and username with password but it doesn’t seems to work.
The Solution
My solution uses NTLMAP as a local proxy server which re-sends and receives requests to a NTLM Authentication server. The NTLM proxy server has no clue what is really going through it as everything is masked by the ntlmaps proxy. Side note: It’s really cool for those pesky networks where they block the word “gecko” in the user-agent string making FireFox broken…
Steps
1. Install NTMLMaps, configure it, and test it using a web browser.

2. Configure Eclipse to use your local proxy server.
2a. With Eclipse open goto the Window menu, select prefrences.
2b. Then click the General tab, then Network Connections.
2c. Type in localhost, and the port you used in NTLMaps.

3. Goto Help->Install Software and try installing an Eclipse plugin.
A receive-only sniffer cable can be very useful if you want to sniff out someones network without being detected. Some intrusion detection systems can detect when a client PC is plugged into a network. Using 1-way, receive-only sniffer cable you can be assured your computer won’t be sending any traffic over the network.
Read more…
Many of us have accounts all over the Internet; Ebay, Gmail, Yahoo, World of Warcraft, EVE Online and the list goes on. You can take just a few steps in making sure your online accounts don’t get hacked. With your personal information so readily available, hackers can easily hack almost any of your online accounts.
Read more…
At some point you may find yourself at a company that uses a Microsoft ISA proxy server. ISA is proprietary proxy server created by Microsoft that uses their own methods for authentication, making it difficult to integrate other operating systems. Microsoft decided to make it difficult for people to integrate by not using standard proxy protocols. Luckily there is a solution for Linux users.
Read more…
Many people have asked me “Can you teach me to be a hacker?”. My answer to most people is “You are already a hacker.”. No one can teach anyone how to be a hacker, depending on what category you fit in, you’re probably already defined as one. This is going to be written of the top of my head so please bear with me.
Read more…
Sometimes when you are at work you may find yourself needing to download a file but can’t due to your corporate firewall or proxy server filters. Many companies block virtually every file type you would probably need to download to do your job. They probably block just about every site to! Most companies block or filter these sites at the proxy level as they can block certain keywords or URL patterns. It is however possible to bypass this all together if you have access to a Linux box. Read more…