-
Notifications
You must be signed in to change notification settings - Fork 807
Payload obfuscation #964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payload obfuscation #964
Conversation
…tempt to avoid AV static detection.
298befa
to
28e4a0f
Compare
Codecov Report
@@ Coverage Diff @@
## develop #964 +/- ##
===========================================
+ Coverage 19.07% 19.89% +0.81%
===========================================
Files 338 338
Lines 11482 11603 +121
===========================================
+ Hits 2190 2308 +118
- Misses 9292 9295 +3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add nosec
to the crypto line to disable the bandit warning, since we use pycryptodome, not pycrypto.
|
||
import sys | ||
|
||
from Crypto.Cipher import AES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from Crypto.Cipher import AES | |
from Crypto.Cipher import AES # nosec: B413 |
…for shellcode_obfuscator.py
What does this PR do?
Fixes #929
PR Checklist
Testing Checklist