zeinlol / FortifyServerAdapter

Share your local Fortify app to the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fortify Server Adapter

Share your local Fortify app to the network.

You can run locals scan or use my custom client for scanning local files on remote Fortify

Link: https://github.com/zeinlol/FortifyRemoteClient

Run

main.py with some of the flags bellow. Select host and port for listening. You can use no-ip or other services for running analyse through all web, not only local network

Setup

usage: main.py [-h] [-ht HOST] [-p PORT] [-s SOURCES] [-l] [-o OUTPUT]
               [-of OUTPUT_FORMAT] [-t TARGET]

Fortify Server

optional arguments:
  -h, --help            show this help message and exit
  -ht HOST, --host HOST
                        Server host. Default 0.0.0.0
  -p PORT, --port PORT  Server port. Default 33333
  -s SOURCES, --sources SOURCES
                        Path to fortify scan application. Default is
                        C:\Users\nicko\Documents\bin\sourceanalyzer.exe
  -l, --local           [Only for local scan] Use if want to analyze target
                        locally
  -o OUTPUT, --output OUTPUT
                        Output file
  -of OUTPUT_FORMAT, --output-format OUTPUT_FORMAT
                        [Only for local scan] File extension for output.
                        Default: fvdl
  -t TARGET, --target TARGET
                        [Only for local scan] Path for analyzing. Default is parent dir

About

Share your local Fortify app to the network


Languages

Language:Python 100.0%