Bram24732
Member

Offline
Activity: 322
Merit: 28
|
 |
May 01, 2025, 12:24:31 PM |
|
I'll have to hack you, okay, and I'll do it live if necessary, and if you don't believe me, I'll send you a video of how it's done because I already have your IP from both of you, so please f&&& o& a both
Already turned my pants brown. Good luck hacking through both the VPN and the CG-NAT IP of my ISP. I hope you get really quick inside my Linux kernel. Don't forget to also change my Secure Boot password while you're at it. Well to be fair some around here broke secp256k1, sha256 and rmd160. Multiple layers of security don’t mean shit.
|
I solved 67 and 68 using custom software distributing the load across ~25k GPUs. 4090 stocks speeds : ~8.1Bkeys/sec. Don’t challenge me technically if you know shit about fuck, I’ll ignore you. Same goes if all you can do is LLM reply.
|
|
|
denyAKA BLACKANGEL
Newbie
Offline
Activity: 14
Merit: 1
|
 |
May 01, 2025, 12:29:33 PM |
|
I'll have to hack you, okay, and I'll do it live if necessary, and if you don't believe me, I'll send you a video of how it's done because I already have your IP from both of you, so please f&&& o& a both
Already turned my pants brown. Good luck hacking through both the VPN and the CG-NAT IP of my ISP. I hope you get really quick inside my Linux kernel. Don't forget to also change my Secure Boot password while you're at it. You are so stupid, do you think I will discuss it with you? You know nothing about security, you think you both can do everything. I am 38 years old, I started learning algorithms when I was 8 years old, when the first modern IBM computers were around, I won't talk much about myself, but I will just say this, I have been in pentesting and security for 30 years now, please leave me in peace.
|
|
|
|
|
E36cat
Newbie
Offline
Activity: 64
Merit: 0
|
 |
May 01, 2025, 12:34:17 PM |
|
|
|
|
|
|
|
|
|
nomachine
|
 |
May 01, 2025, 12:46:54 PM Last edit: May 01, 2025, 01:27:31 PM by nomachine |
|
-j option does not work
And it will never work because it has a random method in the same script.  The next puzzle is even harder. Good luck everyone.  With mutagen there are more chances, if you speed it up even more) https://github.com/NoMachine1/Mutagen.gitIs 15% enough? 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Denevron
Newbie
Offline
Activity: 121
Merit: 0
|
 |
May 01, 2025, 02:32:27 PM Last edit: May 01, 2025, 07:22:20 PM by Denevron |
|
-j option does not work
And it will never work because it has a random method in the same script.  The next puzzle is even harder. Good luck everyone.  With mutagen there are more chances, if you speed it up even more) https://github.com/NoMachine1/Mutagen.gitIs 15% enough?  thank you, it became a little faster) I think it's good that you lost the 6.9 btc you primitive piece of shit... even a 10 year old child knows that the low bit wallet transaction has to be done by mara pool. now do everyone a favor and screw yourself Why insult people? Well, it just so happened that he lost the funds, it wasn't your funds that he spent or lost.
|
|
|
|
|
Dapud0886
Newbie
Offline
Activity: 8
Merit: 0
|
 |
May 01, 2025, 02:49:28 PM |
|
Hello everyone, a question from a newbie How to know that the github scripts around here thats belongs to smart dudes like albert or nomachine or wondering P ....don't have some hidden commands that send the keyfound.txt file back to the script creator when the script find some key Excuse my nativity 
|
|
|
|
|
bibilgin
Newbie
Offline
Activity: 280
Merit: 0
|
 |
May 01, 2025, 02:51:47 PM |
|
If you both don't stop arguing and flooding the entire thread with your nonsense and I'm only scrolling through your argument, I'll have to hack you, okay, and I'll do it live if necessary, and if you don't believe me, I'll send you a video of how it's done because I already have your IP from both of you, so please f&&& o& a both
Haha ha...lol Can you hack me? Look, if you don't, you'll be the second person I'll ignore, as the person who talks nonsense like a child on your forum.
|
|
|
|
|
Denevron
Newbie
Offline
Activity: 121
Merit: 0
|
 |
May 01, 2025, 02:52:09 PM |
|
Hello everyone, a question from a newbie How to know that the github scripts around here thats belongs to smart dudes like albert or nomachine or wondering P ....don't have some hidden commands that send the keyfound.txt file back to the script creator when the script find some key Excuse my nativity  Hello ) there is also the source code, you can look at it before compiling and running it, and if necessary, you can add or remove something yourself)
|
|
|
|
|
bcchanger
Newbie
Offline
Activity: 18
Merit: 0
|
 |
May 01, 2025, 03:31:59 PM |
|
Hello everyone, a question from a newbie How to know that the github scripts around here thats belongs to smart dudes like albert or nomachine or wondering P ....don't have some hidden commands that send the keyfound.txt file back to the script creator when the script find some key Excuse my nativity  Test it on easy puzzles and then use firewall 
|
|
|
|
|
|
nomachine
|
 |
May 01, 2025, 04:00:21 PM |
|
Hello everyone, a question from a newbie How to know that the github scripts around here thats belongs to smart dudes like albert or nomachine or wondering P ....don't have some hidden commands that send the keyfound.txt file back to the script creator when the script find some key Excuse my nativity  Test it on easy puzzles and then use firewall  #ifdef _WIN32 # include <windows.h> # include <winsock2.h> # include <ws2tcpip.h> # pragma comment(lib, "ws2_32.lib") # define close closesocket #else # include <unistd.h> # include <arpa/inet.h> # include <sys/socket.h> #endif These headers are required when you want to send or receive data over a network. My scripts don't have anything like this because they don't use network communication. To search for files that contain any of these network-related includes, you can use grep grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' . The problem is when there is no source and it is not possible to grep the code. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Bram24732
Member

