7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "AdrianVollmer";
15 rev = "refs/tags/${version}";
16 hash = "sha256-ejdG/vMINyvToP8GAhRMdp/Jq8rZNBubDbRcg2i05lM=";
19 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
49 pythonImportsCheck = [
58 description = "Post exploitation tool based on a web application, focusing on bypassing endpoint protection and application whitelisting";
59 homepage = "https://github.com/AdrianVollmer/PowerHub";
60 changelog = "https://github.com/AdrianVollmer/PowerHub/blob/${version}/CHANGELOG.md";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];
63 mainProgram = "powerhub";