Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Python ClickjackingTester
=======================
- 1.) Installation
- 2.) Usage
- 3.) Functionality
- 4.) ToDo
- 5.) License
1. Installation
2. Usage
3. Functionality
4. ToDo
5. License

##1. Installation
## 1. Installation

[Pyhton 2.7](http://www.python.org/download/releases/2.7/) is required to run this software.
[Python 2.7](http://www.python.org/download/releases/2.7/) is required to run this software.

You only need to clone this GitHub repository:

Expand All @@ -18,7 +18,7 @@ git clone https://github.com/internetwache/Python-ClickjackingTester.git Clickja

Yay you're done :)

##2. Usage
## 2. Usage

```
% ./clickjacking.py
Expand All @@ -37,15 +37,15 @@ You only need to run the script with the url to test as the first parameter. E.g
[+] Done
```

##3. Functionality
## 3. Functionality

This tool only checks whether the X-Frame-Options header is set in the servers HTTP-Response.

##4. ToDo
## 4. ToDo

- Implement advanced tests (e.g. Framebuster)

##5. License
## 5. License

This script is licensed under [MIT](http://choosealicense.com/licenses/mit/).
Please feel free to extend or improve the code/functionality of this script :)
Expand Down