protocols.xml 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string-array name="protocols">
  4. <item>ECHO</item>
  5. <item>FTP</item>
  6. <item>GHOST</item>
  7. <item>HTTP</item>
  8. <item>HTTPS</item>
  9. <item>MySQL</item>
  10. <item>SIP</item>
  11. <item>SMB</item>
  12. <item>SSH</item>
  13. <item>TELNET</item>
  14. </string-array>
  15. <string-array name="protocols_description">
  16. <item>A service for testing and measurement of round-trip times in IP networks</item>
  17. <item>A protocol used to transfer files from one host to another host</item>
  18. <item>A protocol mirrors an incoming connection back to the attacker on the same port, that it is running on</item>
  19. <item>A protocol to exchange or transfer hypertext. It is the foundation of data communication for the World Wide Web</item>
  20. <item>The same as HTTP, but using a secure connections based on SSL/TLS</item>
  21. <item>The world\'s second most widely used relational database management system</item>
  22. <item>A protocol for VoIP (Voice over IP) services</item>
  23. <item>A protocol used for providing shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network</item>
  24. <item>A network protocol that provides file access, file transfer, and file management functionalities over any reliable data stream</item>
  25. <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>
  26. </string-array>
  27. </resources>