Giter Club home page Giter Club logo

aggressorcollection's Issues

Powershell w /AES issue

When I create Powershell w /AES with cobalt in kali 2019 and run it in taget it works fine however when I do the same in kali 2020 it gives me the follwoing error when I run it ( generated in cobalt):

Exception calling "TransformFinalBlock" with "3" argument(s): "Value was invalid."
At C:\Users\chantal\Downloads\payloadn.ps1:41 char:5
+     $ZOEwEjn = $JagbhB.TransformFinalBlock($ZigoUP, 16, $ZigoUP.Lengt ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentException

Exception calling "GetString" with "1" argument(s): "Array cannot be null.
Parameter name: bytes"
At C:\Users\chantal\Downloads\payloadn.ps1:42 char:5
+     [System.Text.Encoding]::UTF8.GetString($ZOEwEjn).Trim([char]0)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentNullException

You cannot call a method on a null-valued expression.

At C:\Users\chantal\Downloads\payloadn.ps1:69 char:2
+     [Byte[]]$nNwhSfdfq = [System.Convert]::FromBase64String($eJEew.Re ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Multiple ambiguous overloads found for "Copy" and the argument count: "4".
At C:\Users\chantal\Downloads\payloadn.ps1:73 char:2
+     [System.Runtime.InteropServices.Marshal]::Copy($nNwhSfdfq, 0, $Jv ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodException
    + FullyQualifiedErrorId : MethodCountCouldNotFindBest

Exception calling "GetDelegateForFunctionPointer" with "2" argument(s): "Value cannot be null.
Parameter name: ptr"
At C:\Users\chantal\Downloads\payloadn.ps1:75 char:2
+     $hPgCCi = [System.Runtime.InteropServices.Marshal]::GetDelegateFo ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentNullException

You cannot call a method on a null-valued expression.
At C:\Users\chantal\Downloads\payloadn.ps1:76 char:2
+     $hPgCCi.Invoke([IntPtr]::Zero)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.