africana-framework icon indicating copy to clipboard operation
africana-framework copied to clipboard

Error when trying to select Meterpreter

Open TNT5788 opened this issue 8 months ago • 2 comments

It was working fine in the Python3 version but not anymore in the Go version. When I select Generate undetectable backdoors and then Meterpreter I'm having the following error:

bash: line 1: cd: /root/.africana/africana-base/meterpeter/: No such file or directory The argument 'meterpeter.ps1' is not recognized as the name of a script file. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]] [-Command { - | [-args ] | [<CommandParameters>] } ] [-ConfigurationName ] [-CustomPipeName ] [-EncodedCommand <Base64EncodedCommand>] [-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}] [-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile] [-OutputFormat {Text | XML}] [-SettingsFile <filePath>] [-SSHServerMode] [-STA] [-Version] [-WindowStyle

   pwsh[.exe] -h | -Help | -? | /?

PowerShell Online Help https://aka.ms/powershell-docs

All parameters are case-insensitive. Process finished with error: exit status 64

There's no africana-base folder under /root/.africana

Please correct your typo, it's not meterpeter but meterpreter. Thanks

TNT5788 avatar Jun 11 '24 20:06 TNT5788