Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.3 KB

⚙️ Functions:

  • Displays .JS links used in source code
  • Enter the .JS links found and search for the API keyword
  • Displays .JSON links used in source code
  • Enter the .JSON links found and search for the API keyword
  • Display links with the word WP used in the source code
  • Displays links with the amazonaws.com keyword used in the source code
  • Enter the .JS links found and search for the keyword amazonaws.com
  • Enter the .JSON links found and search for the keyword amazonaws.com

📫 Contributing to ODIN:

To contribute to ODIN, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to original branch: git push origin <project_name> / <location>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.

😄 Be one of the contributors

Do you want to be part of this project? Make forks and feed this project with more functions and automated modules.

📝 License

This project is under license. See the LICENSE file for more details.

⬆ back to top