Coder Social home page Coder Social logo

我发现了一个bug about ctp-osce HOT 3 OPEN

tower111 avatar tower111 commented on July 19, 2024
我发现了一个bug

from ctp-osce.

Comments (3)

santhoshn16 avatar santhoshn16 commented on July 19, 2024

A new line character is seen at the end of test.txt while I have tried printing it. To successfully run the code just change list2 = contents.split("\n")[-1] to list2 = contents.split("\n")[-2]

from ctp-osce.

zhjygit avatar zhjygit commented on July 19, 2024

A new line character is seen at the end of test.txt while I have tried printing it. To successfully run the code just change list2 = contents.split("\n")[-1] to list2 = contents.split("\n")[-2]

no use

from ctp-osce.

zhjygit avatar zhjygit commented on July 19, 2024

image
另外,在执行时一般都会报错,错误地转义无法执行,主要是符号",转换后变成了s_string(" "xxx" "),正确的应该是s_string(" 'xxx' ")。需要手动修改,但代码如何优化呢?

使用了boofuzz(一个burpsuite插件),也会出现这种问题。

from ctp-osce.

Related Issues (1)

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.