rdpy-vncclient.py

Rapid web application triage tool

Install

All systems
curl cmd.cat/rdpy-vncclient.py.sh
image/svg+xml Kali Linux
apt-get install eyewitness

eyewitness

Rapid web application triage tool

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible. Inspiration came from Tim Tomes's PeepingTom Script. EyeWitness is designed to run on Kali Linux. It will auto detect the file you give it with the -f flag as either being a text file with URLs on each new line, nmap xml output, or nessus xml output. The -t (timeout) flag is completely optional, and lets you provice the max time to wait when trying to render and screenshot a web page. The --open flag, which is optional, will open the URL in a new tab within Firefox.

python-rdpy

Remote Desktop Protocol in twisted python

RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (client and server side). RDPY is built over the event driven network engine Twisted. RDPY support standard RDP security layer, RDP over SSL and NLA authentication (through ntlmv2 authentication protocol). RDPY provides the following RDP and VNC binaries : * RDP Man In The Middle proxy which record session * RDP Honeypot * RDP screenshoter * RDP client * VNC client * VNC screenshoter * RSS Player