cytopia
cytopia
I can reproduce it with a very simple script: `test.py`: ```python import sys print(sys.stdin.readline()) ``` And then run it with nohup: ```bash $ nohup python test.py $ cat nohup.out Traceback...
What you can do for now is the following command for a server: **TCP** ``` nohup ./pwncat -l --no-shutdown 127.0.0.1 9998 > log.log 2>&1 ``` **UDP** ```bash nohup ./pwncat -l...
@beruic how would you connect to it inside the docker container?
I fixed `1` and `2`. What are the steps for #! users?
Does it work with the `kali_menu.xml` (with icons) ? I currently don't have a linux box around (on a Mac right now). Can you check my dotfiles for the configuration...
Maybe there is something missing I forgot to note down. Currently I can't check, so only help I can offer is for you to check the above dotfiles...
@al34n1x could you make it work in the end?
@robertdeheer thanks for reporting. I will ensure to get this module ready for TF >= 1.0
@rokclimb15 Thanks a lot for pointing this out. I made it visible at the top of the Readme, so that everybody is aware about this. Do you know the exact...
I made a temporary adjustment, which will issue a warning to stderr in case of databases > 1200 Megabytes with enabled encryption.