Need Help? Contact the Espiya Helpdesk. CLICK HERE


Author Topic: Hiding your files in plain sight...  (Read 2803 times)

2rone

  • 2009 Cavaliers
  • Active - First Star
  • *
  • Posts: 30
  • Karma 0
  • Gender: Male
Hiding your files in plain sight...
« on: June 09, 2009, 07:14:48 pm »
bilang aking pabuena mano post sa espiya.. :P

hiding your files in plain sight using picture files[or whatever]:

For Windows:

1. Ilagay ang files na gusto i-merge sa isang directory ex.
Code: [Select]
C:\test\2. Buksan ang command prompt[Start > Run > i-type cmd]
3. Enter ang command na ito: copy /b [filename1.ext] + [filename2.ext] [outputfile.ext]
Ex.
Code: [Select]
copy /b goten.jpg + trunks.zip gotenks.jpg

Pwede rin sa Linux!

1. Bukas ka ng terminal at punta ka sa directory na nakalagay ang dalawang files na ime-merge.
2. I-enter cat goten.jpg trunks.zip gotenks.jpg.

In both cases, i-rename lang ang extension pabalik sa dati [gotenks.jpg to gotenks.rar] para magamit ito.



Meron din available na script sa Windows na pwede i-merge ang RAR/ZIP sa JPG/PNG/GIF/BMP/SWF [read:tinitignan mo na 'to].
Dalawa laman niyang files, may kasama nang instructions
 toast::

Use this wisely ha!!!!

Asinta-do

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 1182
  • Karma 8
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #1 on: June 09, 2009, 08:01:11 pm »
hindi mo gets kapatid. Lumalabas saken "The System Cannot Find The File Specified."

hehehe sorry slow ata ako

Asinta-do

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 1182
  • Karma 8
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #2 on: June 09, 2009, 08:02:26 pm »
hindi mo gets kapatid. Lumalabas saken "The System Cannot Find The File Specified."

hehehe sorry slow ata ako

hindi ko*  sorry mods for double post. Mag kakalituhan po kasi pag hindi ko agad nasabi ung mali sa post ko

isko

  • Gold Member (Premium)
  • Active - Top Level
  • *
  • Posts: 795
  • Karma 12
Re: Hiding your files in plain sight...
« Reply #3 on: June 09, 2009, 08:13:55 pm »
galing.. nice post .. ito sau  finger4u

 more pa po pls.. hehe


   finger4u

2rone

  • 2009 Cavaliers
  • Active - First Star
  • *
  • Posts: 30
  • Karma 0
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #4 on: June 09, 2009, 08:32:07 pm »
hindi mo gets kapatid. Lumalabas saken "The System Cannot Find The File Specified."

hehehe sorry slow ata ako

sorry tsong di ko rin gets sina sabi mo...hehehe
pakilinawan po sabihin mo kung ano ginawa mo step by step kung pwede...

@isko
salamat pre meron pa ko isang way na pagtatago ng buong directory sa windows xp. Di ko pa xa nagagawa ng maayos

Note for Windows users... dapat nakalabas pala yung file extensions. Para makita ito punta sa Windows Explorer:
Code: [Select]
Control Panel > Folder Options > View tab > Uncheck the box that says 'hide known file extensions'
 ::goldfingerplease

hehe

Asinta-do

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 1182
  • Karma 8
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #5 on: June 09, 2009, 08:48:47 pm »
sorry tsong di ko rin gets sina sabi mo...hehehe
pakilinawan po sabihin mo kung ano ginawa mo step by step kung pwede...

@isko
salamat pre meron pa ko isang way na pagtatago ng buong directory sa windows xp. Di ko pa xa nagagawa ng maayos

Note for Windows users... dapat nakalabas pala yung file extensions. Para makita ito punta sa Windows Explorer:
Code: [Select]
Control Panel > Folder Options > View tab > Uncheck the box that says 'hide known file extensions'
 ::goldfingerplease

hehe

ok kapatid pasensya hehe ganito po

nilagay ko ang .jpg file and .rar file in (D:)Local Disk (D kasi ung main ko hindi C)
eto ung mismong address nun   "  D:\   "   
edi all set na dba? kasi nasa isang location na yung 2 file na i-memerge ko.

gantong ganto ang laman ng CMD :

D:\Documents and Settings\Administrator>copy /b picture.jpg + testing.rar espiya.jpg
The system cannot find the file specified.

naka bold po yung mismong code na nilagay ko na sa tingin ko ang may mali. pano po kaya ito?

haleer you

  • "Listen to advice and accept correction, then in the end you will be wise."
  • 2009 Cavaliers
  • Active - Top Level
  • *
  • Posts: 7275
  • Karma 11
  • Gender: Male
  • Pure Surigaonon
Re: Hiding your files in plain sight...
« Reply #6 on: June 09, 2009, 10:09:15 pm »
wow! this is what we called using system calls
"Listen to advice and accept correction, then in the end you will be wise."


2rone

  • 2009 Cavaliers
  • Active - First Star
  • *
  • Posts: 30
  • Karma 0
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #7 on: June 10, 2009, 12:58:24 am »
ok kapatid pasensya hehe ganito po

nilagay ko ang .jpg file and .rar file in (D:)Local Disk (D kasi ung main ko hindi C)
eto ung mismong address nun   "  D:\   "   
edi all set na dba? kasi nasa isang location na yung 2 file na i-memerge ko.

gantong ganto ang laman ng CMD :

D:\Documents and Settings\Administrator>copy /b picture.jpg + testing.rar espiya.jpg
The system cannot find the file specified.

naka bold po yung mismong code na nilagay ko na sa tingin ko ang may mali. pano po kaya ito?

@Asinta-do
Dapat nakalagay ang 2 files mo sa D:\Documents and Settings\Administrator hindi sa D:\

Kung sa ibang drive halimbawa sa E:\path\to\file, ganto ang commands:
D:\Documents and Settings\Administrator>e:
press enter
E:\>cd \path\to\file
press enter
E:\path\to\file>copy /b picture.jpg + testing.rar espiya.jpg

 
then dun ka na mag merge ng files...good luck

@haleer you
di pa system calls yan, ang ginagawa lang command na yan eh parang nag-append o nag-patong ika nga.

Sa mga di nag 'read-between-the-lines' sa OP ko, pwede niyo isave yung picture nina goten, then palitan lang ang filename from ofypnp.jpg to ofypnp.zip.

Cheers!  toast::

che guevara

  • "Guerrillero Heroico"
  • Active - Two Stars
  • **
  • Posts: 278
  • Karma 0
  • Gender: Male
Re: Hiding your files in plain sight...
« Reply #8 on: August 14, 2009, 12:06:19 am »
thanks bro..galing mo talaga.. toast::
"Most of the important things in the world have been accomplished by people who have kept on trying when there seemed to be no hope at all."
~ Dale Carnegie