Coder Social home page Coder Social 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

504vsa's People

Contributors

rev10d avatar

Stargazers

cararara avatar AVA avatar Matheo Lord-Martinez avatar  avatar SCIS Security avatar b00ls0ck3t avatar Willem D'Haese avatar heavenraiza avatar  avatar Jordan Cohen avatar Maik Ellerbrock avatar  avatar Keith avatar Brian Halbach avatar D4rth R3v4n avatar David Szili avatar 张德帅 avatar beligue avatar  avatar SoDakHib avatar  avatar Karl Fritz avatar

Watchers

James Cloos avatar Ruchit avatar cararara avatar

504vsa's Issues

404 Not Found

It does not appear that the PHP server portion of this is running. I am not sure if I am missing another configuration step that you did not mention but several other people have tried this with the same result.

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.