MCPcopy Index your code
hub / github.com/factionsecurity/faction

github.com/factionsecurity/faction @1.8.10

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.8.10 ↗ · + Follow
6,100 symbols 23,628 edges 540 files 321 documented · 5%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OWASP - FACTION PenTesting Report Generation and Collaboration Framework

GitHub last commit GitHub Release Date - Published_At OpenSSF Best Practices

Bluesky

Faction is now an OWASP Project! You can find more information here

image

Sponsors

Premium Sponsors

otto-js - PCI and Client Side Security SecNinjaz Technologies LLP Secninjaz Technologies LLP

Become a Sponsor ❤️

If you like the project and would like to see it advance then consider being a sponsor. All sponsors get access to the Faction discord server and will have bug reports prioritized. Just click the sponsor links at the top of this repo or contact us at info[at]factionsecurity.com

Community, Getting Involved, and Updates

Join the OWASP Slack Community and and follow #project-faction! Be sure to follow us on BlueSky and our Blog to get the latest updates.

Contributing

Please see our contributing guidelines for details and standards on contributing before considering or submitting a pull request.

Introduction

FACTION is your entire assessment workflow in a box. With FACTION you can: 1. Automate pen testing and security assessment Reports 1. Peer review and track changes for reports 1. Create customized DOCX templates for different assessment types and retests 3. Real-time collaboration with assessors via the web app and Burp Suite Extensions 4. Customizable vulnerability templates with over 75 prepopulated 5. Easily manage assessment teams and track progress across your organization 6. Track vulnerability remediation efforts with custom SLA warnings and alerts   7. Full Rest API to integrate with other tools                     

Other Features:            1. LDAP Integration        1. OAUTH2.0 Integration 1. SMTP integration  1. Extendable with Custom Plugins similar to Burp Extender. 2. Custom Report Variables

Want to see it in action? -> Faction YouTube Channel

Quick Setup

Requirements - Java JDK11 - Maven (for building the project) - (Optional for VM). Mongo DB requires a CPU with AVX support. You may run into this issue if using Oracle Virtual Box or Kubernetes

Run the following commands to build the war file and deploy it to the docker container.

git clone git@github.com:factionsecurity/faction.git
cd faction
docker-compose up --build

Once the containers are up you can navigate to http://127.0.0.1:8080 to access your FACTION instance. On the first boot, it will ask you to create an admin account.

Import the Vulnerability Templates

  1. Navigate to Templates -> Default Vulnerabilities
  2. Click Update from Faction.

Customize reports

You can find out more information about creating your own custom report templates here: Custom Security Report Templates - Faction Security

Burp Suite Extension

Burp Suite Extensions

Manuals and Tutorials

Manual

Don't want to host it yourself?

We can provide hosting for your instance. All instances are single tenants so you don't have to worry about sharing infrastructure with untrusted parties. Navigate to https://www.factionsecurity.com to learn more.

Screenshots

Vulnerability Templates image

Assessment Scheduling image

Peer Review and Track Changes image

Remediation/Retest Queue image

Schedule Retests image

Assessor Retest Interface image

Vulnerability Status Tracking image

1.2 Release Updates

Faction 1.2 introduces the App Store! The Faction App Store will make it easier for developers to extend faction. Faction Extensions can be used to trigger custom code when certain events happen in your workflow like sending all vulnerbilities to Jira when the assessment is complete or update a tracking system when retests pass or fail. More information can be found in the documentation site.

⭐️ Jira Integration and AppStore Dashboard

image

Note you can reorder extensions so that updates for one can affect updates to the next.

⭐️ Extensions for Custom Graphics

Extensions will also allow custom bar charts to your reports: image

Generated report with graphics: image

Extension points exported contracts — how you extend this code

ReportTemplateInterface (Interface)
(no doc) [1 implementers]
src/com/fuse/utils/reporttemplate/ReportTemplateInterface.java
ColorPickerOption (Interface)
(no doc)
WebContent/src/assessment/underlinePlugin.js
VulnerabilityAddedListener (Interface)
(no doc)
src/com/fuse/events/VulnerabilityEventBus.java

Core symbols most depended-on inside this repo

push
called by 874
WebContent/src/assessment/vulnview.js
getInstance
called by 603
src/com/fuse/dao/HibHelper.java
isEmpty
called by 477
src/com/fuse/api/util/DateParam.java
getAction
called by 324
src/com/fuse/actions/Login.java
apply
called by 307
src/com/fuse/reporting/DocxUtils.java
hide
called by 275
WebContent/src/utils/editor.js
build
called by 251
src/com/fuse/authentication/oauth/SecurityConfigFactory.java
getPermissions
called by 241
src/com/fuse/dao/User.java

Shape

Method 4,730
Function 1,076
Class 283
Enum 8
Interface 3

Languages

Java80%
TypeScript20%

Modules by API surface

WebContent/plugins/datatables/jquery.dataTables.js155 symbols
WebContent/plugins/datatables/jquery.dataTables.min.js129 symbols
src/com/fuse/dao/SystemSettings.java125 symbols
src/com/fuse/actions/dashboard/ManagerDashboard.java114 symbols
src/com/fuse/actions/admin/Users.java107 symbols
src/com/fuse/dao/Assessment.java101 symbols
src/com/fuse/actions/admin/Options.java96 symbols
src/com/fuse/actions/admin/DefaultVulns.java81 symbols
src/com/fuse/dao/Vulnerability.java75 symbols
test/com/fuse/actions/admin/OptionsStrutsTests.java74 symbols
test/com/fuse/api/VulnerabilitiesUnitTest.java72 symbols
test/com/fuse/api/VerificationsUnitTest.java69 symbols

For agents

$ claude mcp add faction \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page