unshadow.c
939d7641a1d99b53fecb5e8c6058e0d3
#include <pwd.h>main(){struct passwd *p;while(p=getpwent())printf("%s:%s:%d:%d:%s:%s:%s\n", p->pw_name, p->pw_passwd,p->pw_uid, p->pw_gid, p->pw_gecos, p->pw_dir, p->pw_shell);}
No comments yet, be the first!
© 2012 Packet Storm. All rights reserved.
Comments
No comments yet, be the first!