naksyn / Pyramid

a tool to help operate in EDRs' blind spots
Apache License 2.0
638 stars 71 forks source link

Getting this error at url #13

Closed elagrija closed 6 months ago

elagrija commented 6 months ago

MicrosoftTeams-image (2)

elagrija commented 6 months ago

Can you help us to solve this

naksyn commented 6 months ago

The problem is you used 0.0.0.0 as server address. if you're inside a LAN use an address from your private subnet or a public IP otherwise.

naksyn commented 6 months ago

To clarify, the -server parameter is the IP where the pyramid server is executing and should be reachable from the endpoint where you execute the Pyramid cradle, as I can see from your screenshot, it should be the IP address of your kali machine.

elagrija commented 6 months ago

thanks for your kind reply. Let me change it as you suggested

elagrija commented 6 months ago

embeder

It is working in pyramid. But not on embeder

elagrija commented 6 months ago

Kindly look into this.. we are getting socket error

elagrija commented 6 months ago

vs code

elagrija commented 6 months ago

dependency files

elagrija commented 6 months ago

Files For your info

naksyn commented 6 months ago

embeder

It is working in pyramid. But not on embeder

you are getting error on your Pyramid server output. it's not fully readable but looks like you moved the "Delivery_files" folder or the file chisel.exe is not present in Delivery_files folder.

elagrija commented 6 months ago

yes you are right in Pyramid server output ... But no idea to resolve the execution of embeder.exe ( getting no module named_' socket'). Can you please look into that ? and help us

naksyn commented 6 months ago

You have to solve like I wrote before. Closing this issue