mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create insecure_protocols.md
This commit is contained in:
parent
5d4faa4c06
commit
c2e9b3293d
1 changed files with 23 additions and 0 deletions
23
cheat_sheets/insecure_protocols.md
Normal file
23
cheat_sheets/insecure_protocols.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Insecure Protocols and Services
|
||||
|
||||
## Insecure Protocols
|
||||
The following are also some of the services that are considered insecure:
|
||||
|
||||
- Rlogin: https://linux.die.net/man/1/rlogin
|
||||
- Rsh: https://linux.die.net/man/1/rsh
|
||||
- Finger: https://linux.die.net/man/1/finger
|
||||
|
||||
|
||||
## Insecure Services
|
||||
The following services should be carefully implemented and not exposed to untrusted networks:
|
||||
|
||||
- Authd (or Identd): https://linux.die.net/man/3/ident
|
||||
- Netdump: https://linux.die.net/man/8/netdump
|
||||
- Netdump-server: https://linux.die.net/man/8/netdump-server
|
||||
- Nfs: https://linux.die.net/man/5/nfs
|
||||
- Rwhod: https://linux.die.net/man/8/rwhod
|
||||
- Sendmail: https://linux.die.net/man/8/sendmail.sendmail
|
||||
- Samba: https://linux.die.net/man/7/samba
|
||||
- Yppasswdd: https://linux.die.net/man/8/yppasswdd
|
||||
- Ypserv: https://linux.die.net/man/8/ypserv
|
||||
- Ypxfrd: https://linux.die.net/man/8/ypxfrd
|
Loading…
Reference in a new issue