codedx / codepulse

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating Code Pulse with Burp Suite.

Babu420-Bhaiya opened this issue · comments

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 !!

Are you able to instrument that application without Burp Suite? Burp Suite shouldn't matter here. As long as the application is being monitored it should be reporting activity. I would start with first trying to see if you get activity by manually exploring the application you are testing.

Hi @KenProle,
I'm able to instrument the application without burpsuite, I checked and found that the code pulse application works fine without any issues only on locally installed application, Is it the issue with burpsuite connectivity and the hosting server ?? I only see two options for running code pulse from burpsuite which are mentioned in above comment.
Is there any other way around ? If you could test the above scenario where you have the .war file of the application and its hosted on a different machine which is to be accessed via URL.
Appreciate your help ! Thanks