cwshugg 9efcafa055 Moved new authentication tests to the Single_Conn_Malicious_Case group:
- `test_access_control_private_valid_flipped_token` has been renamed to `test_auth_flipped_token`.
- `test_access_control_private_wrong_cookie` has been renamed to `test_auth_wrong_cookie`

The  class now has a few more fields to allow these tests to run: `self.private_file`, `self.username`, `self.password`, and `self.session`.
2021-04-19 20:16:04 -04:00
2021-04-14 00:33:52 -04:00
2021-04-14 00:31:37 -04:00
2018-04-13 10:40:26 -04:00
2021-04-14 00:33:52 -04:00
2021-04-19 14:57:55 -04:00

Personal Server

This repository contains the base files for the CS 3214 "Personal Secure Server" project.

  • src - contains the base code's source files.
  • tests - contains unit tests, performance tests, and associated files.
  • react-app - contains a JavaScript web app.
  • sfi - contains documentation for the 'server fuzzing interface'.

Get Started

Run the script: ./install-dependencies.sh. Then, cd into src and type make to build the base code.

Description
No description provided
Readme 48 MiB
Languages
Python 46.4%
HTML 23.5%
C 17.5%
Lua 11.6%
Shell 0.7%
Other 0.2%