__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
#!/bin/bash
# Created by Sam Gleske
# Created Sat Jan  1 16:56:54 EST 2022
# MIT License - https://github.com/samrocketman/home

# DESCRIPTION
#     Find all running processes which have loaded Feral Interactive gamemode
#     via libgamemodeauto.so.  This script will not detect processes which load
#     gamemode without libgamemodeauto.so.

# DEVELOPMENT ENVIRONMENT
#     Ubuntu 18.04.6 LTS
#     Linux 5.4.0-91-generic x86_64
#     GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)
#     find (GNU findutils) 4.7.0-git
#     GNU Awk 4.1.4, API: 1.1 (GNU MPFR 4.0.1, GNU MP 6.1.2)
#     xargs (GNU findutils) 4.7.0-git
#     ps from procps-ng 3.3.12

if [ -z "${USER:-}" ]; then
  echo '$USER variable not defined.' >&2
  exit 1
fi

if [ ! -d /proc ]; then
  echo 'ERROR: /proc filesystem missing.  We do not appear to be running on Linux.' >&2
  exit 1
fi

find /proc -maxdepth 2 -type f -user "${USER}" -readable -name maps -exec \
  awk -- 'BEGINFILE { if (ERRNO) nextfile } $0 ~ /libgamemodeauto\.so\.0/ {pid=FILENAME; gsub("[^0-9]", "", pid); print pid;nextfile}' {} + \
  | xargs | xargs -I{} -- ps -o pid,ppid,user,ni,psr,comm --pid '{}'

Filemanager

Name Type Size Permission Actions
gamemode-simulate-game File 14.45 KB 0755
gamemodelist File 1.13 KB 0755
gamemoderun File 299 B 0755
Filemanager