-
```
What steps will reproduce the problem?
1. I downloaded WebShell-0.9.6
2. Renamed and moved the file /var/www/html/webshell
3. Run make_certificate.sh
4. When i tried to acces the system https://10…
-
```
What steps will reproduce the problem?
1. I downloaded WebShell-0.9.6
2. Renamed and moved the file /var/www/html/webshell
3. Run make_certificate.sh
4. When i tried to acces the system https://10…
-
We're getting this error in the webserver error logs. Don't know where it's coming from- this is the whole traceback and doesn't include any calls back to CATAN.
`Traceback (most recent call last):
…
-
i run mcpi-scratch.py on my windows 10 computer,and got this error
if ` message = '\r\n'.join(message_parts)`
if add str to
` message = '\r\n'.join(str(message_parts))`
i could not get it work ei…
-
```
Traceback (most recent call last):
File "runserver.py", line 75, in
app.run(threaded=True, debug=args.debug, host=args.host, port=args.port)
File "/usr/local/lib/python2.7/dist-packages/f…
-
Hi, we just started to use governor and it seems to be more or less working.
However I saw in the log files these exceptions:
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServe…
-
```
What steps will reproduce the problem?
1. I downloaded WebShell-0.9.6
2. Renamed and moved the file /var/www/html/webshell
3. Run make_certificate.sh
4. When i tried to acces the system https://10…
-
Instead streaming to an http server, you can just spawn ffmpeg, and get the stream back, then push the data down through websockets.
Here is the gist of it. (incomplete psudocode)
``` js
var child =…
-
**Expected Behaviour**
Set opens up an operates a normal python html server using the self signed ssl cert it generates.
**Actual Behaviour**
[https://cdn.facade.cf/help.png](https://cdn.facade.…
-
Not really a bug or a missing feature, but I've searched for a way to do this for a while, finally succeeded, and now I want to share my findings.
My aim here was to emulate a SOCKET instrument. Fo…