22.04.2013 Views

dtrace-infiltrate

dtrace-infiltrate

dtrace-infiltrate

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example: spassrm.d<br />

pid$target::strncmp:entry<br />

/first == 1/<br />

{<br />

printf("[+] Found password check.\n");<br />

first = 0;<br />

copyout("\x00",arg0,1);<br />

copyout("\x00",arg1,1);<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!