Latest News
Showing posts with label xp. Show all posts
Showing posts with label xp. Show all posts

Bypassing Windows Firewall

Posted by genesisdatabase on Thursday, 1 July 2010 , under , , , , , , | comments (3)



Alright i know that in XP we can alter the registry value. In Vista you can just kill the "Windows Security Alert" window and in 7 you can... oh wait i haven't solve this...

Generally when 7 was launched i wasn't there yet i was still coding my keylogger in vista. Then i moved into 7 once the os was being used globally and i got in trouble coding the keylogger with FTP feature for 7 as the firewall blocks it differently. Killing the window wasn't enough.

Today i was creating my newest keylogger and i sort of needed it to be bypassed badly... My first solution was to hit the "Allow access" button but i failed, i think the SendMessage function is prevented eventhough i sent BN_CLICKED it didn't work.

I got frustrated and thought of a second method... i simply used GetRectWindow of the "Allow access" button and used mouseevent to kill that f**king bastard :biggrin: voila... a new firewall bypass method made!

Isn't it fun to mess with windows :) If you need the source code i've built in C, post a reply and let me know i'd like some visitors around ya know.