Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Loop #1

Open
4w4k3 opened this issue Jan 24, 2017 · 42 comments
Open

Infinite Loop #1

4w4k3 opened this issue Jan 24, 2017 · 42 comments

Comments

@4w4k3
Copy link

4w4k3 commented Jan 24, 2017

Stays on infinite loop: Kali Linux

[x] ResourceHacker.exe -> not found!
Installing ResourceHacker under .wine directorys...
Version:windows7 Arch:x64 Path:drive_c/Program Files (x86)
/home/jinx/.wine/drive_c/Program Files (x86)/Resource Hacker/ResourceHacker.exe

[⊶] Please wait, restarting tool!
[⊶] For proper ResourceHacker.exe Instalation!

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jan 25, 2017


That meens you are using a 64 arch system and my tool did not have found
the conrrespondent path to install ResourceHacker.exe software under wine..

I need your help to fix this issue under x64 archs

1º - check if '/home/jinx/.wine/drive_c/Program Files (x86)' path exists


2º - In 'backdoorppt.sh' from line 56 to line 58 we can find the 'bash' variables that
performs the checks later ahead in the sourcecode, so change them to suite your needs:

    dEd="x64"
    arch="wine64"
    PgFi="Program Files (x86)"

3º - Manually install ResourceHacker.exe using wine32

     A - open terminal windows and execute: winecfg
     B - select to use windows 7 operative system
     C - Install the software using wine command
     wine /home/jinx/backdoorppt/bin/reshacker_setup.exe

4º - Run backdoorppt.sh again ...

I will appreciated that you report the soluction found
for me to be able to do the rigth corrections...

Thank you in advance...


@4w4k3
Copy link
Author

4w4k3 commented Jan 31, 2017

Now its OK

@4w4k3 4w4k3 closed this as completed Jan 31, 2017
@r00t-3xp10it
Copy link
Owner

what was the problem?
how did the issue get resolved?
i need to know to give support to 64bits distros..

@4w4k3
Copy link
Author

4w4k3 commented Feb 2, 2017

I've installed manually it with wine command, not wine64.

@omNotexpert
Copy link

omNotexpert commented Feb 6, 2017

I'm not able to install ResourceHacker.exe with wine. I have 64-bit CPU.


I get this error after starting ResourceHacker Setup:
capture

Remark:

  /root/.wine/drive_c/Program Files (x86)' path doesn't exist

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Feb 12, 2017

Download the correction to the sourcecode (thanks to @4w4k3 bug report)
4w4k3 sourcecode correction fix

@jaymoriarty
Copy link

@omNotexpert did you manage to fix that error? i'm facing the same one here, and i don't have any clue how to fix this

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Dec 12, 2020

Manual installation of resource hacker under wine64 architectures

  • Navigate to backdoorppt correct directory

    cd backdoorppt/bin/
    
  • Install Resource Hacker under wine64 architectures

    wine64 reshacker_setup.exe
    



Manual installation of resource hacker under wine (x32bits) architectures

  • Navigate to backdoorppt correct directory

    cd backdoorppt/bin/
    
  • Install Resource Hacker under wine (x32bits) architectures

    wine reshacker_setup.exe
    

Edit backdoorppt.sh script to check if the variables are correct After the installation..

bug1

@curseblood123
Copy link

image

pleasee help here xx!!

@curseblood123
Copy link

image

anyone ?

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

I belive ResourceHacker did not manage to create the required file (payload) ..
You can try to manually execute the Green command described on the next screenshot to see whats appenning with RH..

err

@curseblood123
Copy link

image

you mean right over here

@curseblood123
Copy link

image
same issue homie ??

@curseblood123
Copy link

image
this is how i configure it

@curseblood123
Copy link

image
same error no payload generated ?

@curseblood123
Copy link

yoou there ??

@r00t-3xp10it
Copy link
Owner

did you follow this instructions ? #1 (comment)

@curseblood123
Copy link

curseblood123 commented May 15, 2021 via email

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

1º - its resource hacker installed under wine ?
2º - whats resource hacker install path ??

  • /root/.wine/drive_c/Program Files (x86)
  • /root/.wine/drive_c/Program Files

@curseblood123
Copy link

am using kali linux

@curseblood123
Copy link

image

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

that its not RH install path ...
its the installer.exe

#1 (comment)

@curseblood123
Copy link

sorry i dont have rh install patch can you help me with that too??

@r00t-3xp10it
Copy link
Owner

your arch its x64 rigth ?

@curseblood123
Copy link

yesss

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

Manual installation of resource hacker

  • Navigate to backdoorppt correct directory

    cd backdoorppt/bin/
    
  • Install Resource Hacker under wine

    wine64 reshacker_setup.exe
    

Check where RH its installed

  • /root/.wine/drive_c/Program Files (x86)
  • /root/.wine/drive_c/Program Files

Edit backdoorppt.sh script to check if the variables are correct After the installation..

bug1

@curseblood123
Copy link

image

@r00t-3xp10it
Copy link
Owner

try to install with x64

wine64 reshacker_setup.exe

@curseblood123
Copy link

do you know any specific command to install in kali linux ?

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

#1 (comment)

@curseblood123
Copy link

??

@r00t-3xp10it
Copy link
Owner

did you try to install it using wine64 command ???

@curseblood123
Copy link

yes it is already installed

@r00t-3xp10it
Copy link
Owner

whats the install path ??

@curseblood123
Copy link

root directory

@r00t-3xp10it
Copy link
Owner

  • /root/.wine/drive_c/Program Files (x86)
  • /root/.wine/drive_c/Program Files

@curseblood123
Copy link

/root/.wine/drive_c/Program Files

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented May 15, 2021

DEscription

This cmdline serves to change final payload.exe ICON ...

CmdLine Syntax:

-open LEGIT APPLICATION TO BE TRANSFORMED.exe
-save THE TRANSFORMED APPLICATION.exe
-res ICON.ico ABSOLUCT PATH

wine64 "/root/.wine/drive_c/Program Files/Resource Hacker/ResourceHacker.exe" -open "/root/Downloads/Hacker.exe" -save "/root/Desktop/backdoor.exe" -action addskip -res "/root/backdoorppt/icons/Microsoft-Excel.ico" -mask ICONGROUP,MAINICON,

FINAL NOTES:

You need to edit backdoorppt.sh and change the variable $PgFi under x64 configurations!

Edit backdoorppt.sh script to check if the variables are correct After the installation..

bug1

@curseblood123
Copy link

ill you know after configuring btw thanks a lot for the assistance

@curseblood123
Copy link

image
still same error

@curseblood123
Copy link

you there ?

@hellresistor
Copy link

hellresistor commented Mar 4, 2024

Revive the dead ^^
Ithink same issue
r00t-3xp10it/FakeImageExploiter#31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants