Giter Site home page Giter Site logo

codedx / codepulse Goto Github PK

View Code? Open in Web Editor NEW
115.0 115.0 29.0 23.78 MB

Code Pulse is a real-time code coverage tool for penetration testing activities

Home Page: http://code-pulse.com

License: Apache License 2.0

JavaScript 2.53% CSS 0.69% Scala 9.83% HTML 39.41% Java 3.91% C# 14.03% Batchfile 0.10% C++ 25.91% C 0.20% Gherkin 0.03% PowerShell 0.46% F# 0.02% XSLT 0.14% Roff 0.27% Rich Text Format 2.40% Visual Basic .NET 0.06%

codepulse's People

Contributors

baffles avatar dylemma avatar kenprole avatar leradwan avatar lumifly avatar stevesalas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codepulse's Issues

issue regarding installation

i am using linux operating system and i tried to run codepulse but unable to do that..i am running eclipse in my pc and its working fine,i have no idea what is wrong..do i need to install anything particular in order to make it work.

Ability to import Findbugs/code inspection results

Please add an ability to import Findbugs (find-sec-bugs) or more generally some code inspection results (possible format: FileName.java,line number,description but personally I'm using IntelliJ IDEA)and show the results on the graph on separate layer (dots maybe, with tooltip?).
Use case:

  • scan source code for interesting functions like getRuntime().exec() etc. and import the results
  • pentest the app with coverage
  • paste the graph in the report to prove that potentially vulnerable functions were covered in tests

Option to automatically start tracing

Please add an option to automatically start tracing (without confirmation in GUI), preferably with possibility of setting session name from tracer command line argument.
I hava an application with a lot of short tests (setup app in Docker and stopping it after the test) which end before I can confirm.

Integrating Code Pulse with Burp Suite.

Hi @KenProle ,

Greetings for the day !!

Can we integrate code pulse with burp suite application ?

I have tried this many ways for integration but no luck :
Prerequisites: I have uploaded the application's .war file in code pulse. The application is not hosted on my machine, It is hosted on a azure server for which i have a URL.

  1. Using burpsuites BurpSuitePro.vmoptions file by adding the -javaagent parameter, I am able to get the trace connection in code pulse, However I tried navigating the application from that URL and i could not see any movement in code pulse application
  2. I tried running Burp Suite pro jar application from this steps https://github.com/codedx/codepulse/wiki/user-guide#java-non-web-applications
    but no luck, I'm getting the trace however there is no movement in code pulse application,

Could you please suggest any workaround or how i can get this resolved or working ? Appreciate your help in this !!

Thanks !!

Agent 2.6.2 Version throws Java Run Time SIGSEGV which causes JVM to exit

_We are trying to run code pulse on Enterprise Red Hat Linux 7.2 and on Spring Boot 2.x on Java 8

After initially connecting to the Server the Agent causes JVM to crash

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x0000000000000000, pid=57980, tid=47654314198784

JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode linux-amd64 compressed oops)

Problematic frame:

C 0x0000000000000000_

Not able to run code above 500mb

Hello @KenProle

I have an application running on java that has a zip size greater than 500MB. Tried changing the value of maxFileUploadSizeMebibytes parameter in the codepulseSettings.conf, but still, I am not able to open the file in CodePulse.

Project upload limitation 500mb

Hi, @KenProle!

I'm working on developing java project, and it's more over 500mb
How can i enlarge this limatation?
Is there maybe some lines of code in your project, that i can change
And build it by my own?
Maybe this one?

Additionaly, i need information,
How can i build CodePulse on linux environment.

Also, i want to say, that your work is just awesome!
Tool looks preaty good, i can't wait to test my project with it!

Installing on OpenSuse problem

This is my terminal output after installing the dependencies one by one.

kour@linux-fhgw:/Downloads/codepulse> chmod +x codepulse
kour@linux-fhgw:
/Downloads/codepulse> ./codepulse
./codepulse: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory
kour@linux-fhgw:/Downloads/codepulse> ./codepulse
./codepulse: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
kour@linux-fhgw:
/Downloads/codepulse> ./codepulse
./codepulse: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
./codepulse: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
kour@linux-fhgw:/Downloads/codepulse> ./codepulse
./codepulse: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
kour@linux-fhgw:
/Downloads/codepulse> ./codepulse

(codepulse:15866): Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk",

(codepulse:15866): Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk",
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[15866:1016/005256:WARNING:simple_index_file.cc(338)] Could not map Simple Index file.
[15866:1016/005256:INFO:simple_index_file.cc(437)] Simple Cache Index is being restored from disk.

At the time all of the dependencies were installed I got the problem shown in the screenshot.
owasp code pulse error
My System is OpenSuse 13.1

"Start Tracing" Not Found

I have installed Code pulse latest build 1.1.4(Win X64) on Win 10 64bit machine. I have used Sample OWASP Shepherd application. I have configured the agent with Tomcat and started the application and application is running good. But i could not locate the "START TRACE" button as it mentioned in user guide. because of which when i trace the shepherd app, its not getting traced in the code pulse. Please help me to solve this issue.

Looking for a sample project

i would be really thankful if you upload a real time project or a sample project to know the insight of code pulse..thank you

osx app did not open

I am on osx 10.8.5 Mountain Lion.
I expanded CodePulse-1.0.1-osx.zip and moved the .app/
under /Applications/
I double-clicked on the .app and nothing happened.
I did "top" in a Terminal and tried again and I did not see anything show up.
Also tried looking in Activity Monitor. Nothing there, either.
Are there some package dependencies? I didn't notice them in the doc,
but maybe I didn't look in the right place.
-Bendyarm

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.