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