This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by dmg
Wed Apr 29, 2009 4:09 pm
Forum: Scripting Help
Topic: getpwd usage examples?
Replies: 1
Views: 2239

getpwd usage examples?

Trying to find some example code using getpwd but it seems to be a command lesser used... I'm well aware that the command could be used with a bind - <command>... but could it be used in some other way? Say... If i wanted a script to do something when a user enters a certain directory.... Any help a...
by dmg
Mon Apr 27, 2009 9:01 am
Forum: Script Support & Releases
Topic: useDIZ v1.10 released. ideas for improvement welcome.
Replies: 0
Views: 2712

useDIZ v1.10 released. ideas for improvement welcome.

New version of useDIZ out (and first version on egghelp.org). # _ _____ .___ __ _______ __ ______ _____ .___ __ ____ _ _______ _ _ # ____| \ _/ _ \ _/ __ \ _____| \ _/___/__/ _ \_ _ # _ _/ \ \\_ |____\\_ :/ \\_ \ \\_ /____| _/// # \\\_ / |______ | /____// __\ | | ______| # _ /| _ :/ _ _ \: _ _ \: _ ...
by dmg
Mon Apr 20, 2009 10:07 pm
Forum: Scripting Help
Topic: dccsend with arguments security issue [SOLVED]
Replies: 5
Views: 4498

Thank you very much for your help. The first example worked just fine! :)

Isn't that the beauty with scripting and programming that you're almost never limited to a single way to solve things :)
by dmg
Mon Apr 20, 2009 9:56 pm
Forum: Scripting Help
Topic: dccsend with arguments security issue [SOLVED]
Replies: 5
Views: 4498

yea ;) Any user with access to the !get command and a known filename could use it like this f.i.: 03:54 <@dMG> !get ../../../../etc/passwd 03:54 <@hosee2> requesting transfer of ../../../../etc/passwd to dMG 03:54 <@hosee2> ok! sending file 03:54 <@hosee2> ---==(\/)- getdiz by dmg -(\/)==--- so they...
by dmg
Mon Apr 20, 2009 9:17 pm
Forum: Scripting Help
Topic: dccsend with arguments security issue [SOLVED]
Replies: 5
Views: 4498

dccsend with arguments security issue [SOLVED]

Hi guys! I'm a beginner at tcl scripting and i've made a script that looks something like this: set chan "#ascii" set botdir "/home/dmg/hosee2" set rootdir "$botdir/filesys" set scrver "getdiz" set author "dmg" bind pub v !get get_file proc get_file ...