Giter VIP home page Giter VIP logo

artorias's Introduction

Artorias IoT Security Testing Framework

Build StatusCoverage Status

Artorias is a framework to drive other host or web app scanners. Artorias started with the intention of targetting IoT devices, but makes no real distinction between them and a normal desktop.

Test specific targets, or subnet of targets for vulnerabilities (Black Box)

-Identify OS Type

-Services provided/open ports

-Dictionary guessable credentials

-Vulnerabilities with web interfaces

-Identify plaintext traffic to/from device

-Drive other IoT or host based scans if host meets prerequisites

Prerequisites

Python3.5 or higher

Installation

virtualenv -p python3 art ; . art/bin/activate # optional steps, but recommended

git clone [email protected]:Burrch3s/artorias.git

cd artorias ; pip install -r requirements.txt

pushd scanners; sudo ./install_scanners.sh; popd # OR just install nikto, owasp-zap, nmap, hydra and wordlist that's pointed to by settings.py

Then you should be good to go. Artorias utilizes the argparse module, so -h will display help messages for args

Layout of Project

core

Contains most code and object definitions for the project. Handling of the test and scan commands happen here as well.

core/scans

Contains scans to run against a host. These scans are sub classes of core/scan.py and should override the parent classes methods

dev

Scripts and templates for developers

scanners

Directory containing sources of scanners to install from install_scanners.sh, as well as the default location for the wordlist to use.

unittests

Contains unittests for the repo. Perform unittests by running green. core/scans is omitted by unittests and coverage, in the future, it would be for the best to implement some kind of integration test for them to test them..

Future ideas

Identify Vulnerabilities (White Box)

-Use given credentials on hosts to loggin to perform basic checks (maybe try using Nessus?)

Web Front End

-May not be possible in timeframe wanted, but eh let's try

CMD Interpreter for doing individual scans

-Sounds kinda cool lol

Compile and Rank Results

-Take everything that is listed above and provide meaningful feedback

-Consult NIST, OWASP and other guidelines in attempt to rank findings

Provide Dockerfile to run artorias

-Take care of all the setup for users to run artorias; make everyones life simple

Get more scanners in here

-Supporting more scanners is a real must. Custom scans can also be done if written in Python!

artorias's People

Contributors

burrch3s avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.