Skip to content

Commit

Permalink
Fix codacy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shenril committed Aug 19, 2019
1 parent 9e9e48a commit 98f1595
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ assignees: shenril
---

**Environment :**
- OS: [e.g. Windows,Linux,Mac]
- Python version - Version [e.g. 22]

- OS: [e.g. Windows,Linux,Mac]
- Python version [e.g. 3.5, 3.6]
- Sitadel version

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

- Step1
- Step2
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@

# Sitadel - Web Application Security Scanner

![python3](https://img.shields.io/badge/python-3.6-green.svg) [![Build Status](https://travis-ci.org/shenril/Sitadel.svg?branch=master)](https://travis-ci.org/shenril/Sitadel) ![license](https://img.shields.io/badge/License-GPLv3-brightgreen.svg)

Sitadel is basically an update for WAScan making it compatible for python >= 3.4
It allows more flexibility for you to write new modules and implement new features :

- Frontend framework detection
- Content Delivery Network detection
- Define Risk Level to allow for scans
- Plugin system
- Docker image available to build and run

## Requirement Warning

This project **ONLY** supports python `>= 3.4`. There will be no backport to 2.7

## Installation
```
$ git clone https://github.com/shenril/Sitadel.git
$ cd Sitadel
$ pip3 install .
$ python sitadel.py --help

```bash
git clone https://github.com/shenril/Sitadel.git
cd Sitadel
pip3 install .
python sitadel.py --help
```

## Features

- Fingerprints
- Server
- Web Frameworks (CakePHP,CherryPy,...)
Expand All @@ -33,7 +39,6 @@ $ python sitadel.py --help
- Content Delivery Networks (CDN)

- Attacks:

- Bruteforce
- Admin Interface
- Common Backdoors
Expand Down Expand Up @@ -68,11 +73,11 @@ $ python sitadel.py --help
- Crime (SPDY) (CVE-2012-4929)
- Struts-Shock


## Example

Simple run

`python sitadel http://website.com `
`python sitadel http://website.com`

Run with risk level at DANGEROUS and do not follow redirections

Expand All @@ -83,6 +88,7 @@ Run specifics modules only and full verbosity
`python sitadel http://website.com -a bruteforce -f header server -v`

## Run with docker

`docker build -t sitadel .`

`docker run sitadel http://example.com`

0 comments on commit 98f1595

Please sign in to comment.