You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add dirsearch
This commit is contained in:
		| @@ -225,6 +225,7 @@ A collection of delicious docker recipes. | ||||
| - [x] amass | ||||
| - [x] bro | ||||
| - [x] clamav | ||||
| - [x] dirsearch | ||||
| - [x] dsniff | ||||
| - [x] ferm | ||||
| - [x] grr | ||||
|   | ||||
							
								
								
									
										11
									
								
								dirsearch/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								dirsearch/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| # | ||||
| # Dockerfile for dirsearch | ||||
| # | ||||
|  | ||||
| FROM python:3-alpine | ||||
| MAINTAINER EasyPi Software Foundation | ||||
|  | ||||
| RUN pip3 install --no-cache-dir pip install https://github.com/maurosoria/dirsearch/archive/refs/heads/master.zip | ||||
|  | ||||
| ENTRYPOINT ["dirsearch"] | ||||
| CMD ["--help"] | ||||
							
								
								
									
										7
									
								
								dirsearch/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								dirsearch/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| dirsearch | ||||
| ========= | ||||
|  | ||||
| [dirsearch][1] is an advanced command-line tool designed to brute force | ||||
| directories and files in webservers, AKA web path scanner. | ||||
|  | ||||
| [1]: https://github.com/maurosoria/dirsearch | ||||
		Reference in New Issue
	
	Block a user