Commit graph

22 commits

Author SHA1 Message Date
J.Townsend d2c7d3093e
Fixes #991 thanks @phplucas for the fix 2022-02-12 23:14:20 +00:00
J.Townsend 8e0962367a
add git to dockerfile 2022-01-27 15:35:11 +00:00
J.Townsend ca4bab1ce5
Fix Security issues in docker image by upgrading to latest ubuntu release (#898)
* Add new fullhunt module

* Remove python checks in the run script as they are not needed anymore

* Remove netcraft from ci as it is not needed

* Update Dockerfile to fix security issues
2021-10-24 02:26:00 +01:00
L1ghtn1ng e98afd5372 fix docker file and move it to use ubuntu and add docker ignore file 2021-06-28 21:37:47 +01:00
L1ghtn1ng 249d38e26d Add Dockerfile changes from #674 and add my own change in as well 2021-02-13 05:22:55 +00:00
Amin Vakil d70eca0516
Bump alpine 3.13 2021-02-13 01:25:29 +03:30
L1ghtn1ng 27eb67e5c3 Update readme and deps and fix docker build 2020-03-22 17:36:41 +00:00
L1ghtn1ng 20cf7a677f WIP stuff 2019-11-13 14:45:49 +00:00
Jay Townsend 500e8bbeb6 Update dockerfile to use the kalilinux image
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-25 00:35:14 +01:00
Guillaume Valadon a39d4040bb
Dockerfile fix
This PR allows to run:
```
docker built -t the/harvester .
```

Otherwise, `pip` complains that `gcc` is not installed.
2019-08-12 18:17:00 +02:00
Leon Jacobs 7d2f8eb4a8
Use project requirements file to resolve dependencies. 2019-02-25 12:23:05 +02:00
Matt cae56fbfd7
Update Dockerfile
Updated Alpine version.
2019-01-19 19:11:38 -05:00
Matt 66e443376a
Update Dockerfile
Updated from pip to pip3 since using python3.6
2019-01-06 11:25:27 -05:00
NotoriousRebel c089699d6a Updated dockerfile to use python 3.6 2019-01-04 21:58:01 -05:00
Janos Zold 4e270874f0 update docker file with dependencies 2019-01-04 16:34:54 +00:00
Janos Zold b46108115f shodan parsing fix 2018-12-29 01:11:28 +00:00
jzold 0194769952
Update dockerfile with beautifulsoup4 package 2018-12-11 21:23:18 +00:00
Christian Martorella 92b1a87246
Merge branch 'master' into master 2018-11-22 22:20:06 +01:00
NotoriousRebel d21e2846d7 Cleaned up imports and added proper casting from bytes to str. 2018-11-20 22:17:41 -05:00
NotoriousRebel 157ff0dc69 Converted more code to python3 shodan works for the most part. 2018-11-20 12:04:57 -05:00
NotoriousRebel 2a20d3ff47 Starting the change from python2 to python3.7 2018-11-14 22:13:52 -05:00
Laramies 58aa306351 Minor fixes
Readme fixes, and added Dockerfile
2018-11-15 00:25:59 +01:00