mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +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()
|