Giter Club home page Giter Club logo

Comments (33)

r3x07 avatar r3x07 commented on July 30, 2024 2

in installation menu, neither of those files, go check your FakeImageExploiter.sh file its resource hacker file is in 'ProgramFiles', but when u install Resource Hacker the default installation file is 'Program Files (x86)'

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024 1

root@fbi:~/FakeImageExploiter# sudo dpkg --add-architecture i386 && apt-get update && apt-get -y dist-upgrade --allow-downgrades && apt-get install -y mingw32 i586-mingw32msvc-gcc
Hit:1 http://deb.i2p2.no unstable InRelease
Get:2 http://kali.download/kali kali-rolling InRelease [30.5 kB]
Get:3 http://kali.download/kali kali-rolling/non-free Sources [135 kB]
Get:4 http://kali.download/kali kali-rolling/main Sources [12.8 MB]
Get:4 http://kali.download/kali kali-rolling/main Sources [12.8 MB]
30% [4 Sources 8,437 kB/12.8 MB 66%] 9,962 B/s 1h 5min 48s

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024 1

thanks, i fixed both problems and i'll share your script with my friends :) 👍

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

i have recibed bug reports about this for some time..

so after many talks i have decided to go with PgFi=Program Files
because 32b or 64b RH installer seems to install allways under Program Files..

[ i have never seen the RH beeing installed under Program Files(x86) <- 64 bit folder ]
does that have happen with you ?

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

i have the same problem

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024
  • edit FakeImageExploiter.sh and ..
if [ "$ArCh" = "i686" ]; then
  dEd="x86"
  arch="wine"
  PgFi="Program Files"
  ComP="i586-mingw32msvc-gcc"
else
  dEd="x86"
  arch="wine"
  PgFi="Program Files"
  ComP="i586-mingw32msvc-gcc"
fi
  • save script and try again ..

hint: fakeimageexploiter tool works fine like the above videos comproves it ..

Before iam able to change anything in sourcecode, i first need to understand were
the error resides on other systems, for that i need people to work together with me
(testing sourcecode corrections, saying that the tool as errors does not help me in anything)

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

"E: unable to locate mingw32"
And it loops the "FakeImageExploiter needs to restart to finish installs . ."

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

my bad ...i forgot to change the compiler arch ..
pic ..

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

E: unable to locate package mingw32

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

did you installed mingw32 ??
sudo apt-get install mingw32 i586-mingw32msvc-gcc

send me screenshot of this command

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

no i will , btw thanks

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

root@fbi:~/FakeImageExploiter# sudo apt-get install mingw32 i586-mingw32msvc-gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw32
E: Unable to locate package i586-mingw32msvc-gcc

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

here ya go

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

aaaaa your distro repository does not contains mingw32 anymore ..

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

what to do :C i want to use your script

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

sudo dpkg --add-architecture i386 && apt-get update && apt-get -y dist-upgrade --allow-downgrades && apt-get install -y mingw32 i586-mingw32msvc-gcc

TheFatRat tool installs mingw32 this way:
sudo apt-get remove --purge mingw* -y && apt-get autoremove -y && apt-get install mingw* --force-yes -y

if this commands dosent install mingw32 them you must add to your source.list the repository that allow you to install mingw32

Install mingw32 in parrot: https://community.parrotsec.org/t/mingw32-install/600

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

with my internet, that will be installed aprx in 2 hours

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

so..now it have found mingw32 in the repositorys rigth ??

from fakeimageexploiter.

OTGG avatar OTGG commented on July 30, 2024

the problem solve ?

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

i dont have one x64 bit Pc ...
so.. i dont have any clue what errors occur in x64 bits..
for that i need people to report bugs for me to fix them..

latest fix to sourcecode thanks to @Louisees
latest commit to sourcecode

download the tool again and try it now ..

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

rocessing triggers for libc-bin (2.28-2) ...
Processing triggers for rygel (0.36.2-3) ...
Processing triggers for systemd (240-5) ...
Processing triggers for dbus (1.12.12-1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw32
E: Unable to locate package i586-mingw32msvc-gcc

aaaa help pls
waited 2 days and still the same error

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

fixed error with mingw32 but not about resourcehacker

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

thanks

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

btw my distro is kali rolling 2018.1

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

i finally found how to install it, changed the installation directory from 'Program Files (x86)' to 'Program Files', thanks anyways

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

i started reverse_tcp and opened my payload in my windows laptop, but nothing happens

LHOST=192.168.1.4
LPORT=4444
PAYLOAD=windows/meterpreter/reverse_tcp
msf5 exploit(multi/handler) > exploit
[x] started reverse tcp on 192.168.1.4:4444

Like nothing happens

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

i finally found how to install it, changed the installation directory from 'Program Files (x86)' to 'Program Files' <-- were did you changed this ?? in FakeImageExploiter.sh or in Resource Hacker installer ???

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

i have allready written a warning in project main page instructing users to install RH under Program Files folder [ not under: Program Files (x86) ] thanks ..

from fakeimageexploiter.

r3x07 avatar r3x07 commented on July 30, 2024

Sorry

from fakeimageexploiter.

piyush19996 avatar piyush19996 commented on July 30, 2024

why it showing me this error in my linux
Screenshot 2020-06-17 09:27:57

from fakeimageexploiter.

piyush19996 avatar piyush19996 commented on July 30, 2024

i am new to linux i dont know why but it showing me this error...someone plz help me in this
Screenshot 2020-06-17 09:27:57

from fakeimageexploiter.

conratmixilson avatar conratmixilson commented on July 30, 2024

piyush19996 --I solved this problem. Copy the Resource Hacker folder from Program Files to Program Files (x86)

from fakeimageexploiter.

Related Issues (16)

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.