Giter Club home page Giter Club logo

dockerattack's Introduction

DockerAttack

Various Tools and Docker Images

If you're unsure what docker is or where to start, check out this blog on Docker for Hackers by m0rv4i.

Outcomes

  • Deployable Pentesting Images for Various Jobs
  • Personal Repo of tools
  • Deployment scripts in one docker image

Contents

  • InstallDocker.sh - Install docker on Debian based system, wrote for Kali but will work on others too
  • ITHC - Basic tooling for carrying out IT Health Check type assessments, Build Reviews, Seg testing & basic inf
  • AttackDeploy - Attack Deploy in docker form, features Aquatone setup which was pulled from a similar image made by @RandomRobbie
  • Inf (Work in Progesss) - Docker image for internal inf quick deployment

dockerattack's People

Contributors

casperdcl avatar zephrfish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerattack's Issues

Fails at Step 10 While Building

Step 10: RUN tar xvzf rockyou.tar.gz
---> Running in 5c24d7321bdb
tar (child): rockyou.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Looks like a few issues going on:
When opening up that docker instance, it looks like git clone is running on the root instead of /usr/share/wordlists (not sure why)
so SecLists and RobotsDisallowed were created in the root directory in my instance.

Also when cloning the latest SecLists, it looks like the RockYou Word list has moved and been renamed.
It's now:
/SecLists/Passwords/Leaked-Databases/rockyou.txt.tar.gz

Note that not only has the location changed, but the name of the file is changed from rockyou.tar.gz to rockyou.txt.tar.gz.

I was able to work around the issue by editing the DockerConfig
RUN cd SecLists/Passwords/Leaked-Databases
Run tar xvzf rockyou.txt.tar.gz

multiple FROM

AttackDeploy/Dockerfile has two FROM statements, the first is completely lost since there's no later reference to it (no as <name> or subsequent COPY --from) [1] - did you intend to build two completely independent and different images?

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.