Skip to content

GPO Bypass is a tool / proof-of-concept that highlights how one can bypass Group Policy enforced policies. It uses Firefox as an example.

License

Notifications You must be signed in to change notification settings

serializingme/gpo-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

GPO Bypass

Introduction

This utility allows you to bypass Group Policy enforced controls on Firefox, especifically, it allows you to still install add-ons even if disabled through GPOs. This tool only supports 64 bit versions of Firefox. Pre-compiled versions of the tool are available under the dist directory.

Common

Static library containing common code used by both the library and injector components.

Library

Dynamic Link Library responsible for diverting the Windows Registry reading execution flow to change some of the read values to the ones that don't disable add-ons installation.

Injector

This is the executable that injects the library into the newly created Firefox process.

Build it Yourself

All code is written in C and can be built with MinGW. To compile you will likely need to use:

$ make clean all

The resulting binaries will be in the build directory.

Licensing

All code is licensed under GNU/GPL version 3. Icons used have been created by Everaldo.

About

GPO Bypass is a tool / proof-of-concept that highlights how one can bypass Group Policy enforced policies. It uses Firefox as an example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published