Git Product home page Git Product logo

bluecoat_tracer's Introduction

Symantec Advanced Security Gateway Tracert Tool (Blue Coat Proxy)

Table of contents

Description

CLI tool for policy lookups in Symantec Advanced Security Gateway. It allows you to easily locate the rule in the policy that matches the input parameters (Source/Destination IP, domain, proxy port, authentication method, etc).

Features

  • Dispalys the policy rules that match with a source IP.
  • WIP Displays the policy rules that match with a destination URL.
  • Displays the policy rules that match with a source IP and destination URL.
  • List and select authentication method.
  • Select explicit proxy port.
  • List and download the desired policy version.

Installation

pip install -r requirements.txt

Usage

  1. Edit vars.py and modify variables.
  2. Execute python script
python3 bluecoat_tracer.py
  1. Interact with menu
[GLOBAL VARIABLES]
Auth method: 
Proxy Port: 8080
Exclude layers: ['Layer_Test']

[OPTIONS]
[1]: Search source IP match
[2]: [WIP] Search destination (IP/FQDN/URL)
[3]: Search source/destination
[4]: Get / Select authentication
[5]: Select proxy port
[6]: Download policy xml
[0]: Exit
Select Option: 

Requirements

Offline mode [WIP]

vars.py

ONLINE = False
  • python3 & requirements file installed.
  • xml proxy policy.

Online mode

vars.py

ONLINE = True
  • python3 & requirements file installed.
  • xml proxy policy (can be downloaded with the script).
  • Network access to Symantec Management Center and user with API permissions.
  • Network access to Symantec Proxy Management Console and user with read permissions.

Contribute

Contributions are always welcome!

WIP CICD test and python quality code.

License

The code in this repository is under GNU General Public License v3.0

bluecoat_tracer's People

Contributors

sbldevnet avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.