google mark my installer like Malicious content

Status
Not open for further replies.

zodman

Newbie
Joined
Feb 16, 2015
Messages
30
Reaction score
2
i am using installmonetizer and my installer was marked with Malicious content...

i put a captcha to bypass google but google still marking someone know how hide the installer and google remove the malicious content without remove the installer ?

the website is http://ow.ly/3CSp301tS3w
 
I am also getting the same issue with chrome....looking for a solution..hope to find
 
The site ahead contains harmful programs
Attackers on waifu.ca might attempt to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit).

This site is Blocked by Chrome & Firefox.
 
The site ahead contains harmful programs
Attackers on waifu.ca might attempt to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit).

This site is Blocked by Chrome & Firefox.
yeap that problem i have ... http://i.imgur.com/94jU7kr.png
 
have you tried repacking it using iexpress?
installmonetizer the PPI Network not support Iexpress :(

but support others packager like NSI i will try it.
 
NSIS http://nsis.sourceforge.net/Main_Page
 
i can bypassing the google webmaster tool well i implement a X-Accel-Redirect for download the exefile and it works!

https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/
 
i can bypassing the google webmaster tool well i implement a X-Accel-Redirect for download the exefile and it works!

https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/

Congrats mate....I am not a tech guy on this...i couldn't understand the steps in that site..could u plz let me know what u did mate?
 
with the X-accel module of nginx you can control the download a file. you can not acces directly to the file like for example
my download is at /dd/setup_installer.exe if you visit the domain.com/dd/setup_installer.exe you cannot access it.

You need a php/backend what allow to the client download the file with a header of the request... more info at here: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/
 
with the X-accel module of nginx you can control the download a file. you can not acces directly to the file like for example
my download is at /dd/setup_installer.exe if you visit the domain.com/dd/setup_installer.exe you cannot access it.

You need a php/backend what allow to the client download the file with a header of the request... more info at here: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/

I still dont understand how to do it...but i will learn mate..thanks for the help..
 
Status
Not open for further replies.
Back
Top