mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
8
Archive-Old-Version/OSBinaries/Payload/Evil.xbap
Normal file
8
Archive-Old-Version/OSBinaries/Payload/Evil.xbap
Normal file
@@ -0,0 +1,8 @@
|
||||
private void Button_click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (RadioButton1.IsChecked == true)
|
||||
{
|
||||
Process.Start("C:\\poc\\evil.exe");
|
||||
MessageBox.Show("BHello.");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user