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