Mauriceter
Mauriceter
Hi! thx for the improvement, should the name be sccm_recon6 ? also the module try to check if the database server needs SMB signing so unless I misunderstood your changes...
All good! I just changed indentation for one line
twitter : @j_debats Sure, I will add the doc for the wiki!
Should be ggod for both PRs
Hi @NeffIsBack, you can easily setup a VNC server with x11vnc (apt install x11vnc) start a vnc server with x11vnc -forever -rfbversion 3.X use -nopw for security type 1 use...
Hi! Thx for the feedback. Shouldn't the probing be done in `create_conn_obj`? If I understand correctly, it is called before `enum_host_info` so it will hang if there is no auth...
I moved the probing to enum_host_info and managed to fix the hanging by using a security type 2 instead of 1 with the default connection.
renamed sec to stype, it is also displayed in the host infos.
You are absolutly right in my examples but it's more for cases were several security types are supported or if it is a security type that is not 1 or...
Yeah I agree, I think I will put the supported security types in an `nxc_logger.info()` so the information can still be accessed if needed. If Im not wrong, the RFC...