Skip to content

yechielw/burpsuite.nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burpsuite.nix

Auto-updating Nix flake for Burp Suite.

This repository provides a Nix flake for Burp Suite Desktop that automatically updates to the latest available version.

Run Burp Suite using Nix

nix run github:yechielw/burpsuite.nix

As a Nix Flake Input

Add this repo as an input to your own flake:

flake.nix

{
  inputs.burpsuite.url = "github:yechielw/burpsuite.nix";
};

configuration.nix

{
  environment.systemPackages = [
    inputs.burpsuite.packages.${pkgs.system}.burpsuite
  ];
};

Disclaimer

  • Not affiliated: This project is not affiliated with PortSwigger or Burp Suite.

Contributing

Contributions and suggestions are welcome! Please open issues or pull requests.

About

Auto updating flake for burpsuite pro

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors