leonjza / PHPNessusNG

PHP wrapper functions for interfacing with the Nessus V6.x API
MIT License
15 stars 9 forks source link

Download .nessus incomplete #20

Closed zionl closed 7 years ago

zionl commented 7 years ago

Hi,

First: Thank you for making so amazing work!

I am having problems downloading .nessus, for that I am using the same .php that you have here: https://github.com/leonjza/PHPNessusNG/blob/master/examples/scans.php

That code is downloading partially the scan, sometimes it downloads only 2 of 8 MB and only in 3 times it has been able to download the complete .nessus.

Please, help me, I haven't made any modification to the script.

Kind regards and thanks in advance!

leonjza commented 7 years ago

Hey. Off the top of my head I cant really say what is causing the incomplete downloads, but I would first check that the network connection between the place you are running your script and the nessus scanner is stable. Could you verify that?

zionl commented 7 years ago

Thank you for taking of your time to answer me!

I was doing it thru a VPN, it looks that that's what's the problem because when I run it from localhost it works perfectly. Thank you very much for your work!

Best regards!