Skip to content

The script begins by prompting for user input for the location of their IP list

License

Notifications You must be signed in to change notification settings

Saleh7/VNC-RFB-Sec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VNC-RFB-Sec

The script begins by prompting for user input for the location of their IP list. The function checkSecurityType(TCP_IP) takes an IP address, connects to port 5900 over TCP/IP, negotiates the version/security handshake and sets a flag if unauthenticated access is possible. If this flag is set, vncsnapshot is invoked in the main section of the script. The script repeats until all IPs in the list with no password have been documented with screenshots.


Usage

Python

python vnc.py
OR
python3 vnc.py
# Then input for file path | IP list

GO

go run vnc.go // Then input for file path | IP list

Remote Frame Buffer (RFB) protocol

To truly understand vnc.py/vnc.go, you have to understand how the RFB protocol performs the version handshake and the security handshake. Full documentation on the RFB protocol can be found here.

vncsnapshot

https://github.com/shamun/vncsnapshot


About

The script begins by prompting for user input for the location of their IP list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published