Live Chat!

Google search in command line

          0 votos

June 13th, 2008 mysurface

Recently I discovered a web page that provide command line interface for google search, as the author called it as Google Shell. Check out the screenshot, and also try it out at http://goosh.org/.

It does looks like unix-shell, thank to Ajax. You may think that is hilarious, but don’t make judgment before trying it out. For [...]

Posted in Misc, Network | Hits: 7028 | 3 Comments »

Wordpress exploit: we been hit by hidden spam link injection

          0 votos

May 26th, 2008 mysurface

We been hit by hidden spam link injection (a modified version of goro spam injection), this crack injects spam links through wordpress wp_footer() or wp_head() hook. The spam links only reveal itself if crawled by search engine bot such as googlebot, and they are hidden from our eyes. We believe the cracker’s purpose is to [...]

Posted in Misc, curl, curlftpfs, file, find | Hits: 15997 | 9 Comments »

a stupid way of internet sharing between two laptops

          0 votos

April 6th, 2008 mysurface

I always want to find an easy way to do an internet sharing between my two laptops. Well I figure out a way, which is really stupid! but well, for some extend, it works. I know there should be a proper ways to do that, but with the limited knowledge of networking, this is only [...]

Posted in Admin, ifconfig, ssh | Hits: 11712 | 6 Comments »

KMess, a msn messenger client for linux

          0 votos

January 25th, 2008 mysurface

Majority of the linux users who have msn account will use pidgin (gaim) or kopete. Me myself using pidgin as an IM client for my MSN account. There are few features of Windows Live Messenger that I wish to have it but its not with pidgin, such as P2P file transferring, personal emoticon, offline message [...]

Posted in Misc, Network, kmess | Hits: 20249 | 1 Comment »

Ettercap, what can be done after ARP poisoning?

* * * * * 1 votos

January 24th, 2008 mysurface

To protect yourself from security threats, you have to at least know what security threats that happens and how it could harmful to you. In what network environment, you are susceptible to hacker’s attack, spoof, phishers. You have to understand what attacks they can performs, what tools they have used and experience the same tools [...]

Posted in Network, arp, arping, ettercap, etterlog | Hits: 19908 | No Comments »

Discover your neighboring machines

* * * *   1 votos

January 10th, 2008 mysurface

Is there any tools that allow me to discover my neighboring machines that hook up to the same LAN switch like mine?
The simplest way I can do is use ping, I can send a broadcast packet to everyone in a subnet, so that they can response back. Let say I am in subnet of [...]

Posted in Network, nmap, ping | Hits: 21619 | 2 Comments »

write a online manga downloader using bash

          0 votos

November 29th, 2007 mysurface

There are plenty of site that allows you to read manga online, but you have to tolerate for the slow access and ton’s of heavy loaded ads. You can’t download the manga directly using batch download provided by wget or any download manager. but if you know how to do bash script, you could somehow [...]

Posted in Bash, Text Manipulation, seq, wget | Hits: 20772 | 4 Comments »

A simple tutorial for network scanning software (nmap)

* * * * * 1 votos

November 5th, 2007 mysurface

Nmap is an open source network scanning software, it could help one to investigate simple network issues and also it may be use as a security vulnerability assessment tools. Nmap support a lots of options, when you type

nmap –help

The list of nmap options could not even feed a page of virtual terminal, which sometime it [...]

Posted in Network, nmap | Hits: 14741 | 1 Comment »

using curl to access ftp server

* * * * * 2 votos

October 6th, 2007 mysurface

The title doesn’t sound interesting if you have no idea what is curl. Why we need to use curl to access ftp server, if we can access ftp with tools like ftp in console or gFTP?
Well gFTP is a very handy ftp client with gtk front end, as I use it daily to maintain my [...]

Posted in Advance, Network, curl | Hits: 15630 | 4 Comments »

sending HTTP POST using curl command

* * * * * 1 votos

September 15th, 2007 mysurface

Recently I was having fun with libcurl, discovered that with curl command I capable of doing HTTP POST with specified User-agent string. For those who have no idea what is curl, curl is a powerful client tool for accessing servers through FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP, please find [...]

Posted in Network, curl | Hits: 15764 | No Comments »