EvilZone
Hacking and Security => Hacking and Security => : Infinityexists May 01, 2012, 11:40:12 PM
-
I wonder if there is any possibility to create a localhost in a Victim PC remotely ? without installing the required software like apache etc.
or is there any way that we can share our data(files/folders) over the internet ?
you do realize what my intention is so don't reply with such comments 'install xampp or blah blah'
-
You don't need an http server to share files. FTP / SFTP / Netcat / SSH / code something custom.
-
If you have remote access to the victim PC, you could always connect back to your own FTP server hosted on your machine. You'll then be able to transfer files between the two machines, without having to install anything on the victim's PC.
-
If you have remote access to the victim PC, you could always connect back to your own FTP server hosted on your machine. You'll then be able to transfer files between the two machines, without having to install anything on the victim's PC.
Gotta enable ftp transfer through firewall on the vic machine.
Your title makes no sense btw lol
-
You don't need an http server to share files. FTP / SFTP / Netcat / SSH / code something custom.
I'm very well aware of using FTP to upload files but you can't use ftp/sftp/netcat/ssh in the way you can use http server, which is why i asked for it,
-
What do wou mean, that you cannot simply explore it with a web browser? Well, you can.
-
ftp://user:pass@ftpserver.com:21
You can view FTP in a web browser as well ^^
-
What do wou mean, that you cannot simply explore it with a web browser? Well, you can.
This is exactly what i mean , could you further elaborate ?
after successfully enabling the ftp in a victim PC through firewall how can i access it through my browser ?
I know how to simply put data through FTP onto my server from the victim pc but what about browsing his PC using FTP without the need of data being uploaded to my server ?
ftp://user:pass@ftpserver.com:21 (ftp://user:pass@ftpserver.com/)
You can view FTP in a web browser as well ^^
This is exactly what i want but how to establish the FTP server ?
-
I know how to simply put data through FTP onto my server from the victim pc but what about browsing his PC using FTP without the need of data being uploaded to my server ?
-blah-
This is exactly what i want but how to establish the FTP server ?
You'll have to install an ftp server on the victim's machine...for example: xampp comes with an ftp server called filezilla.
-
I am sure there are at least one small executable that makes a PC into a file transfer node.
-
There are portable and small ftp servers. In fact, I think there is a suit of programs like that posted in Evilzone.
-
(http://www.squidzone.ca/wp-content/uploads/2012/03/triple_facepalm.jpg)