Skip to content

priamai/chatscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Scanner

A tool to scan websites for chatbot functionality based on simple heuristics like JS file names.

Spider web

First launch the tool on target URLS:

scrapy runspider chatbot_spider www.google.com

This will generate a file ouptut called found.json which contains the most likely candidate html tags that are typically a button and a form input.

You then have to run the browser emulator which will hook a bot to test the target.

Selenium Proxy

You then can run the Selenium interactive agent to perform the automated conversation. You need to link that to an offensive tool.

LLM offensive tools

Supported: TBD

About

A tool to scan websites for chatbot functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages