Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to General discussion on Husky Soft...  <--  <--- Return to Home Page
   Networked Database  General discussion on Husky Soft...   [115 / 150] RSS
 From   To   Subject   Date/Time 
Message   Benny Pedersen    Tommi Koivula   Unpacking insecure arcmail   January 16, 2017
 2:58 AM *  

Hello Tommi!

13 Mar 2015 17:09, Tommi Koivula wrote to Benny Pedersen:

 TK> On 13.3.2015 14:16, Benny Pedersen -> Tommi Koivula wrote:

 TK>>> I repeat, how can I tell hpt to process arcmail bundles in insecure
 TK>>> inbound?

 BP>>    ----- Unpack begins -----
 BP>> Unpack "arc x $a $p'*.*' $f" 0 1a
 BP>> Unpack "lha -eifw=$p $a $f" 2 2d6c68
 BP>> Unpack "unrar e -y $a $p $f \* > /dev/null" 0 52617221
 BP>> Unpack "unzip -joLqq $a -d $p $f" 0 504b0304
 BP>> Unpack "unace e $a $p $f \* > /dev/null" 7 2A2A4143452A2A
 BP>>    ----- Unpack ends -----

 BP>> dont know if that helps non linux users

 TK> C'mon Benny, I'm sure you knew what I was talking about.

   ----- unpacker.sh begins -----
#!/bin/sh
#
# Scriptet der pakker echomail bundles ud

echo "Unpacking.."
function locate_exe() {
    EXE=`whereis -b $1ut -d ' ' -f 2`
}

cd $INBOUND

for i in `find -regextype posix-egrep -regex
"^.*\.(mo|tue|th|fr|sa|su)[0-9]$"|xargs`
do
    FOUT=`file $iut -f 2 -d ' '`

    case $FOUT in
        "LHa";)
            locate_exe "lha"
            $EXE x $i
            ;;
        "Zip";)
            locate_exe "unzip"
            $EXE -oj $i
            ;;
        "ARJ";)
            locate_exe "arj"
            $EXE e $i
            ;;
        "RAR";)
            locate_exe "unrar"
            $EXE $i
            ;;
    esac

    if [ $? == 0 ];
    then
        rm $i
    fi
done

   ----- unpacker.sh ends -----

take care of to make it unpack in current dir where hpt toss inbound insecure,
do not use it for secure bundles unless inspirated to make that work aswell :=)


 Regards Benny

... there can only be one way of life, and it works :)

--- Msged/LNX 6.2.0 (Linux/4.9.3-gentoo (i686))
 * Origin: openvpn on its way here (2:230/0)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to General discussion on Husky Soft...  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0801 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_73rvkjit64ro30h0jannh9a8c7, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_73rvkjit64ro30h0jannh9a8c7, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_73rvkjit64ro30h0jannh9a8c7, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0