Skip to content
New issue

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

Just wanted to say, Great program :) #18

Open
NovaCygni opened this issue Mar 24, 2017 · 4 comments
Open

Just wanted to say, Great program :) #18

NovaCygni opened this issue Mar 24, 2017 · 4 comments

Comments

@NovaCygni
Copy link

Just looked over the code, very nicely done, I was actually rewriting the Xss module for my own scanner atm (* v3n0m-scanner also on github *) and was looking around at what the "competition" have been doing... I must say yours is the best example ive seen so far 🥇 👍 Would be cool to email sometime and see if we can learn a few tricks from each other :) all the best mate.

@NovaCygni
Copy link
Author

NovaCygni commented Mar 24, 2017

PS A couple things I noticed:

  1. You could improve the safety of your users by cloning some of the webpages into a cache file using Ayscio/aiohttp, which would mean the XSS checks can be done in the "Isolated" cache itself not the main website, thus the mirror'd website would provide a 'buffer' for some users not wishing to trigger IDS, not useful for all, but useful for some cases.
  2. Asyncio, Again, would enable you to speed up your program tenfold, you appear to be bottlenecking alot by the limited speed of Py2.7.

@faizann24
Copy link
Owner

Hey NovaCygni,

Nice to know that you liked the program. A lot of this code has been optimized and made better by other developers.

I would really love to make these changes but I'm pretty busy now a days. I hope some one would look at your suggestions and make these changes.

You can email me anytime at [email protected]. We can have a chat.

Best Regards
Faizan Ahmad

@phackt
Copy link

phackt commented Feb 2, 2018

Hello @faizann24 , congrats for your tool, when you say 'A lot of this code has been optimized and made better by other developers', what are you talking about, some forks of your repo, some other tools ?

I'm in the same boat guys.

@NovaCygni
Copy link
Author

Well i have a CAFEDEAD Ring0 fail on my laptops GPU so im likely not able to update the code for a couple months so v3n0m scanner is going to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants