The Wayback Machine - https://web.archive.org/web/20200912053842/https://github.com/ilyaglow/dockerfiles
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
ipd
 
 
jq
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tor
 
 
 
 
 
 
 
 
 
 
 
 

README.md

About

Dockerized apps I use. This readme is updated occasionally, so better look at the name of the folders in the repository.

Also checkout the securuity-dockerfiles organization where I try to consolidate all new dockerfiles I use.

Penetration testing

wfuzz

Link: https://github.com/xmendez/wfuzz

Image: ilyaglow/wfuzz

Usage example:

docker run -it --rm -v /path/to/wordlists:/wordlists ilyaglow/wfuzz -c -w /wordlists/list.txt --hc=404 https://url/FUZZ

WhatWeb

Link: https://github.com/urbanadventurer/WhatWeb

Image: ilyaglow/whatweb

Usage example:

docker run -it --rm ilyaglow/whatweb -v https://github.com

ysoserial

Link: https://github.com/frohoff/ysoserial

Image: ilyaglow/ysoserial

Usage example:

docker run -it --rm ilyaglow/ysoserial CommonsCollections1 'curl trap.domain.com'

Misc

jq

Link: https://github.com/stedolan/jq

Image: ilyaglow/jq

Usage example:

< some.json docker run -i rm ilyaglow/jq -r '.field'

Squid

Link: https://github.com/squid-cache/squid

Image: ilyaglow/squid

Usage example:

docker run -d -v your-squid.conf:/etc/squid/squid.conf -p 3128:3128 ilyaglow/squid
You can’t perform that action at this time.