-
Updated
Jun 16, 2022 - PowerShell
red-teaming
Here are 69 public repositories matching this topic...
-
Updated
May 4, 2022 - TypeScript
-
Updated
Jun 7, 2022 - Python
-
Updated
May 23, 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
Feb 25, 2022 - Python
-
Updated
May 30, 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
Jul 26, 2019 - Python
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
Aug 25, 2020 - Nim
-
Updated
May 16, 2021 - Shell
-
Updated
Nov 26, 2021 - Python
-
Updated
Feb 2, 2022 - C#
-
Updated
Apr 2, 2022 - C#
-
Updated
May 13, 2022 - PowerShell
-
Updated
May 29, 2022 - JavaScript
-
Updated
Mar 11, 2021 - Python
-
Updated
Jun 13, 2022 - C#
-
Updated
Jun 14, 2022
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 :(