We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the newest pyew available, the interaction is good until "threat" is executed.
[0x00000000]> threat �[?1049h�[1;24r�(B�[m�[4l�[?7h�[?1h�=�[39;49m�[39;49m�[37m�[40m�[H�[2J�[37m�[40m�[J�(B�[m�[39;49m�[37m�[40m�[39;49m�(B�[m�[22d�(B�[0;1m�[33m�[44mGetting http://www.threatexpert.com/report.aspx
Once I quit and get back to the pyew main interface, the standard ascii output resumes.
Within threatexpert.py import webbrowser
def threatExpertSearch(pyew): ..... webbrowser.open(url)
Somewhere the webbrowser routine is returning codes not interpreted by the crits browser interface.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the newest pyew available, the interaction is good until "threat" is executed.
[0x00000000]> threat
�[?1049h�[1;24r�(B�[m�[4l�[?7h�[?1h�=�[39;49m�[39;49m�[37m�[40m�[H�[2J�[37m�[40m�[J�(B�[m�[39;49m�[37m�[40m�[39;49m�(B�[m�[22d�(B�[0;1m�[33m�[44mGetting http://www.threatexpert.com/report.aspx
Once I quit and get back to the pyew main interface, the standard ascii output resumes.
Within threatexpert.py
import webbrowser
def threatExpertSearch(pyew):
.....
webbrowser.open(url)
Somewhere the webbrowser routine is returning codes not interpreted by the crits browser interface.
The text was updated successfully, but these errors were encountered: