Skip to content

valkyrie supports you finding possibilities for local privilege escalation on linux machines.

License

Notifications You must be signed in to change notification settings

pbkangafoo/valkyrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo

Valkyrie

Support tool for local privilege escalation on linux machines.

Version: 0.5

What is Valkyrie?

Valkyrie supports you finding possibilities for local privilege escalation by:

  • detecting kernel version and recommending local exploits
  • checking version of installed tools and recommending local exploits
  • finding suid binaries
  • finding interesting files you can read
  • scanning for directories with write permission
  • scanning for binaries with capabilities

Future features will be added.

Usage

At this point, rootme supports two ways for recommending local exploits:

Detect kernel and suggest exploit:

python valkyrie.py -d

Manually name the version of the kernel:

python valkyrie.py -m 4.4.2

Check installed tools for local exploits:

python valkyrie.py -l

Finding binaries with suid permission:

python valkyrie.py -s

Finding interesting files and checking whether you can read them:

python valkyrie.py -r

Scanning binaries for capabilities:

python valkyrie.py -c

Scanning for directories you have permission to write:

python valkyrie.py -w /home

Exploit database

the exploit database is currently quite limited and only contains 8 entries. the database for local exploits has 4 entries. In the next versions, the database will be extended.

Screenshot

Screenshot

Screenshot

Screenshot

About

valkyrie supports you finding possibilities for local privilege escalation on linux machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages