Codebase list fudgec2 / master debian / control
master

Tree @master (Download .tar.gz)

control @masterraw · history · blame

Source: fudgec2
Section: utils
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper-compat (= 12), dh-python, python3
Standards-Version: 4.6.1
Homepage: https://github.com/Ziconius/FudgeC2
Vcs-Browser: https://gitlab.com/kalilinux/packages/fudgec2
Vcs-Git: https://gitlab.com/kalilinux/packages/fudgec2.git

Package: fudgec2
Architecture: all
Depends: powershell,
         python3-bcrypt,
         python3-cryptography,
         python3-flask,
         python3-flask-login,
         python3-flask-sqlalchemy,
         python3-requests,
         ${misc:Depends},
         ${python3:Depends}
Description: framework for team collaboration and post-exploitation activities
 This package contains a command and control framework designed for team
 collaboration and post-exploitation activities.
 .
 It's a Powershell C2 platform designed to facilitate team collaboration and
 campaign timelining, released at BlackHat Arsenal USA 2019. This aims to help
 clients better understand red team activities by presenting them with more
 granular detail of adversarial techniques.
 .
 Built on Python3 with a web frontend, FudgeC2 aims to provide red team
 operators a simple interface in which to manage active implants across their
 campaigns.