Submit
Path:
~
/
/
usr
/
share
/
doc
/
python3-file-magic
/
File Content:
example.py
#! /usr/bin/python import magic ms = magic.open(magic.NONE) ms.load() tp = ms.file("/bin/ls") print (tp) f = open("/bin/ls", "rb") buf = f.read(4096) f.close() tp = ms.buffer(buf) print (tp) ms.close()
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
README.md
584 bytes
0644
example.py
207 bytes
0644
N4ST4R_ID | Naxtarrr