Giter VIP home page Giter VIP logo

504vsa's Introduction

|-------------------------------|

VSAGENT 504 VERSION

INSTALLATION

SERVER CONFIGURATION

# Install the required packages
    # RedHat / CentOS
sudo yum install httpd php php-devel php-pdo sqlite3
# Debian / Ubuntu
apt install php7.0-fpm php7.0-sqlite sqlite

# Copy the vsagent-504 server files to /opt/course_www
    cp ~/vsagent-504 /opt/course_www/

# Edit the default nginx config file
location ~ \.php$ {
        include snippets/fastcgi-php.conf
        fastcgi_pass unix:/run/php/php7.0-fpm.sock;
    }

# Modify ownership of web files
    chown -R www-data:www-data /opt/course_www/vsagent-504

# Trash the existing database
    rm /opt/course_www/vsagent-504/server/data.db

# Restart nginx
    service nginx restart 

ISSUES

# If something goes wrong, try removing the database and allowing the server to recreate it:
    rm -f /opt/course_www/html/vsagent-504/data.db

USAGE

Start the agent
    python vsagent-504.py http://127.0.0.1/vssvc.php

Browse to the Command and Control Interface
    firefox http://127.0.0.1/vsgui.php

View the help menu at the bottom right to view special commands

Any input which isn't a special command is passed to cmd.exe

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.