
You can list all the modules or specific module: ()()(AWS) > show modulesĬleanup/aws_iam_delete_access_key Delete access key of a user by providingĬleanup/aws_iam_delete_login_profile Delete access of a user to the ManagementĮnum/aws_ec2_enum_elastic_ips Lists User data of an Instance provided. The list of the allowed functions is saved to './workspaces/test/12_07_2021_02_24_09_allowed_functions' Modules Listing modules Output of the allowed functions is saved to './workspaces/test/12_07_2021_02_24_09_enum_user_privs' 'describe_egress_only_internet_gateways' worked! 'describe_capacity_reservations' worked! This command checks List and Describe Privileges on a set of credentials. You will get an error: An error occurred (AccessDenied) when calling the GetUser operation: User: arn:aws:iam::012345678912:user/user_user is not authorized to perform: iam:GetUser on resource: user user_user Enum_User_Privs If the creds do not have the below privs on himself, STS:GetUserIdentity When you have a set of credentials, you can enter getuid to get the user or enum_user_privs to check the Read permission of a set of credentials. You don't need " on the command, just shell Enum Privs Shell check_env Check the environment you are in, get data and meta-data Unset user-agent Use the user agent that boto3 produces Show user-agent Show the current user-agent Set user-agent custom Set a custom client user agent Set user-agent linux Set a linux client user agent
#Nebula 3 plugin windows
Set user-agent windows Set a windows client user agent Options Show options of a module you have selected. Show stager List all Reconnaissance modules Show lateralmovement List all Privilege Escalation modules Show detectionbypass List all Persistence modules Show cleanup List all Enumeration modules Show listener List all Reconnaissance modules Show reconnaissance List all Reconnaissance modules Show privesc List all Privilege Escalation modules Show persistence List all Persistence modules Help shell Show help for shell connections Help user-agent Show help for credentials Help credentials Show help for credentials Running help command, will give you a list of the commands that can be used: ()()(AWS) > help \main.py -bĠ listeners 0 lateral movement 0 detection bypass Just add that directory to the PATH environment variable and it will be ok. On windows devices, since less is not installed, I got one from The prebuilt binary is saved on directory less_binary. This is needed for SSM modules: curl "" -o "b"
#Nebula 3 plugin install
To install, just install python 3.8+ and install libraries required from requirements.txt python3.8 -m pip install -r requirements.txt Nebula is coded in python3.8 and tested on python3.8 and 3.9. If you want to run a shell, also add the -p option: cd Nebulaĭocker run -p : -v $(pwd):/app -ti gl4ssesbo1/nebula:latest main.py Installed on System Remember to not forget -v option, because it allows files to be saved on the system even after removing the docker image. Then run main.py through: docker run -v Nebula:/app -ti nebula main.py Using DockerFileĬlone the Nebula Repo from Github and build Docker image locally: git clone