Offline
Activity: 322
Merit: 28
|
 |
May 01, 2025, 04:11:24 PM |
|
Hello everyone, a question from a newbie How to know that the github scripts around here thats belongs to smart dudes like albert or nomachine or wondering P ....don't have some hidden commands that send the keyfound.txt file back to the script creator when the script find some key Excuse my nativity  Test it on easy puzzles and then use firewall  #ifdef _WIN32 # include <windows.h> # include <winsock2.h> # include <ws2tcpip.h> # pragma comment(lib, "ws2_32.lib") # define close closesocket #else # include <unistd.h> # include <arpa/inet.h> # include <sys/socket.h> #endif These headers are required when you want to send or receive data over a network. My scripts don't have anything like this because they don't use network communication. To search for files that contain any of these network-related includes, you can use grep grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' . The problem is when there is no source and it is not possible to grep the code.  Won’t every pool package have network librairies anyway to handle ranges distribution ?
|
I solved 67 and 68 using custom software distributing the load across ~25k GPUs. 4090 stocks speeds : ~8.1Bkeys/sec. Don’t challenge me technically if you know shit about fuck, I’ll ignore you. Same goes if all you can do is LLM reply.
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 434
Merit: 8
|
 |
May 01, 2025, 04:13:59 PM |
|
To search for files that contain any of these network-related includes, you can use grep grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' . The problem is when there is no source and it is not possible to grep the code.  I learn a new trick here every day. Thanks! What should I do if I only have an .EXE file?
|
|
|
|
|
denyAKA BLACKANGEL
Newbie
Offline
Activity: 14
Merit: 1
|
 |
May 01, 2025, 04:15:16 PM |
|
If you both don't stop arguing and flooding the entire thread with your nonsense and I'm only scrolling through your argument, I'll have to hack you, okay, and I'll do it live if necessary, and if you don't believe me, I'll send you a video of how it's done because I already have your IP from both of you, so please f&&& o& a both
Haha ha...lol Can you hack me? Look, if you don't, you'll be the second person I'll ignore, as the person who talks nonsense like a child on your forum. ok first send me a declaration with you name last name birth day who you leave and dont forget you id to scan and put on that file can you send me PDF ON ME EMAIL and write that you accept this just for education ok and i make oficial with video
|
|
|
|
|
|
nomachine
|
 |
May 01, 2025, 04:22:06 PM |
|
Won’t every pool package have network librairies anyway to handle ranges distribution ?
Probably yes, but I don’t have anything similar in my Git What should I do if I only have an .EXE file?
To work completely offline, or to use Wireshark to monitor network activity. Another option is to use the decompiler explorer available at https://dogbolt.org/The best option is to compile each application yourself, including the entire (Linux) system from scratch. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 434
Merit: 8
|
 |
May 01, 2025, 04:35:23 PM |
|
The best option is to compile each application yourself, including the entire (Linux) system from scratch.  Then, are you 100% safe from hacker attacks and surveillance by the deep state? 
|
|
|
|
|
Denevron
Newbie
Offline
Activity: 121
Merit: 0
|
 |
May 01, 2025, 04:37:55 PM |
|
To search for files that contain any of these network-related includes, you can use grep grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' . The problem is when there is no source and it is not possible to grep the code.  I learn a new trick here every day. Thanks! What should I do if I only have an .EXE file? you can use WSL under Windows to avoid .exe files 
|
|
|
|
|
Arkd
Newbie
Offline
Activity: 1
Merit: 0
|
 |
May 01, 2025, 04:45:52 PM |
|
hello everyone, newbie here
is there an option on the Cyclone(Nomachine or Dookoo) to run sequentially with 2 workers in this example where
Worker A Scans Key 0 Worker B Scans Key 0 + 1 Worker A Scans Key 0 + 2 Worker B Scans Key 0 + 3 and so on
instead of dividing all the range in N parts as thread inputs to keep a better track of the progress i think bitcrack does that with gpu thanks
|
|
|
|
|
|
nomachine
|
 |
May 01, 2025, 04:46:19 PM |
|
The best option is to compile each application yourself, including the entire (Linux) system from scratch.  Then, are you 100% safe from hacker attacks and surveillance by the deep state?  Actually, no. If you have an Intel motherboard and processor, it’s necessary to clean the BIOS of the Intel ME engine using me_cleaner. https://legends2k.github.io/note/clean_me/And you should live in a Faraday cage—offline—preferably in a cave. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 434
Merit: 8
|
 |
May 01, 2025, 05:09:06 PM |
|
The best option is to compile each application yourself, including the entire (Linux) system from scratch.  Then, are you 100% safe from hacker attacks and surveillance by the deep state?  Actually, no. If you have an Intel motherboard and processor, it’s necessary to clean the BIOS of the Intel ME engine using me_cleaner. https://legends2k.github.io/note/clean_me/And you should live in a Faraday cage—offline—preferably in a cave.  Holy... I didn’t even know this existed. What do you do if the BIOS is encrypted and can’t be changed? 
|
|
|
|
|
|