Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Asentrix

Pages: [1]
1
MRF / Re: Getting error on setup
« on: June 06, 2016, 03:14:18 PM »
Thanks for the reply!
upload_max_filesize: 256M
max file upload on cloudflare: 100Mb (Unable to change unless on enterprise)

Tried uploading a .exe file from system 32 again, same file , got this error:

Code: [Select]
VM112:3 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

This is the code that appears to be causing the issue
Code: [Select]
else if (file.vendor.toLowerCase().indexOf("rootkit") != -1 || file.vendor.toLowerCase().indexOf("trojan") != -1)

Hope that helps you guys!

2
MRF / Re: Getting error on setup
« on: June 06, 2016, 04:08:15 AM »
Any news on this?
Still getting the same error

It was caused by a PDF file , the PDF is backdoored too.
Also when I attempt to scan it on VT , it says sent , but if I reload page , it says VT unknown and doesn't scan

3
MRF / Re: Getting error on setup
« on: May 30, 2016, 10:45:55 PM »
Thanks for the reply
Tigzy asked me to continue the thread here rather than on the git for the bug report
Hope it can be fixed , thanks! :)

4
MRF / Re: Getting error on setup
« on: May 30, 2016, 01:26:13 AM »
Sure , done! :)

Also where can I add suggestions?
If I'm allowed to add here, I'd like to suggest multiple virustotal API's

I'm not rich enough to pay for the unlimited API, but if I had the ability to add multiple API's , it would solve the issue
Unless 12 scans are being done simultaneously , 3 virustotal API's would work wonders

It could check and see if the API is in use, if so, it uses another API, or checks to see how many files are being scanned per API
Since the current public API limit is 4 concurrent , multiple API support would fix that issue :P

5
MRF / Re: Getting error on setup
« on: May 29, 2016, 09:11:12 AM »
Thanks again for the great response
Just wanted to also mention , there's another 'bug' I found

In the index , the default 'max files' is 40 until it goes to a new page
I wanted to decrease this number to 15 , but it doesn't work
Tried changing it to 20 , didn't work either

Here's the line

Code: [Select]
<input type="text" readonly="readonly" data-max-page="40" />

6
MRF / Re: Getting error on setup
« on: May 28, 2016, 10:47:40 PM »
Amazing response , thanks so much , I will create a bug report on github
When I said "big file" I believe I was wrong , it seems to happen randomly

I went into my system32 DIR and tried uploading random .exe files
Some worked fine , others didn't and created that error

I really appreciate the fantastic response , I would love to see more documentation on setting up cuckoo with your script
I'm not exactly sure how to run cuckoo off a VM on my windows machine despite reading page after page of documentation

7
MRF / Re: Getting error on setup
« on: May 28, 2016, 02:07:54 AM »
Also having issues with certain files
Big files don't seem to work , they generate a whie space with nothing in it
Then I receive this error

PHP Warning:  md5_file(): Filename cannot be empty in /home/website/public_html/src/functions.php line 423



The code on line 423

Code: [Select]
// Modify generated filename
function OnGetFileName($generated_name, $file_path, $name){
return md5_file($file_path);
}

Please help!

8
MRF / Re: Getting error on setup
« on: May 27, 2016, 02:13:17 AM »
Hi Asentrix,

Seems like a web server error to me.
Which server are you using ? Did you inspect the logfiles ?

Regards.

Hi curson , it's a missing comma in your code
 "web_base_url" => 'http://cuckoo.home:8080/', <- this is missing in the source which caused the issue

Also I couldn't seem to find any documentation on the cron job, do I set that up manually?
If so , what would the cron command be / frequency?

Just one more question , is it possible to link the file scans on my domain?
Eg. I upload a file , and it scans on virus total etc , but I want to link the scan report from the script?

Thanks!

EDIT

Sorry for adding this too , but I realised that normal users can edit links / comments too?
Is there any way to restrict normal users so they can only view links in hyperlink form and stop them from being able to edit comments?

9
MRF / Getting error on setup
« on: May 26, 2016, 09:20:34 PM »
I set up a free host at first to try this out on
I configured everything accordingly and followed the instructions etc

After I had set everything , I tried to navigate to the root / website url and I got the following error:

The *website URL* page isn’t working
*website URL* is currently unable to handle this request.

I followed the installation guide , created my DB's etc and nothing seems to work

I then tried switching to a paid host and buying a domain , thinking maybe the free host had limitations
Much to my surprise , it started giving me the same error on my new host

What am I doing wrong??
I've sent an email to support too , hope you guys can help me out , thanks!

10
RogueKiller PREMIUM / Buy With Bitcoin?
« on: May 11, 2016, 10:35:37 PM »
I can't purchase with paypal whatsoever, long story short I got limited because my old customers kept charging back
Is there an alternate payment method , preferably bitcoin?

Thanks!

Pages: [1]