openhunt icon indicating copy to clipboard operation
openhunt copied to clipboard

Results 3 openhunt issues
Sort by recently updated
recently updated
newest added

Module: https://github.com/OTRF/openhunt/blob/master/build/lib/openhunt/mordorutils.py

enhancement

[flake8](http://flake8.pycqa.org) testing of https://github.com/hunters-forge/openhunt on Python 3.8.0 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` 235./build/lib/openhunt/logparser.py:48:14: F821 undefined name 'df' 236 mordorDF= df.dropna(axis = 1,how = 'all').drop(['winlog','event_data','process'], axis = 1)...

``` ImportError Traceback (most recent call last) Cell In[5], line 1 ----> 1 from openhunt import ossem File [/opt/homebrew/anaconda3/lib/python3.10/site-packages/openhunt/ossem.py:7](http://localhost:8888/opt/homebrew/anaconda3/lib/python3.10/site-packages/openhunt/ossem.py#line=6) 1 #![/usr/bin/env](http://localhost:8888/usr/bin/env) python 2 3 # Author: Jose Rodriguez (@Cyb3rPandaH) 4...