Simone Margaritelli
Simone Margaritelli
are you sure you're using the correct address? any error logs?
fixed with https://github.com/evilsocket/xray/commit/171655741e384f5b9d1ddbc6145a190d2e0af4e6
mmm do you have evidence that integrating passivetotal.org would be better than just improving the subdomain wordlist?
Thing is I'd like to avoid having 10000000 command line arguments with API keys n stuff if it's not strictly needed ... maybe it could be a good idea to...
fixed with https://github.com/evilsocket/xray/commit/171655741e384f5b9d1ddbc6145a190d2e0af4e6
fixed by https://github.com/evilsocket/xray/commit/73f8221df1ad4b88e37f3f86d20dbe2604b70860
this might depend by two things, either P_XOpenDisplay is NULL but doesn't get checked before being used [here](https://github.com/golang-design/clipboard/blob/1d2e38dda784dd2f1eabcec1ac6a847277eea1fb/clipboard_linux.c#L70), or the $DISPLAY environment variable is not set (if the argument of...
Just did a quick test and if the function pointer is correctly initialized, it shouldn't crash even if $DISPLAY is not set ... so there's a good chance that this...
i can normally ping, the only systems where i get that are the ones where i need to be sudo in order to run ping (because ping is in /sbin...
can you execute those commands just by using ssh, like `ssh user@host command` ?