ip hacking

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
Brainsterkid
Newbie
Newbie
Posts: 3
Joined: 25 Feb 2010, 17:00
14

ip hacking

Post by Brainsterkid »

i know this is probably posted a lot, but i am looking for a ip spike to use and i can not find one can i have help.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

You'll need to be more specific. I only have a vague idea of what you're possibly talking about.
¯\_(ツ)_/¯ It works on my machine...

User avatar
Brainsterkid
Newbie
Newbie
Posts: 3
Joined: 25 Feb 2010, 17:00
14

Post by Brainsterkid »

its a program that lets you conrtol someone that sends through the port of someones comp.

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

Brain welcome to the site.

You know I am still a bit confused with that in which you are asking. I may be off on this assumption but, are you looking for a trojan or a backdoor program?

Sorry if I seem dumbfounded. :roll:
₣£ΘΘĐĦΘŮŇĐ

User avatar
Brainsterkid
Newbie
Newbie
Posts: 3
Joined: 25 Feb 2010, 17:00
14

Post by Brainsterkid »

well i know of programs that send files to an ip remotley without permission. i need one so i can send some files. I no they are sent through open ports

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

It's not "a program". Try to read a bit on exploit and remote shell.
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

electro-technic
forum buddy
forum buddy
Posts: 15
Joined: 08 Mar 2010, 17:00
14
Location: Calgary, Alberta, Canada
Contact:

Post by electro-technic »

if you are using windows and want to upload files to another windows machine you can use netbios to do so provided that the machines are within a local area network and there is a folder being shared on the target computer
open a command prompt and try typing

nbtstat -a xxx.xxx.xxx.xxx

(replacing xxx.xxx.. with the target ip address)

if successful the machines rtemote name table will be displayed, look for an entry with a <20> beside it, the machine name corrisponding with <20> is suseptable to remote access through netbios, the next step is to check if the remote machine has any shares, the "net" command will be used next, type

net view \\xxx.xxx.xxx.xxx

if successful and the machine does have shares they will be listed under "share name" and the share type we want will be listed as "disk", let's say we find a share named "cdisk" on the ip address of 192.168.1.14., our next and final step will be to enter a command which in the order of it's syntax will initialize the "net" command, specify the "use" switch within that command, then create a new virtual drive given the letter "X" (you can use what you like), then specify what computer "X:" is routed to and finally the folder in which you want access to. The command would look like this,

net use X: \\192.168.1.14\cdisk

so all together using the same share and ip address and pretending the host name of that ip is "windows-pc", the steps would be,

nbtstat -a 192.168.1.14

net view \\windows-pc

net use X: \\192.168.1.14\cdisk

if successful, go to "my computer" and the new drive will be there and if write permissions are enabled you can upload anything you like aswell as download too

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

Good job.

Welcome to the forum electro-technic

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

Post Reply