GithubHelp home page GithubHelp logo

ict2206_webauditor's Introduction

ICT2206_WebAuditor

WebAuditor

WebAuditor is a suite of Audit tools to analyze the configurations of Apache Tomcat and NGINX web servers in Ubuntu 20.04 systems

Prerequisites

  1. Ubuntu 20.04 system (tools tested on this)
  2. beautifulsoup4
  3. colorama

Install:

sudo -i (gain root access to your machine)
git clone https://github.com/imonikaofficial/ICT2206_WebAuditor.git
cd ICT2206_WebAuditor
pip3 install -r requirements.txt

Configurations to run the audit tool for Tomcat

# Setting Permanent Environment Variables for Tomcat on Ubuntu
## Overview
This guide provides step-by-step instructions on how to set permanent environment variables for Tomcat on Ubuntu. Specifically, you will need to set the CATALINA_HOME and CATALINA_BASE variables to point to the installation directory of Tomcat.

## Prerequisites
1. Ubuntu operating system
2. Nano text editor

## Steps
Open the /etc/environment file using the Nano text editor:
- sudo nano /etc/environment

Add the following lines to the end of the file:
- CATALINA_HOME="/opt/tomcat/"
- CATALINA_BASE="/opt/tomcat/"
Note: /opt/tomcat is the default installation directory of Tomcat

Save the changes by pressing Ctrl+O, and then exit Nano by pressing Ctrl+X.

Apply the changes by running the following command:

reload

## Verifying the Setup
To verify that the environment variables have been set correctly, you can run the following commands:
- echo $CATALINA_HOME
- echo $CATALINA_BASE

Configurations to run the audit tool for NGINX web server

## Steps to run the tool
sudo -i
python3 nginxtraktor.py https://example.com (your_web_server_url)

YouTube Demo Link:https://www.youtube.com/watch?v=lxaVUWANBI4

ict2206_webauditor's People

Contributors

imonikaofficial avatar gaindytan avatar marvinwsh avatar

Watchers

 avatar

Forkers

gaindytan

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.