Text Practice Mode
Typo titian
created Sep 4th, 17:35 by Ajal Sony
1
21 words
31 completed
0
Rating visible after 3 or more votes
saving score / loading statistics ...
00:00
nmap -sV 192.168.1.1
ssh [email protected] -p 22
scp file.txt [email protected]:/home/
curl -I http://example.com
openssl enc -aes-256-cbc -salt -in file.txt -out file.enc
ssh [email protected] -p 22
scp file.txt [email protected]:/home/
curl -I http://example.com
openssl enc -aes-256-cbc -salt -in file.txt -out file.enc
