mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-13 19:16:18 +08:00
7 lines
120 B
Python
7 lines
120 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
# Note: This script runs theHarvester
|
||
|
|
||
|
from theHarvester import __main__
|
||
|
__main__.entry_point()
|