The idea come about during one of my modules in ethical hacking. Where there are many online tools to help with reconnaissance, so I thought it will be a good idea to create a web extension that help to automate common recon searches.
Addon link: https://addons.mozilla.org/en-US/firefox/addon/infoweb/
When you are on the website that you want to perform the recon, click on the infoweb extension and choose the tool you want to perform the search with, or click on the Search all
button to search with all the current web tools.
Please do not use this extension for any illegal purposes.
This extension is not monitored and maintained for bugs, as this is only a side project to me. But feel free to create a pull request if you have any improvements or add-ons.
Plan to add an input field, so you don't have to visit the targeted site to quarry.
Also, plans to add a QOL feature to close popup after button is clicked.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/Tab
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
https://extensionworkshop.com/documentation/publish/submitting-an-add-on/