hoodoer / JS-Tap

JavaScript payload and supporting software to be used as XSS payload or post exploitation implant to monitor users as they use the targeted application. Also includes a C2 for executing custom JavaScript payloads in clients, and a "mimic" feature that automatically generates custom payloads.
The Unlicense
331 stars 35 forks source link

search and delete some bug... #29

Closed Burpbounty closed 1 month ago

Burpbounty commented 3 months ago

hey, friend, i receive you email, add email function is awesome.. I'm very grateful to you for turning on this feature. It plays a very important role in my work.。I think this is the best tool for red team testing, comparable to burpsuite..... However, there are still some bugs left during the use. When I deleted the records left by the client, I found that there seemed to be no way to delete them.

hoodoer commented 3 months ago

You mean when you startup and select delete clients? Not all the information is deleted from the database? I hadn't seen that one. If you use sqlite database viewer to inspect the database, can you tell what tables aren't getting dropped correctly?

hoodoer commented 3 months ago

To be clear, if you want a completely fresh start between engagements you can just delete the sqlite database file. But choosing to delete clients on start up should delete the client data and leave application settings in place unless I've goofed up something stupid in the code.

hoodoer commented 1 month ago

I didn't receive further info on this potential issue, so I'm going to go ahead and close it. Ping me if you find an issue you need help with.