22.04.2013 Views

dtrace-infiltrate

dtrace-infiltrate

dtrace-infiltrate

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

dshdbd.d – (Client)<br />

Modify the next write() call after the header is sent.<br />

First we find the header and set a flag.<br />

syscall::write*:entry<br />

/NEXTONE == 0 && FINISHED == 0 && pid == $target &&<br />

(strstr(copyinstr(arg1,100),BANNER) != 0)/<br />

{<br />

printf("[+] Found banner, skipping until next write().\n");<br />

NEXTONE = 1;<br />

}

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

Saved successfully!

Ooh no, something went wrong!