To find the live pc's on network run the ping and nmap as:
ping -b -c 3 -i 20 broadcast_address
nmap -sP 175.106.57.1-254
Then run the nmap for each ip to get the details of that ip:
nmap -O -A ip_address
telnet www.tutorialsteam.plus.com 80
GET /officers.html HTTP/2.0
2.0 is the HTTP version.
telnet mail.server.tld 25
helo host.mydomain.tld
mail from: [email protected]
rcpt to: [email protected]
data
From: John Smith <[email protected]>
Subject: nesto alabala
text text
text text text
10. Let's say to SMTP server to send the message (??? YES this is only DOT???), When you finish your e-mail,
press [ENTER], then a '.'(dot), and again an [ENTER]. This tells the server that you have finished the e-mail,
and it can send it.
quit
telnet pop3.myisp.co.uk 110
USER fred
PASS laRge1
+OK fred has 34 visible messages (0 hidden) in 764695 octets.
means fred has 34 messages which are 764695 bytes (octets).
stat
show total messages with their size in bytes.
list
will list the messages with thier size.
top 4 20
The top command will print the 4th email with it's 20 first lines,To see just the header and nothing from the body,
use TOP 1 0.
RETR 1
To delete a message, use the DELE (for delete) command;
DELE 1
When you are done, use the QUIT command;
quit
telnet autoturn.plus.net 79 <CR>
dequeuing X messages [only shown if there are messages waiting to be sent to your SMTP server]