Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 193 Bytes

credstuff.md

File metadata and controls

15 lines (10 loc) · 193 Bytes

credstuff

  1. Get line number:

    grep -n "cultiris" usernames.txt
  2. Get the password:

    head -n <lineno> passwords.txt | tail -n 1
  3. ROT13