One Hat Cyber Team
Your IP :
18.188.56.48
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python2.7
/
Demo
/
pdist
/
View File Name :
mac.py
import sys import string import rcvs def main(): while 1: try: line = raw_input('$ ') except EOFError: break words = string.split(line) if not words: continue if words[0] != 'rcvs': words.insert(0, 'rcvs') sys.argv = words rcvs.main() main()