GithubHelp home page GithubHelp logo

Infinite Loop about backdoorppt HOT 42 OPEN

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024
Infinite Loop

from backdoorppt.

Comments (42)

omNotexpert avatar omNotexpert commented on June 3, 2024 2

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

from backdoorppt.

4w4k3 avatar 4w4k3 commented on June 3, 2024 1

Now its OK

from backdoorppt.

4w4k3 avatar 4w4k3 commented on June 3, 2024 1

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

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024 1

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

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024 1

#1 (comment)

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024 1

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024 1

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

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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...


from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

jaymoriarty avatar jaymoriarty commented on June 3, 2024

@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

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image

pleasee help here xx!!

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image

anyone ?

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image

you mean right over here

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image
same issue homie ??

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image
this is how i configure it

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image
same error no payload generated ?

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

yoou there ??

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

did you follow this instructions ? #1 (comment)

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

am using kali linux

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

#1 (comment)

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

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

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

your arch its x64 rigth ?

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

yesss

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

try to install with x64

wine64 reshacker_setup.exe

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

??

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

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

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

yes it is already installed

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024

whats the install path ??

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

root directory

from backdoorppt.

r00t-3xp10it avatar r00t-3xp10it commented on June 3, 2024
  • /root/.wine/drive_c/Program Files (x86)
  • /root/.wine/drive_c/Program Files

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

/root/.wine/drive_c/Program Files

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

image
still same error

from backdoorppt.

curseblood123 avatar curseblood123 commented on June 3, 2024

you there ?

from backdoorppt.

hellresistor avatar hellresistor commented on June 3, 2024

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

from backdoorppt.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.