We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
I had this implemented using a headless node instance called from Go:
node
const Wappalyzer = require('wappalyzer'); const urls = process.argv.slice(2); ;(async function() { const wappalyzer = await new Wappalyzer(); try { await wappalyzer.init(); const results = await Promise.all( urls.map(async (url) => ({ url, results: await wappalyzer.open(url, headers = { 'x-crawler': 'foo', }).analyze() })) ) console.log(JSON.stringify(results, null, 0)); } catch (error) { console.error(error); } await wappalyzer.destroy(); })()
Sorry, something went wrong.
@Ice3man543 is there any update on this issue? it's already been over two years. I hope we are close to implementing this!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: