mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-22 13:32:58 +08:00
5 lines
107 B
Python
Executable file
5 lines
107 B
Python
Executable file
#!/usr/bin/env python3
|
|
from theHarvester.restfulHarvest import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|