david942j / one_gadget

The best tool for finding one gadget RCE in libc.so.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annoying update check

matrix1001 opened this issue · comments

Some time I got update check information in one_gadget -r , pretty annoying when I use python to get those offsets automatically.

I think -r option should not contain update info. Any way to avoid this exclude changing my script?

How about no update checking if stdout is not tty?
In this way the check will not be triggered if you use something like subprocess.check_output in Python, but will be triggered via CLI.

Excellent idea.

A new version 1.6.1 with the fix has been drafted as well