mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
initial commit
This commit is contained in:
parent
fbf31c220a
commit
6fa335183c
37 changed files with 2698 additions and 0 deletions
6
plugins/__init__.py
Normal file
6
plugins/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#Hack grabbed from http://stackoverflow.com/questions/1057431/loading-all-modules-in-a-folder-in-python
|
||||
#Has to be a cleaner way to do this, but it works for now
|
||||
import os
|
||||
import glob
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in glob.glob(os.path.dirname(__file__)+"/*.py")]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue