Files
theHarvester/bin/restfulHarvest
T
2026-01-27 20:44:51 -08:00

6 lines
107 B
Python
Executable File

#!/usr/bin/env python3
from theHarvester.restfulHarvest import main
if __name__ == '__main__':
main()