Giter Site home page Giter Site logo

Comments (9)

Shirshakhtml avatar Shirshakhtml commented on August 23, 2024 1

Try this one

pre = re.sub(r'\{.*?\}|\(.*?\)|".*?"|\'[^\']*\'', '', pre, flags=re.DOTALL)

from xsstrike.

precendent avatar precendent commented on August 23, 2024 1

Try this one

pre = re.sub(r'\{.*?\}|\(.*?\)|".*?"|\'[^\']*\'', '', pre, flags=re.DOTALL)

It's Working!!!

from xsstrike.

shetty197 avatar shetty197 commented on August 23, 2024 1

from xsstrike.

rexnetpl avatar rexnetpl commented on August 23, 2024

I have the same problem.

from xsstrike.

iammer0 avatar iammer0 commented on August 23, 2024

go to XSStrike then go to core then use nano or anything and replace this line

pre = re.sub(r'(?s){.?}|(?s)(.?)|(?s)".?"|(?s)'.?'', '', pre)

to this

pre = re.sub(r'(?s)({.?}|(.?)|".?"|'.?')', '', pre)

then try the tool now

from xsstrike.

ParamJani21 avatar ParamJani21 commented on August 23, 2024

github

at where i have to add this line...?

from xsstrike.

uoqp avatar uoqp commented on August 23, 2024

github

at where i have to add this line...?

ma bro change it to
pre = re.sub(r'(?s)({.?}|(.?)|".?"|'.?')', '', pre)
(jsContexter.py)

from xsstrike.

karimJD avatar karimJD commented on August 23, 2024

github
at where i have to add this line...?

ma bro change it to pre = re.sub(r'(?s)({.?}|(.?)|".?"|'.?')', '', pre) (jsContexter.py)

That's not working, change the code to this :
pre = re.sub(r'({.?}|(.?)|".?"|'.?')', '', pre)

from xsstrike.

shetty197 avatar shetty197 commented on August 23, 2024

same changed but still not working

from xsstrike.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.