Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'hexdump' is not defined #52

Closed
03128crz opened this issue Mar 4, 2021 · 2 comments
Closed

NameError: name 'hexdump' is not defined #52

03128crz opened this issue Mar 4, 2021 · 2 comments

Comments

@03128crz
Copy link

03128crz commented Mar 4, 2021

运行:报错,且没有导出客户端证书,(App已添加存储权限)
python r0capture.py -H 192.168.50.153:8888 -f xxx.xxx.xxx.xxx -v

NameError: name 'hexdump' is not defined
SSL Session: 71A92366608A0A253692FADF47DCC8377D374F83C20B8B7C345E360D9D3272BB
[SSL_read] 120.83.147.111:443 --> 192.168.50.153:37088
Traceback (most recent call last):
File "/root/miniconda3/envs/py380/lib/python3.8/site-packages/frida/core.py", line 383, in _on_message
callback(message, data)
File "r0capture.py", line 239, in on_message
hexdump.hexdump(data)
NameError: name 'hexdump' is not defined
SSL Session: 71A92366608A0A253692FADF47DCC8377D374F83C20B8B7C345E360D9D3272BB
[SSL_read] 120.83.147.111:443 --> 192.168.50.153:37088

Traceback (most recent call last):
File "/root/miniconda3/envs/py380/lib/python3.8/site-packages/frida/core.py", line 383, in _on_message
callback(message, data)
File "r0capture.py", line 239, in on_message
hexdump.hexdump(data)
NameError: name 'hexdump' is not defined
SSL Session: 71A92366608A0A253692FADF47DCC8377D374F83C20B8B7C345E360D9D3272BB
[SSL_read] 120.83.147.111:443 --> 192.168.50.153:37088
Traceback (most recent call last):
File "/root/miniconda3/envs/py380/lib/python3.8/site-packages/frida/core.py", line 383, in _on_message
callback(message, data)
File "r0capture.py", line 239, in on_message
hexdump.hexdump(data)
NameError: name 'hexdump' is not defined
SSL Session: 71A92366608A0A253692FADF47DCC8377D374F83C20B8B7C345E360D9D3272BB
[SSL_read] 120.83.147.111:443 --> 192.168.50.153:37088
Traceback (most recent call last):
File "/root/miniconda3/envs/py380/lib/python3.8/site-packages/frida/core.py", line 383, in _on_message
callback(message, data)
File "r0capture.py", line 239, in on_message
hexdump.hexdump(data)
NameError: name 'hexdump' is not defined
^CYou have stoped logging.
^C^C^C^C^CYou have stoped logging.

@03128crz 03128crz closed this as completed Mar 4, 2021
@dwaynewei
Copy link

@03128crz 楼主 遇到跟这个issue一样的问题。 请问你解决了吗? 是怎么解决的想请教一下,谢谢!

@dwaynewei
Copy link

@03128crz 楼主 遇到跟这个issue一样的问题。 请问你解决了吗? 是怎么解决的想请教一下,谢谢!

解决了,哈哈。 原来是要安装一下这个依赖。 pip3 install hexdump 就可以了 。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants