Custom SMM Panel not working with Perfectpanels

Ladet02

Junior Member
Joined
Jun 12, 2016
Messages
100
Reaction score
27
I'm currently building a custom smm panel. and everything looks good so far.

However, I'm having issues with how perfectpanel detects provider panels. Do they issue a GET or POST request to the urls? do they check based on custom parameters?

My api works on Smartpanels.

I have tried using webhooks, to see what is been sent but no avail


Does anyone have any help? or an API documentation I can mimic for perfectpanel to dectect my API?


Looking forward to your responses.
 
My experience with Perfect Panel is limited but I think I have an idea of the issue you are facing....

What you need is to set up an Interceptor. In order to intercept all HTTP requests sent from your browser.

If you are using Google Chrome, there are actually a lot of Chrome Extensions you can download. I used to use Postman app along with Postman Interceptor Plugin. I believe this is the best & relatively easy to set up.

As soon as you turn on the Interceptor, simply navigate to the PerfectPanel page you're looking to analyze. And Postman will log all API requests and responses. From here, you can replicate them.

When I started my Web App Security career, I moved to burp suite. But this software is large and requires quite a bit of setting up
 
My experience with Perfect Panel is limited but I think I have an idea of the issue you are facing....

What you need is to set up an Interceptor. In order to intercept all HTTP requests sent from your browser.

If you are using Google Chrome, there are actually a lot of Chrome Extensions you can download. I used to use Postman app along with Postman Interceptor Plugin. I believe this is the best & relatively easy to set up.

As soon as you turn on the Interceptor, simply navigate to the PerfectPanel page you're looking to analyze. And Postman will log all API requests and responses. From here, you can replicate them.

When I started my Web App Security career, I moved to burp suite. But this software is large and requires quite a bit of setting up
I actually did all of this but I think perfectpanel is pulling Providers from their database. Hence if you don’t use perfectpanel or youve not been added your apis won’t work.
 
H
I actually did all of this but I think perfectpanel is pulling Providers from their database. Hence if you don’t use perfectpanel or youve not been added your apis won’t work.
Have you tackled your issue bro ? I am facing the same issue now
 
You must ask perfectpanel to add you domain in their provider list
 
Back
Top