theHarvester: 3.1 -> 3.2.2
This commit is contained in:
parent
7358662028
commit
0bd552d791
@ -1,8 +1,11 @@
|
|||||||
{ lib, fetchFromGitHub, python3 }:
|
{ lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, python3
|
||||||
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "theHarvester";
|
pname = "theHarvester";
|
||||||
version = "3.1";
|
version = "3.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "laramies";
|
owner = "laramies";
|
||||||
@ -12,8 +15,26 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
aiodns beautifulsoup4 dns grequests netaddr
|
aiodns
|
||||||
plotly pyyaml requests retrying shodan texttable
|
aiohttp
|
||||||
|
aiomultiprocess
|
||||||
|
aiosqlite
|
||||||
|
beautifulsoup4
|
||||||
|
censys
|
||||||
|
certifi
|
||||||
|
dns
|
||||||
|
gevent
|
||||||
|
grequests
|
||||||
|
lxml
|
||||||
|
netaddr
|
||||||
|
plotly
|
||||||
|
pyppeteer
|
||||||
|
pyyaml
|
||||||
|
requests
|
||||||
|
retrying
|
||||||
|
shodan
|
||||||
|
texttable
|
||||||
|
uvloop
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ python3.pkgs.pytest ];
|
checkInputs = [ python3.pkgs.pytest ];
|
||||||
@ -31,6 +52,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://github.com/laramies/theHarvester";
|
homepage = "https://github.com/laramies/theHarvester";
|
||||||
maintainers = with maintainers; [ c0bw3b treemo ];
|
maintainers = with maintainers; [ c0bw3b treemo ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user