mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
85d0671ebe
* fixing delete issue * fixes * fixing storage path * remove session reset --------- Co-authored-by: counter <counter@counters-MacBook-Air.local> Co-authored-by: Dustin Decker <dustin@trufflesec.com>
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "Starting server..."
|
|
node server.js
|