最初,我确实git clone https://github.com/r00t-3xp10it/FakeImageExploiter.git
萨德夫
afdasfadsf公司
当我提取时。/FakeImageExploiter.sh
然后
[☆] Checking backend applications.
[x] mingw32[64] installation -> not found!
[x] This script requires mingw32[64] to work
[☆] Please wait: installing missing dependencies.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw32
[☆] Wine installation: found!
[☆] Xterm installation: found!
[☆] Zenity installation: found!
[☆] Wine Program Files: found!
[☆] FakeImageExploiter needs to restart to finish installs ..
发生
但我做到了
root@ubuntu:/home/lay/FakeImageExploiter# sudo apt-get install mingw-w64
Reading package lists... Done
Building dependency tree
Reading state information... Done
mingw-w64 is already the newest version (5.0.3-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我试过
sudo apt-get install mingw-w32
然后E: Unable to locate package mingw-w32
我该怎么解决?
最佳答案
嗨,我也在忍受同样的痛苦。我尝试了这里描述的步骤:。
https://github.com/r00t-3xp10it/FakeImageExploiter/issues/22
您可以手动下载并安装mingw32,然后运行FakeImageExploiter。但它不起作用。
Building : evil agent ..
sed: can't read evil.c: No such file or directory
[☆] Compiling: agent using mingw32 ..
/usr/bin/i686-w64-mingw32-ld: /usr/lib/gcc/i686-w64-mingw32/8.3-win32/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-crt0_c.o): in function `main':
./build/i686-w64-mingw32-i686-w64-mingw32-crt/./mingw-w64-crt/crt/crt0_c.c:18: undefined reference to `WinMain@16'
collect2: error: ld returned 1 exit status
[☆] ResourceHacker.exe: found ..
[☆] Working: In backdoor agent ..
[☆] Change : backdoor agent icons ..
[☆] Change : backdoor agent extension ..
[☆] Port: all files to apache2 webserver ..
[☆] Creating: archive teste.zip ..
[☆] Creating: resource cleaner.rc ..
sed: can't read cleaner.rc: No such file or directory
[☠] Metamorphosis: completed ..
ATTACK VECTOR: http://172.16.10.30/teste.zip
AGENT: /root/output/teste..exe
CLEAN: meterpreter > resource /root/output/cleaner.rc
输出中没有生成有效负载,我被困在这里。但是试着手动安装mingw32我希望它对你有用
关于linux - 找不到mingw32 [64]安装,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/56458374/