One Hat Cyber Team
Your IP :
104.23.243.58
Server IP :
104.21.51.23
Server :
Linux 128-201-239-36.cprapid.com 3.10.0-1160.41.1.el7.x86_64 #1 SMP Tue Aug 31 14:52:47 UTC 2021 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python2.7
/
site-packages
/
problem
/
Edit File:
tools.py
import problem def problemify(probdir, proxy): by_analyzer = dict(zip(problem.PROBLEM_TYPES.values(), problem.PROBLEM_TYPES.keys())) analyzer = proxy.get_item(probdir, 'analyzer') reason = proxy.get_item(probdir, 'reason') if analyzer not in by_analyzer: return problem.Unknown(reason) class_name = by_analyzer[analyzer].lower().capitalize() prob = getattr(problem, class_name)(reason) prob._probdir = probdir prob._persisted = True prob._proxy = proxy return prob
Simpan