-
Updated
Mar 26, 2022 - PowerShell
red-team
Here are 327 public repositories matching this topic...
-
Updated
Jun 15, 2022
-
Updated
Nov 26, 2021 - C#
-
Updated
May 16, 2022 - CSS
-
Updated
Jun 16, 2022 - Python
-
Updated
May 4, 2022 - TypeScript
-
Updated
Mar 1, 2021
-
Updated
Jun 16, 2022
-
Updated
Jun 17, 2022 - Python
-
Updated
Feb 26, 2022 - C#
-
Updated
Jun 16, 2022 - PowerShell
-
Updated
Jun 17, 2022 - Rust
It would be awesome to have an ARM version of gitjacker built right into the precompiled binaries section of the releases. As more and more computers make the move to ARM, I believe it would be beneficial to have an ARM release. I want to contribute, but am not sure how to compile it for ARM.
-
Updated
Mar 11, 2022 - C++
-
Updated
Nov 24, 2020 - Python
-
Updated
Jun 7, 2022 - Go
-
Updated
Aug 9, 2021 - C#
Victim Port
Hello, what happen if victim mashine only can using outgoing port 443 and 80 ? And did it using ssh ? What happen if intrusion detection system is enabled? They will see your service?
-
Updated
Nov 8, 2020 - Shell
-
Updated
Nov 29, 2018 - PowerShell
Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.
Us
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
Feb 21, 2022 - PowerShell
-
Updated
May 27, 2020 - Python
-
Updated
Jul 28, 2021 - Python
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 15, 2022 - Java
Improve this page
Add a description, image, and links to the red-team topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the red-team 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 :(