Saturday, October 16, 2010

hacker website WHOIS information for media-sat.org



WHOIS information for media-sat.org :

[Querying whois.publicinterestregistry.net]
[whois.publicinterestregistry.net]
NOTICE: Access to .ORG WHOIS information is provided to assist persons in 
determining the contents of a domain name registration record in the Public Interest Registry
registry database. The data in this record is provided by Public Interest Registry
for informational purposes only, and Public Interest Registry does not guarantee its 
accuracy.  This service is intended only for query-based access.  You agree 
that you will use this data only for lawful purposes and that, under no 
circumstances will you use this data to: (a) allow, enable, or otherwise 
support the transmission by e-mail, telephone, or facsimile of mass 
unsolicited, commercial advertising or solicitations to entities other than 
the data recipient's own existing customers; or (b) enable high volume, 
automated, electronic processes that send queries or data to the systems of 
Registry Operator or any ICANN-Accredited Registrar, except as reasonably 
necessary to register domain names or modify existing registrations.  All 
rights reserved. Public Interest Registry reserves the right to modify these terms at any 
time. By submitting this query, you agree to abide by this policy. 

Domain ID:D159858748-LROR
Domain Name:MEDIA-SAT.ORG
Created On:09-Aug-2010 21:11:58 UTC
Last Updated On:12-Oct-2010 19:35:02 UTC
Expiration Date:09-Aug-2011 21:11:58 UTC
Sponsoring Registrar:Name.com, LLC (R1288-LROR)
Status:OK
Registrant ID:ncr-8629775-64b9
Registrant Name:Montassar Lajnaf
Registrant Organization:MONTAENJOY
Registrant Street1:ayen km 1
Registrant Street2:
Registrant Street3:
Registrant City:sfax
Registrant State/Province:sfax
Registrant Postal Code:3000
Registrant Country:TN
Registrant Phone:+216.23624962
Registrant Phone Ext.:
Registrant FAX:
Registrant FAX Ext.:
Registrant Email:montaenjoy@gmail.com
Admin ID:nca-8629776-998b
Admin Name:Montassar Lajnaf
Admin Organization:MONTAENJOY
Admin Street1:ayen km 1
Admin Street2:
Admin Street3:
Admin City:sfax
Admin State/Province:sfax
Admin Postal Code:3000
Admin Country:TN
Admin Phone:+216.23624962
Admin Phone Ext.:
Admin FAX:
Admin FAX Ext.:
Admin Email:montaenjoy@gmail.com
Tech ID:nct-8629777-fd42
Tech Name:Montassar Lajnaf
Tech Organization:MONTAENJOY
Tech Street1:ayen km 1
Tech Street2:
Tech Street3:
Tech City:sfax
Tech State/Province:sfax
Tech Postal Code:3000
Tech Country:TN
Tech Phone:+216.23624962
Tech Phone Ext.:
Tech FAX:
Tech FAX Ext.:
Tech Email:montaenjoy@gmail.com
Name Server:S1.HOST-CLIC.COM
Name Server:S2.HOST-CLIC.COM
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
DNSSEC:Unsigned

Thursday, October 14, 2010

XSS Cross-Site Scripting: Are You Web Applications Vulnerable?


what is XSS


An abbreviation of cross-site scripting. XSS is a security breach that takes advantage of dynamically generated Web pages. In an XSS attack, a Webapplication is sent with a script that activates when it is read by an unsuspecting user??s browser or by an application that has not protected itself against cross-site scripting. Because dynamic Web sites rely on user input, a malicious user can input malicious script into the page by hiding it within legitimate requests. Common exploitations include search engineboxes, online forums and public-accessed blogs. Once XSS has been launched, the attacker can change user settings, hijack accounts, poisoncookies with malicious code, expose SSL connections, access restricted sites and even launch false advertisements. The simplest way to avoid XSS is to add code to a Web application that causes the dynamic input to ignore certain command tags.
Scripting tags that take advantage of XSS include <SCRIPT>, <OBJECT>, <APPLET>, <EMBED> and <FORM>. Common languages used for XSS include JavaScriptVBScriptHTMLPerlC++ActiveX and Flash.
Cross-site scripting also is referred to as malicious tagging and sometimes abbreviated as CSS, though CSS is more commonly used as an abbreviation for cascading style sheets.