Author Topic: Back door  (Read 2271 times)

0 Members and 1 Guest are viewing this topic.

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Back door
« on: May 02, 2012, 07:13:26 pm »
Any one know any good (and free) back door programs that wont set off ten thousand anti virus alerts? Preferably something that can be hidden in an email, and is open source. Target is a win 7 laptop.


Also and unrelated, any one know of a back door that can be operated from a phone?


Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
Re: Back door
« Reply #1 on: May 02, 2012, 07:35:23 pm »
Any one know any good (and free) back door programs that wont set off ten thousand anti virus alerts? Preferably something that can be hidden in an email, and is open source. Target is a win 7 laptop.


Also and unrelated, any one know of a back door that can be operated from a phone?


what exactly you want to achieve ?
please elaborate i might code you a custom backdoor program

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: Back door
« Reply #2 on: May 02, 2012, 07:39:05 pm »
Mostly I just wanted to take a peek at how back doors are coded, but for use, i'd like to be able to browse files, and key log as the primary functions.

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: Back door
« Reply #3 on: May 02, 2012, 11:14:42 pm »
Good fre Remote Administration Tool:
http://www.darkcomet-rat.com/
So you have free RAT and you must pay for crypter.There is no free donats

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Back door
« Reply #4 on: May 03, 2012, 04:00:32 am »
Coding one yourself would be your best bet. That way you could add features like cellphone access and things.


I have a simple backdoor in python I did a year or two ago. Adding phone support would be extremely simple because of Androids SL4A.


Then again you could go the botnet route and use something like IRC to connect to the backdoor. I know most all smart phones have IRC clients available. 
>>>import this
-----------------------------

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: Back door
« Reply #5 on: May 05, 2012, 06:03:00 am »
how would you use an irc for the back door?? :o

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Back door
« Reply #6 on: May 05, 2012, 09:00:25 am »
how would you use an irc for the back door?? :o

Send a command to a channel the target is in, and the target could execute and respond with the output. File transfer VIA DCC if you wanted. Pretty much like an old school botnet on a small scale.

The good thing is all av's will just think its an IRC connection when its really a backdoor.

A RAT is a RAT no matter the protocol.
« Last Edit: May 05, 2012, 09:01:18 am by techb »
>>>import this
-----------------------------

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: Back door
« Reply #7 on: May 06, 2012, 07:22:17 am »
Huh, I never thought of that....
I'm going to have to test this. +1 for you kind sir.