Skip to content

This is a very basic script to reduce the CLSID.list contents provided by ohpe with the Juicy Potato exploit.

Notifications You must be signed in to change notification settings

mauricerizat/CLSID.list-reducer-for-Juicy-Potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CLSID.list reducer for Juicy Potato

INFO

This is a very basic script to reduce the CLSID.list contents provided by ohpe with the Juicy Potato exploit.

The lists we get usually have 300-500 CLSIDs and this could take quite a while.

Since it isn't necessary to go through the whole list to find a usable CLSID for your privilege escalation activities, this script will choose every nth CLSID in the list and write it to a new file.

It's a pretty "dumb" script, frankly. But it's saved me a lot of time.

USAGE

Usage: python reducer.py reduction-factor [input file] [output file]

Positional argument:
        reduction factor - The integer by which to reduce the list

Optional arguments:
        [input file] : Default is CLSID.list
        [output file] : Default is CLSID.list.new

About

This is a very basic script to reduce the CLSID.list contents provided by ohpe with the Juicy Potato exploit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages