Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
Windows GUI for USB Rubber Ducky
  • Loading branch information
xadamxk committed Nov 29, 2015
1 parent 572fac2 commit 582e52b
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 15 deletions.
Binary file modified RubberDuckyApp.v12.suo
Binary file not shown.
28 changes: 14 additions & 14 deletions RubberDuckyApp/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion RubberDuckyApp/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,13 @@ private void SetPayloads()
else
{
tempPayload.Code = GetCodeFromPayload(payload);
tempPayload.Code = tempPayload.Code.Replace("\n", "\r\n");
File.WriteAllText(path, tempPayload.Code);
}
}
catch (Exception error)
{
MessageBox.Show("One of the downloaded files was not able to save." +
MessageBox.Show("One of the downloaded files was not able to save.\n" +
"Check if an Antivirus software/ Firewall prevented this and try again.");
}
}
Expand Down
Binary file modified RubberDuckyApp/bin/Debug/RubberDuckyApp.exe
Binary file not shown.
Binary file modified RubberDuckyApp/bin/Debug/RubberDuckyApp.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ C:\Users\Adam\Documents\Visual Studio 2013\Projects\USB-Rubber-Ducky-App\RubberD
C:\Users\Adam\Documents\Visual Studio 2013\Projects\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.Properties.Resources.resources
C:\Users\Adam\Documents\Visual Studio 2013\Projects\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.csproj.GenerateResource.Cache
C:\Users\Adam\Documents\Visual Studio 2013\Projects\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.MainForm.resources
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\bin\Debug\RubberDuckyApp.exe.config
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.exe
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.pdb
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\bin\Debug\RubberDuckyApp.exe
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\bin\Debug\RubberDuckyApp.pdb
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.csprojResolveAssemblyReference.cache
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.MainForm.resources
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.Properties.Resources.resources
C:\Users\Adam\Documents\GitHub\USB-Rubber-Ducky-App\RubberDuckyApp\obj\Debug\RubberDuckyApp.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified RubberDuckyApp/obj/Debug/RubberDuckyApp.exe
Binary file not shown.
Binary file modified RubberDuckyApp/obj/Debug/RubberDuckyApp.pdb
Binary file not shown.

0 comments on commit 582e52b

Please sign in to comment.