1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <string-array name="protocols">
- <item>ECHO</item>
- <item>FTP</item>
- <item>GHOST</item>
- <item>HTTP</item>
- <item>HTTPS</item>
- <item>MySQL</item>
- <item>SIP</item>
- <item>SMB</item>
- <item>SSH</item>
- <item>TELNET</item>
- </string-array>
- <string-array name="protocols_description">
- <item>A service for testing and measurement of round-trip times in IP networks</item>
- <item>A protocol used to transfer files from one host to another host</item>
- <item>A protocol mirrors an incoming connection back to the attacker on the same port, that it is running on</item>
- <item>A protocol to exchange or transfer hypertext. It is the foundation of data communication for the World Wide Web</item>
- <item>The same as HTTP, but using a secure connections based on SSL/TLS</item>
- <item>The world\'s second most widely used relational database management system</item>
- <item>A protocol for VoIP (Voice over IP) services</item>
- <item>A protocol used for providing shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network</item>
- <item>A network protocol that provides file access, file transfer, and file management functionalities over any reliable data stream</item>
- <item>A network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection</item>
- </string-array>
- </resources>
|