Showing posts with label IP Address. Show all posts
Showing posts with label IP Address. Show all posts

Saturday, May 4, 2013

SCIP – Indentify, Enumerate and Execute Invisible ASP.net Controls



SCIP is an OWASP ZAP extension designed to assess the security of ASP.net and Mono applications, while abusing platform specific behaviors and misconfigurations.

The extension currently supports the following features:

Identify the existence of invisible, commented and disabled server side web controls in ASP.net – passively (!). Identify which ASP.net security configuration is active in each page (EventValidation, MAC), and in which cases the invisible controls are exploitable – passively (!)

Enumerate the names of invisible controls using built-in customizable dictionaries with ASP.net naming conventions.

Rebuild the event validation whenever possible (MAC=off)

Execute invisible controls when either one of the security features is turned OFF, or when there is a server-side callback implementation flaw.

Execute disabled controls and commented out controls regardless of security

Support additional manual techniques for executing controls despite the security features.

The extension can be obtained from the project's website or from ZAP's built-in marketplace feature:

Downlaoad :  http://code.google.com

Thursday, April 25, 2013

Finding Ip Address Of A Website Using Command Prompt Or CMD



In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.




How to find IP ?

1. Go to Start > Type CMD and press Enter.
2. Now write Ping followed by website URL whose IP you want to find.


3. It will take less then a second and come up with the results as shown below.



In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.