-
Notifications
You must be signed in to change notification settings - Fork 195
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
Nothing work for me, on Ubuntu 12.04.5 LTS ! #25
Comments
Compiling rootkit libraries.
|
Actually I want to connect to my server remotely, how is it possible ? because ssh won't work and even I tried via netcat too, for example this is your ssh script : the output is :
nothing work actually ! |
https://asciinema.org/a/a8u6ca1n2ujmgijgldrcdu425 Are you able to connect to the server via ssh as a regular user? Or is permission denied all round? In reference to the output you posted, nothing there relates to why you can't log in. I should remove those arrays on the repo though... Ubuntu 12.04.5 LTS also provided some security changes from previous releases... The Ubuntu documentation for 12.04.5 LTS is... minimal. (lol) Execute the following commands and post the output as a reply please. Replace 'CHANGE_ME' with the name of the environment variable created/used during the vlany installation script. Make sure you're also root before executing this, since if vlany is installed, the environment variable does nothing until you're root. Alter ls/grep below if you changed the default installation settings. CHANGE_ME=1 sh -c 'cat /proc/self/maps; ls /lib/ | grep "libc"' If vlany is actually installed, the library path and address space should show up in /proc/self/maps, but of course it would usually be hidden. Not to forget that libcrypt (and libssl if ssl was enabled) will also show up. Please show me full output. |
Thanks for your reply, yes I always connect to this Server via SSH, but with vlany, just showing Permission denied, and also I'm root ! Maybe if you remove the line about homo...., Your script will be work 😅 alright, the output as you want is :
|
Doesn't seem like vlany is installed, properly. |
when I done this :
After that I again tiring to connect via ssh and it won't work :
and the out of this command :
|
Using the environment variable, look in /lib/libc.so.sysinfo.25/ for the full name of the library, and put that where 'full_name_of_lib' is. It's always randomized, so I don't know what yours will be. |
YtBG48AqRvST.so.x86_64 |
Yes. Put that into ld.so.preload, and show me the results. Try connecting to the ssh backdoor user. |
won't work, it's shows again so I removed the
|
for uninstall the previous version, removing |
Hi, any idea about this error ?
when I wanna connect via SSH it shows me this error |
Do not remove the installation directory. Ever. Shit will go down. This will cause the dynamic linker to throw a fit, and in more real scenarios, the dynamic linker isn't going to be using /etc/ld.so.preload, so you'd have to hunt for what file the dynamic linker now uses. Recompiling vlany is enough to reinstall, but I've not released anything to automatize the process of uninstalling (properly)/installing new versions. So this needs to be done manually. |
Alright, thank you for your reply, actually I tested vlany on the other server, and again it shows this :
normally I connect to via SSH, but with vlany I can't. This Server is :
any idea? |
Sometimes there isn't any |
Not all boxes use GRUB as a bootloader. Just reference whatever other config the bootloader uses. |
Dear mempodippy |
Hey bro,
first of all thank you so much because of your great job,
actually I installed it on
Ubuntu/Linaro 4.6.3-1ubuntu5
, the progress done without any error, even my Apache and SSH service restarted , but nothing work, like I do nothing !?Am I miss something ? I do as your wizard, any idea?
and is there any video or youtube link for the installation ? maybe I done something wrong ?
thanks a lot.
The text was updated successfully, but these errors were encountered: