-
Updated
Jun 16, 2022 - PowerShell
red-teaming
Here are 71 public repositories matching this topic...
-
Updated
May 4, 2022 - TypeScript
-
Updated
Jun 30, 2022 - Python
-
Updated
Jul 4, 2022 - PowerShell
-
Updated
May 17, 2022 - Rust
Describe the bug
dotnet executable
When compiling the cs files needed for the encoders, the CSC compiler complains and stops the process.
[-] Error: temp\tmpg84fw_q7.cs(26,16777214): error CS1034: Compiler limit exceeded: Line cannot exceed 16777214 characters
To Reproduce
This happens when passing a binary (in my case ~4MB) into inceptor.
Expected behavior
working
-
Updated
Jan 29, 2021 - C#
-
Updated
Sep 26, 2021 - Python
-
Updated
Jun 17, 2022
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 1, 2022 - Python
-
Updated
Dec 19, 2021
-
Updated
Feb 22, 2022 - Python
-
Updated
Sep 3, 2020 - C
-
Updated
May 31, 2021
-
Updated
Aug 31, 2020 - CSS
-
Updated
Jun 18, 2022 - Ruby
-
Updated
Jun 30, 2022 - PowerShell
After a plugin runs, the first half or so of the following prompt is cutting cut off. This appears to be an issue on the handler side because the target is sending the full prompt over the network. I think it might have something to do with the mutex that blocks output while a plugin is running.
-
Updated
Jul 26, 2019 - Python
-
Updated
Aug 25, 2020 - Nim
-
Updated
Jun 27, 2022 - C#
-
Updated
May 16, 2021 - Shell
-
Updated
Nov 26, 2021 - Python
-
Updated
Feb 2, 2022 - C#
-
Updated
Jul 1, 2022 - C
-
Updated
Apr 2, 2022 - C#
-
Updated
May 13, 2022 - PowerShell
Improve this page
Add a description, image, and links to the red-teaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the red-teaming topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When doing things such as migrating it is important to know the architecture of processes.
psdoesn't currently list the architecture of processes.Describe the solution you'd like
psshould list architecture of each processDescribe alternatives you've considered
None :(