theHarvester/restfulHarvest.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
107 B
Python
Raw Permalink Normal View History

2021-04-06 08:42:10 +08:00
#!/usr/bin/env python3
from theHarvester.restfulHarvest import main
2021-04-06 08:42:10 +08:00
2024-07-11 01:38:49 +08:00
if __name__ == '__main__':
main()