Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. dwebb@ubuntu:~$ ssh [email protected] uname -a
  2. Linux changeme.REDACTED.com 3.8.13.15-10.gc33dd1e-smp64 #1 SMP Wed Feb 19 11:01:09 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  3. dwebb@ubuntu:~$ ssh [email protected] cc change_object `cc get_objects_filtered '$_->{data}->{name} eq "testadmin"' | pcregrep -o REF_AaaUse[A-Za-z]*` md4hash `iconv -f ASCII -t UTF-16LE <(printf "newtapassword") | openssl dgst -md4 | cut -f 2 -d \ `
  4. cc: error: get_objects_filtered: No such file or directory
  5. cc: error: $_->{data}->{name} eq "testadmin": No such file or directory
  6. cc: fatal error: no input files
  7. compilation terminated.
  8. The program 'pcregrep' is currently not installed. You can install it by typing:
  9. sudo apt-get install pcregrep
  10. bash: cc: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement