You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aem_discoverer.py script did not get called by aem_hacker.py. I am still learning how to run it (placing a URL inside a file and supplying that file's name in the --file argument showed the URL and exited the script).
In the meantime I figured I could crawl our AEM sites in search of forgotten test pages and internal user IDs.
time python3 aem_slurper.py HOST 2>&1 | tee HOST.txt
sort -k3 HOST.txt > HOST-sorted-by-path.txt
less HOST-sorted-by-path.txt
The text was updated successfully, but these errors were encountered:
ilatypov
added a commit
to ilatypov/aem-hacker
that referenced
this issue
May 13, 2020
The
aem_discoverer.py
script did not get called byaem_hacker.py
. I am still learning how to run it (placing a URL inside a file and supplying that file's name in the--file
argument showed the URL and exited the script).In the meantime I figured I could crawl our AEM sites in search of forgotten test pages and internal user IDs.
The text was updated successfully, but these errors were encountered: