• XSS.stack #1 – первый литературный журнал от юзеров форума

прочее Voila! Cobalt Strike 4.5 modified Loader ( Original cobaltstrike.jar )

Пожалуйста, обратите внимание, что пользователь заблокирован
Пожалуйста, обратите внимание, что пользователь заблокирован
Код:
apt-get install openjdk-18-jdk
or
Код:
apt-get install openjdk-17-jdk


or manuall.

Код:
wget https://download.java.net/java/GA/jdk18/43f95e8614114aeaa8e8a5fcf20a682d/36/GPL/openjdk-18_linux-x64_bin.tar.gz
tar -xvf openjdk-18_linux-x64_bin.tar.gz
sudo mv jdk-18* /opt/

nano ~/.bashrc
# install JAVA JDK
export JAVA_HOME=/opt/jdk-18
export CLASSPATH=.:${JAVA_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH

# update terminal
source ~/.bashrc
 
update-alternatives --install /usr/bin/java java /opt/jdk-18/bin/java 1
update-alternatives --install /usr/bin/javac javac /opt/jdk-18/bin/javac 1
update-alternatives --set java /opt/jdk-18/bin/java
update-alternatives --set javac /opt/jdk-18/bin/javac
 
update-alternatives --config java
update-alternatives --config javac

java -version
javac

I tried all of this r1z but still can launch this beauty :') I'm on Linux.

When I run this:

java -version

I got back:

openjdk version "18" 2022-03-22 OpenJDK Runtime Environment (build 18+36-2087) OpenJDK 64-Bit Server VM (build 18+36-2087, mixed mode, sharing)

When I run teamserver with my IP and a password I get my SHA256 hash of SSL cert so I assume it create it without any problem.

Then I chmod +x the start.sh file and later I just try to open with ./start.sh But the error "The Cobal Strike Client process cannot be started with a javaagent".

When I do sudo nano start.sh:

java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xmx1024M -javaagent:XSSagent.jar -jar cobaltstrike.jar $*

To start working in the loader you need to download cobaltstrike.jar or any other version you preffer and paste it in the same directory with XSSagent.jar and change the key in teamserver, start.*

I think here is my mistake, I can not find a place where to add the key f38eb3d1a335b252b58bc2acde81b542. I think that might solve my situation. I hope you can help a bit. Both cobalstrike.jar and XSSagent.jar are on same directory.

Thank you r1z
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Pls share links, thanks.
Скрытый контент для пользователей: xcrew1990.

Enjoy!

When I run this:

java -version

I got back:

openjdk version "18" 2022-03-22 OpenJDK Runtime Environment (build 18+36-2087) OpenJDK 64-Bit Server VM (build 18+36-2087, mixed mode, sharing)

Sounds good, which is mean you are able now to run JAVA!

Then I chmod +x the start.sh file and later I just try to open with ./start.sh But the error "The Cobal Strike Client process cannot be started with a javaagent".

You need to chmod cobaltstrike.jar + XSSagent.jar and start.sh and then run :

./start.sh

Good luck.
 
Sounds good, which is mean you are able now to run JAVA!

java.png


You need to chmod cobaltstrike.jar + XSSagent.jar and start.sh and then run :

./start.sh

Good luck.

Cobal1.png


after verifying that everything is correct I run start.sh file trough ./start.sh

cobal2.png



I Don't know what could be wrong. Thank for your help
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Inside your CS folder run;

Код:
chown parrot:parrot *

and make sure inside start.sh file this content only;

Код:
java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xmx1024M -javaagent:XSSagent.jar -jar cobaltstrike.jar $*

and run it again.
 
Inside your CS folder run;

Code:
Код:
chown parrot:parrot *

Cobal1.png


and make sure inside start.sh file this content only;

Code:
Код:
java -XX:ParallelGCThreads=4 -XX:+AggressiveHeap -XX:+UseParallelGC -Xmx1024M -javaagent:XSSagent.jar -jar cobaltstrike.jar $*
and run it again.

Cobal2.png


I read the entire 21 pages of this good thread before asking for help and I saw one guy who had the same problem but I don't know how he made it:

no error i fixed it its working ... this f38eb3d1a335b252b58bc2acde81b542 was not in the sh file so i added it
what is this though f38eb3d1a335b252b58bc2acde81b542
can it be changed ?????????????

I'm having bad luck but I know I just found my love with this tool :') Thanks for your help r1z I'm close to the solution lol. I try to understand how he managed to do that but I don't know how he added the key.

Hidden content for users named Бафомет, cromxconan. Pass: r1z@xss

That was the file I downloaded from you, I don't need anything more right?
 
Пожалуйста, обратите внимание, что пользователь заблокирован
That was the file I downloaded from you, I don't need anything more right?
Mostly your issue because of your java version, remove your java using this command:

Код:
sudo apt-get remove openjdk*

Now install new java version

Код:
sudo apt-get install openjdk-19-jdk

Good luck!
 
Пожалуйста, обратите внимание, что пользователь заблокирован
damn, juicy asf I'd like to receive all the files if u don't mind bruv
thx
Скрытый контент для пользователей: YoungX7.


Enjoy!
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Пожалуйста, обратите внимание, что пользователь заблокирован
Hello ! Can you give me link please?
Скрытый контент для пользователей: XSA.


Enjoy!
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх