Uncategorized »

[16 Feb 2009 | No Comment | 21 views]

Today when i was searching for marks on jntu.ac.in website
i saw that there are vulnerabilities on site one of it is
XSS Attacks
JNTU Hacking Click Here
Now you can see that The cookie is reveled
and down u can see Hacked by HackMan
thats the vulnerability i found
if you have any doubts or any new vulnerabilities Discuss here…
Regards
Mr52 A.K.A HackMan

Share and Enjoy:

Share and Enjoy:

hackingtools »

[14 Feb 2009 | No Comment | 39 views]

http://rapidshare.com/files/197202811/Reiluke_MailBruteforcer.exe

Share and Enjoy:

Share and Enjoy:

Linux »

[14 Feb 2009 | No Comment | 62 views]

Some may have this problem
Recently in my fedora linux my keyboard wasn’t working after i logged in to root
So for this There is a solution
go to Control Center >> Accesibility & >> Accesibility there u must see Keyboard Filters
in that u can see Slow Keys
Disable the tick in Slow Key’s box and now Apply
VoiLa! u can see the Keyboard working again
If you got some doubts u can post here i might help ..

Share and Enjoy:

Share and Enjoy:

Linux »

[14 Feb 2009 | No Comment | 56 views]

Linux rarely needs to be rebooted. But when it does, it’s often slow to boot. Fortunately, there are ways to speed things up. Some of these methods are not terribly difficult. (although some, unfortunately, are). Let’s take a look.
#1: Disable unnecessary services
Depending upon the use of the machine, plenty of services won’t be needed. Using Linux just for a desktop? Then you won’t need sendmail, httpd, and many other services. If your server is only a Web server, you can shut off many services as well. To do this, you …

Share and Enjoy:

Hacking papers, tutorials »

[9 Feb 2009 | No Comment | 44 views]

another way for create xss
similar to the XAS (exploiting header request)

var AdBrite_Title_Color = ‘FFFF66′;
var AdBrite_Text_Color = ‘FFFFCC’;
var AdBrite_Background_Color = ‘000000′;
var AdBrite_Border_Color = ‘CCCCCC’;
var AdBrite_URL_Color = ‘FFFFCC’;
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==”?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe=”;var AdBrite_Referrer=”;}

document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(’ src=”http://ads.adbrite.com/mb/text_group.php?sid=966454&zs=&ifr=’+AdBrite_Iframe+’&ref=’+AdBrite_Referrer+’” type=”text/javascript”>’);document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));

Well we will discuss about that here now ..
http://www.cnil.fr/index.php?id=123
GET /index.php?id=123 HTTP/1.1
Host: www.cnil.fr
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.google.com/search?q=http%3A%2F%2Fwww.cnil.fr%2Findex.php%3Fid%3D123&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Cookie: fe_typo_user=621d0722b0; TestCookieAlone=ok
the referer is used by much webmaster for tracking visitor
it is for that which solutions exists for not the webmaster knows from which site you come
example: http://anonym.to/en.html
We just …

Share and Enjoy: