Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download configuration and HTML content #14

Open
ilatypov opened this issue May 13, 2020 · 0 comments · Fixed by ap0ught/aem-hacker#3 · May be fixed by #15
Open

Download configuration and HTML content #14

ilatypov opened this issue May 13, 2020 · 0 comments · Fixed by ap0ught/aem-hacker#3 · May be fixed by #15

Comments

@ilatypov
Copy link

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
ilatypov added a commit to ilatypov/aem-hacker that referenced this issue May 13, 2020
@ilatypov ilatypov linked a pull request May 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant