Created
July 31, 2026 18:45
-
-
Save taq/49413fa4efdeadf8ecae35fcd125d2a0 to your computer and use it in GitHub Desktop.
SleeperGem test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Note: `gem list` only sees the active Ruby version. If you use rbenv, rvm, mise, or chruby, repeat this for each version. | |
| gem list | grep -Ei 'git_credential_manager|dendreo|run_tests_firebase_testlab|slackhtmltomarkdown|seo_optimizer|array_fast_methods' | |
| grep -niE 'git_credential_manager \(2\.8\.[0-3]\)|Dendreo \(1\.1\.[34]\)|run_tests_firebase_testlab \(0\.3\.2\)' Gemfile.lock | |
| ls -la ~/.local/share/gcm | |
| ls -l /usr/local/sbin/ping6 # The indicator is the setuid bit, not the existence. | |
| grep -rl 'gcm/git-credential-manager' ~/.config/systemd/user | |
| crontab -l | grep -i git-credential-manager | |
| ps ax | grep -i '[g]cm/git-credential-manager' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment