mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-23 01:54:56 +02:00
6 lines
107 B
Python
Executable File
6 lines
107 B
Python
Executable File
#!/usr/bin/env python3
|
|
from theHarvester.restfulHarvest import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|