protocols.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>MODBUS</item>
  11. <item>S7COMM</item>
  12. <item>SNMP</item>
  13. <item>SIP</item>
  14. <item>SMB</item>
  15. <item>SSH</item>
  16. <item>SMTP</item>
  17. <item>TELNET</item>
  18. </string-array>
  19. <string-array name="protocols_description">
  20. <item>A service for testing and measurement of round-trip times in IP networks</item>
  21. <item>A protocol used to transfer files from one host to another host</item>
  22. <item>A protocol mirrors an incoming connection back to the attacker on the same port, that it is running on</item>
  23. <item>A protocol to exchange or transfer hypertext. It is the foundation of data communication for the World Wide Web</item>
  24. <item>The same as HTTP, but using a secure connections based on SSL/TLS</item>
  25. <item>The world\'s second most widely used relational database management system</item>
  26. <item>ICS SCADA MODBUS</item>
  27. <item>Siemens SIMATIC Communication Protocol</item>
  28. <item>Simple Network Management Protocol</item>
  29. <item>A protocol for VoIP (Voice over IP) services</item>
  30. <item>A protocol used for providing shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network</item>
  31. <item>A network protocol that provides file access, file transfer, and file management functionalities over any reliable data stream</item>
  32. <item> Mail Transfer Protocol used to send and receive emails</item>
  33. <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>
  34. </string-array>
  35. </resources>