Download configuration and HTML content
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