wrinklykong

Results 2 issues of wrinklykong

Risky direct Key accesses on results of rpc calls are preformed throughout `msfrpc.py` and should be changed to `.get()` to avoid uncaught KeyErrors being thrown. Examples: https://github.com/DanMcInerney/pymetasploit3/blob/9776da55b0abacfa843a32204f3972ec7d9b3de7/pymetasploit3/msfrpc.py#L926 https://github.com/DanMcInerney/pymetasploit3/blob/9776da55b0abacfa843a32204f3972ec7d9b3de7/pymetasploit3/msfrpc.py#L1691C16-L1691C16 I suggest...

# Summary To my knowledge there is no way to determine the # of characters the terminal can support at one time. It would be nice to have a simple...