how to download openbullet/silverbullet on linux
by Fossil - Sunday September 29, 2024 at 09:32 PM
#1
im new to linux and i can't figure out how to download either of the softwares on my kali linux vm can someone help
Reply
#2
(09-29-2024, 09:32 PM)Fossil Wrote: im new to linux and i can't figure out how to download either of the softwares on my kali linux vm can someone help

I found openbullet on Github
It looks like it only supports Windows systems. According to the installation instructions, make sure you have .NET Framework (dev) 4.7.2 installed.
If you want to install it using Kali Linux system, you can try:
Install .NET Core SDK:
  • sudo apt update
  • sudo apt install dotnet-sdk-6.0
Go to Github to clone openbullet:
  • git clone https://github.com/openbullet/OpenBullet2.git
  • cd OpenBullet2
Build and Run:
  • dotnet build
  • dotnet run --project OpenBullet2
According to the note on Github, OpenBullet 1 is no longer supported. If you still want to continue using it please feel free.Please consider switching to OpenBullet 2 as it will be kept up to date and offers a lot more features.

I also found sliverbullet on Github,It seems that it supports Linux systems. You can download silverbullet-server-linux-x86_64.zip directly through the link I provided.
Or use the command to clone the project:
  • git clone https://github.com/silverbulletmd/silverbullet.git
  • cd silverbullet
  • ./install.sh
Please try it. If you have any questions, please feel free to ask. Also, I am also a newbie in kali linux.
Reply
#3
(09-30-2024, 04:30 AM)Breach_Forums Wrote:
(09-29-2024, 09:32 PM)Fossil Wrote: im new to linux and i can't figure out how to download either of the softwares on my kali linux vm can someone help

I found openbullet on Github
It looks like it only supports Windows systems. According to the installation instructions, make sure you have .NET Framework (dev) 4.7.2 installed.
If you want to install it using Kali Linux system, you can try:
Install .NET Core SDK:
  • sudo apt update
  • sudo apt install dotnet-sdk-6.0
Go to Github to clone openbullet:
  • git clone https://github.com/openbullet/OpenBullet2.git
  • cd OpenBullet2
Build and Run:
  • dotnet build
  • dotnet run --project OpenBullet2
According to the note on Github, OpenBullet 1 is no longer supported. If you still want to continue using it please feel free.Please consider switching to OpenBullet 2 as it will be kept up to date and offers a lot more features.

I also found sliverbullet on Github,It seems that it supports Linux systems. You can download silverbullet-server-linux-x86_64.zip directly through the link I provided.
Or use the command to clone the project:
  • git clone https://github.com/silverbulletmd/silverbullet.git
  • cd silverbullet
  • ./install.sh
Please try it. If you have any questions, please feel free to ask. Also, I am also a newbie in kali linux.

what is silverbulletmd i checked around the silverbullet link u sent me and it seems like it is some type of note taking application.
im looking for the cracking tool
Reply
#4
(09-30-2024, 11:21 AM)Fossil Wrote:
(09-30-2024, 04:30 AM)Breach_Forums Wrote:
(09-29-2024, 09:32 PM)Fossil Wrote: im new to linux and i can't figure out how to download either of the softwares on my kali linux vm can someone help

I found openbullet on Github
It looks like it only supports Windows systems. According to the installation instructions, make sure you have .NET Framework (dev) 4.7.2 installed.
If you want to install it using Kali Linux system, you can try:
Install .NET Core SDK:
  • sudo apt update
  • sudo apt install dotnet-sdk-6.0
Go to Github to clone openbullet:
  • git clone https://github.com/openbullet/OpenBullet2.git
  • cd OpenBullet2
Build and Run:
  • dotnet build
  • dotnet run --project OpenBullet2
According to the note on Github, OpenBullet 1 is no longer supported. If you still want to continue using it please feel free.Please consider switching to OpenBullet 2 as it will be kept up to date and offers a lot more features.

I also found sliverbullet on Github,It seems that it supports Linux systems. You can download silverbullet-server-linux-x86_64.zip directly through the link I provided.
Or use the command to clone the project:
  • git clone https://github.com/silverbulletmd/silverbullet.git
  • cd silverbullet
  • ./install.sh
Please try it. If you have any questions, please feel free to ask. Also, I am also a newbie in kali linux.

what is silverbulletmd i checked around the silverbullet link u sent me and it seems like it is some type of note taking application.
im looking for the cracking tool

I'm so sorry, it was my fault, I didn't know it was a hacking tool, I just Googled it and it gave me search results, so you know...I'll try to find silverbullet,And see if it works.
Reply
#5
(09-30-2024, 11:21 AM)Fossil Wrote:
(09-30-2024, 04:30 AM)Breach_Forums Wrote:
(09-29-2024, 09:32 PM)Fossil Wrote: im new to linux and i can't figure out how to download either of the softwares on my kali linux vm can someone help

I found openbullet on Github
It looks like it only supports Windows systems. According to the installation instructions, make sure you have .NET Framework (dev) 4.7.2 installed.
If you want to install it using Kali Linux system, you can try:
Install .NET Core SDK:
  • sudo apt update
  • sudo apt install dotnet-sdk-6.0
Go to Github to clone openbullet:
  • git clone https://github.com/openbullet/OpenBullet2.git
  • cd OpenBullet2
Build and Run:
  • dotnet build
  • dotnet run --project OpenBullet2
According to the note on Github, OpenBullet 1 is no longer supported. If you still want to continue using it please feel free.Please consider switching to OpenBullet 2 as it will be kept up to date and offers a lot more features.

I also found sliverbullet on Github,It seems that it supports Linux systems. You can download silverbullet-server-linux-x86_64.zip directly through the link I provided.
Or use the command to clone the project:
  • git clone https://github.com/silverbulletmd/silverbullet.git
  • cd silverbullet
  • ./install.sh
Please try it. If you have any questions, please feel free to ask. Also, I am also a newbie in kali linux.

what is silverbulletmd i checked around the silverbullet link u sent me and it seems like it is some type of note taking application.
im looking for the cracking tool

I found silverbullet on Github. It's right this time. It is a hacking tool. I tried using Kali Linux to install the download, but it was too difficult. You can use the wine application to run the exe file, but it lacks .NET framework (dev) 4.7.2.It is extremely difficult to install the framework in wine. So I recommend using Windows system to run it. It's best to use it in a VMware virtual machine if you trust these open source projects.
Reply
#6
they only support windows platforms
so simply run them under wine
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Clean Open Bullet Anom Version 1.4.4 Download With 100 Configs Pack✨ XleetStore_bot 0 254 03-29-2025, 09:23 AM
Last Post: XleetStore_bot
  silverbullet hamidpaff 0 388 03-10-2025, 02:56 PM
Last Post: hamidpaff
  SilverBullet NaskkBFS 1 961 10-01-2024, 05:28 AM
Last Post: Breach_Forums
  Silverbullet 1.5.8 Pro - Need help Reputation 2 521 07-06-2024, 02:57 PM
Last Post: Reputation
  OpenBullet Proxy not working j0ker9933 2 526 05-06-2024, 05:21 PM
Last Post: j0ker9933

Forum Jump:


 Users browsing this thread: