Author Topic: Backdoors ?  (Read 2344 times)

0 Members and 1 Guest are viewing this topic.

hacker95

  • Guest
Backdoors ?
« on: June 27, 2011, 01:03:54 am »
ok ive being learning C++ for the last 6 months and i think im pretty ok with it and hacking is a new area to me so id like to start off with something like back doors I really dont know where  to look for info on back doors because i would usually just read books like what i did with c++. Can the info be found on this forum or does anybody know a link to sites where you can learn about these ???


Hope my questions dont sound too stupid haha  :)
« Last Edit: July 23, 2011, 03:53:06 am by ande »

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: Back Doors ???
« Reply #1 on: June 27, 2011, 01:21:18 am »
Divide a backdoor in its parts.

1 - It provides a connection. -> Sockets http://beej.us/guide/bgnet/output/html/multipage/index.html
2 - It gives access to a shell. -> choose (Pipes / input-output handle redirection / system()) Google for them.

That is the basic, when you have a working and stable backdoor, you can improve it with data encryption, port knocking, etc.

iMorg

  • Guest
Re: Back Doors ???
« Reply #2 on: June 27, 2011, 02:04:35 am »
You should look into programming loadable kernel modules.

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Back Doors ???
« Reply #3 on: July 23, 2011, 03:26:22 am »
if linux, dup2