diff --git a/Forums/BestCardingWorld/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/BestCardingWorld/__pycache__/crawler_selenium.cpython-311.pyc index d87e3b6..6cc8cc7 100644 Binary files a/Forums/BestCardingWorld/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/BestCardingWorld/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page2.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page2.html new file mode 100644 index 0000000..16069b5 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page2.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#11
Notepad++ etc... are editors and no IDEs, I think. IDEs are software like NetBeans or Eclipse for a specific language.
XMPP: centurychild@xmpp.jp [OTR ONLY]
XMPP: centurychild@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion [OTR ONLY]
Reply Report
#12
(09-05-2020, 03:50 PM)Century Child Wrote: Notepad++ etc... are editors and no IDEs, I think. IDEs are software like NetBeans or Eclipse for a specific language.

If windows go all the way to Visual Studio. Else, if you can't for any reason there are plenty of IDEs. Also JetBrains products are good, but they're not free. I'd go with Eclipse or Atom, if you want use opensource.
Reply Report
#13
If libre software is what you're looking for there is Vscodium.
Reply Report
#14
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Used a ton of the IDEs available. Vim is the obvious platform you should get used to for editing code from a terminal.

Outside of a terminal, it depends on language. I use two.

Pycharm is my favorite for Python. Whenever I have a primarily Python project, I use that and I am an extremely heavy user of the debugging and introspection tools for PostgreSQL, Redis, RabbitMQ, etc... That is the primary reason that I prefer this IDE.

VSCode is free and extremely flexible for all other projects - including C, C++, C#, and Rust. Whenever I have a non-Python primary project, I use this. Tons of extensions. Supports MS codebase and extensions. I hate MS, but I fucking love VSCode.
Reply Report
#15
Are extensions in vscodium open source or not? I'm not sure if the extensions in vscodium will also have hidden telemetry because they're just the same extensions in vscode. Do u guys use Kali for coding?
Reply Report
#16
Visual Studio Code is king.
Reply Report
#17
Ive used VS mostly but have also played about with Code Blocks IDE which is free and pretty easy to use and configure
Reply Report
#18
(09-12-2020, 02:44 AM)tyl3rdurd3n Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Used a ton of the IDEs available. Vim is the obvious platform you should get used to for editing code from a terminal.

Outside of a terminal, it depends on language. I use two.

Pycharm is my favorite for Python. Whenever I have a primarily Python project, I use that and I am an extremely heavy user of the debugging and introspection tools for PostgreSQL, Redis, RabbitMQ, etc... That is the primary reason that I prefer this IDE.

VSCode is free and extremely flexible for all other projects - including C, C++, C#, and Rust. Whenever I have a non-Python primary project, I use this. Tons of extensions. Supports MS codebase and extensions. I hate MS, but I fucking love VSCode.

Thank your for the advice!
Reply Report
#19
In my opinion, IDE are bad. The other side of the fence would be VIM, it makes you understand what you are typing. People stick to IDE's sometimes because it detects errors before hand and supports a simple and fast execution method, which can hide the beauty of a compiler/linker (this is most true to C/C++). I would say that IDE's are a level of abstraction that is not necessarily good, because it hides a lot of shit.

But, you can use a text editor (VSCode, Atom) if you think Vim is too hardcore, though I always recommend Vim, even if it hard to learn. Sometimes in a dark terminal that's the only resource you have...
Reply Report
#20
I recommend Visual Studio Code.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page3.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page3.html new file mode 100644 index 0000000..67d3a0a --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page3.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#21
sublime3 works great. Notepad++ is a powerful tool if you add some plugins
Reply Report
#22
I think that IDE is just a tool, and as long as you are comfortable with it - it will be the best for you.

I personally use PyCharm and Clion, however if I need something faster - I use Atom.
Reply Report
#23
IDEs are designed to hide what's happening behind the scenes assuming that its users are stupid and afraid of lower-level details. You only want to use one once you understand how text editor, compiler and debugger work together in harmony.

Visual Studio Code is a Microsoft honeypot.
Sublime is proprietary spyware.
Atom is Electron garbage.

The only good text editor is Vim or Emacs. Many people avoid them because they feel too good about themselves to learn how to use tools with a steep learning curve.
Reply Report
#24
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

>not using nano like a real CHAD
ngmi
Reply Report
#25
WingIDE is nice, otherwise as previous post, visual studio code.
Reply Report
#26
I use vim. It takes some getting used to but I think it's worth it.
Reply Report
#27
VSCodium is a good one too
Reply Report
#28
(11-14-2020, 10:04 AM)Err0r Wrote: VSCodium is a good one too

I'll second VSCodium. All the fun of VSCode, and none of the microsoft garbage.
Reply Report
#29
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Jetbrains suite is great. There are community editions which function pretty well too if you don't want to pay the price.
Reply Report
#30
Honestly, I just use nano for everything.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page4.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page4.html new file mode 100644 index 0000000..7367f3a --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page4.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#31
I'm another VSCodium lover!!
Reply Report
#32
Vim for small files and VS Code for larger projects. I can't deal with navigating large project structures in vim, but VS Code handles everything I need perfectly.
Reply Report
#33
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny
Reply Report
#34
(01-12-2021, 01:18 AM)phantom9z' Wrote:
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny

notepad++ is very nice i use it with gcc anc gdb commanc line.
Contacts:

XMPP: longpig@jabber.calyxinstitute.org
XMPP: longpig@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion
Reply Report
#35
Go Jetbrains.
Dump some bucks on a monthly basis and get the full suite.
You get prime IDE's for most languages, a sh|tload of free plugins, and a kickass DB management tool that covers ms sql to mongodb and everything in between.
It costs less than smoking or drinking for a month.
By far the best platform.
Languages supported is pretty much everything. C, C++, java, python, pearl, php, .net etc... It really covers them all
Reply Report
#36
(09-03-2020, 11:15 AM)Hackersploit178 Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too

VSCode is less secure right? regarding to privacy? I love it personally in my daily life... only in Qubes or Tails hmm.. What do you think ?

(01-12-2021, 01:18 AM)phantom9 Wrote:
(09-03-2020, 10:39 AM)the Red Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Lol, very funny

Which version are you using? Notepad++ 7.9.2?

I worked with notepad and vb8 old school yea, for my stubs... compiling things..
Reply Report
#37
There is no best IDE, it is just a matter of taste and habit.

vim (or neovim) is my favorite
It is very versatile and customizable
It can run on an android phone inside termux or inside a chroot.
And according to the church of Emacs, it is the editor of the beast

I have also make a try with emac but since I have already learn vim I never tamed him.

Also I have trying a lot of editor like pycharm, code::block, visualstudio, eclipse, etc.. but I always go back to vim
Reply Report
#38
I recently discovered dev-c++ and its been doing a really good job for me.
It is a good compromise between full featured and light weight.

It is definitely more than a text editor but still is almost as light.
Help me rebuild the death star! : bc1q5a4gfn569l20wq6dsxj5ex3px6p3q9n64u23ky
Reply Report
#39
Honestly, I use neovim mostly but sometimes while I'm on Windows I use SciTE which is really lightweight.
Reply Report
#40
I personally use VS Code as its lightweight and easy to use. Sometimes i use sublime which can be handy in some situations
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page5.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page5.html new file mode 100644 index 0000000..ef0fd09 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page5.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#41
(02-20-2021, 12:13 PM)nightsh3ll Wrote: I personally use VS Code as its lightweight and easy to use. Sometimes i use sublime which can be handy in some situations
Me too! (I use also DreamWeaver for web development, this software is really smart.)
Reply Report
#42
(neo)vim all the way but PyCharm has some nice VCS integrations that can save a meaningful amount of time.
Reply Report
#43
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Well there is no such thing as a best ide. Every ide comes with pros and cons. Take Wing IDE for example. An underrated Python IDE no one talks about. It's professional version has the best debugger I've ever used.

VS code has the advantage of thousands of community powered extensions. IntelliJ based IDEs have advantage of powerful auto completion, and also a Big marketplace for extensions. Probably better that VS code since IntelliJ IDEs have been around for a long time and are complete IDEs unlike vs code which is a text editor.

Sublime text triumphs in tasks where you don't need a full blown ide.

As such you should stick to atom for everything it can do and use other ide when necessary like you may use Spyder when you have do something related to data science and scientific development.
Reply Report
#44
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Hi, for java I recommend using Intellij Idea (best IDE to quickly code and bootstrap you app), for python - WebStorm

Actually, coding using text editors like notepad++ or something else is bad idea. You have not any pluses using them.
Reply Report
#45
Once you've spent enough time in vim, a lot of ppl find its much more productive than most ides. Also works good if youre shelling into a remote server. Lots of ides offer a vim extension too. Best of both worlds
Reply Report
#46
I know this might not be a popular suggestion around new people. But don't use an IDE! You will thank me later! I have seen it over and over again. The youngsters today rely way too much on tools to wipe their asses! Using compilers and checkers to validate your program is fine, but you should be to program on your own and think about what you are doing, keep good coding practices and so on. At the end the tools you use is really not important. But I do have a strong opinion about IDEs holding you back when really trying to learn a language. Also good compiler is far more important than the actual editor you use to write the code in my opinion. Make of that what you want.
Reply Report
#47
(04-20-2022, 04:07 PM)AtomicReaper Wrote: I know this might not be a popular suggestion around new people. But don't use an IDE! You will thank me later! I have seen it over and over again. The youngsters today rely way too much on tools to wipe their asses! Using compilers and checkers to validate your program is fine, but you should be to program on your own and think about what you are doing, keep good coding practices and so on. At the end the tools you use is really not important. But I do have a strong opinion about IDEs holding you back when really trying to learn a language.

I would usually parrot this sentiment, although recently I've come across some really long, convoluted, heavily abstracted, object-oriented code and found visual studio to be invaluable for navigation. Don't let a tool become a handicap, but at the same time don't let your refusal-to-use-a-tool become a handicap either. I'm sure there's a way you can vim your way through multiple inheritance, but I don't know it and alt+f12 is pretty hard to beat (imo).

As for OP- an IDE is a tool, and, like any tool, can be either useful or detrimental. Use what you need to get the job done. Most of the time I get away with vim, but if I find myself struggling to follow something complex I'm not too proud to open something like visual studio or intellij to help out.
Reply Report
#48
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
i personally recommend you vscodium, which is the opensource remake of visual studio code
Reply Report
#49
(04-22-2022, 04:00 PM)Scacchista Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
i personally recommend you vscodium, which is the opensource remake of visual studio code

vscodium, OSSCode and NVim are the best imho

(04-22-2022, 04:00 PM)Scacchista Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
i personally recommend you vscodium, which is the opensource remake of visual studio code

not to be that guys but vscode is already open source, but full of MS shitty telemetry, which vscodium aims at removing, even tho it removes support for some extension.
Reply Report
#50
IMO - the best IDE is the one you find most comfortable.

If you asked me for my picks;
C++: Visual Studio, the debugger is really good
C: Visual Studio or VSCode
Python: PyCharm
Java: IDEA
Web development: VSCode
Any other: VSCode

I also use VIM quite a lot.

(04-15-2022, 08:15 PM)Kitty Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Hi, for java I recommend using Intellij Idea (best IDE to quickly code and bootstrap you app), for python - WebStorm

Actually, coding using text editors like notepad++ or something else is bad idea. You have not any pluses using them.

I disagree. Knowing how to program without helpers or creature comforts is important. Once you feel like you control the language, start using them.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page6.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page6.html new file mode 100644 index 0000000..27b82b0 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page6.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#51
I'm using VSCode. There is everything that I need. You can install extensions that can help you.
Reply Report
#52
For full on development I like using VSCode but if you wanna avoid Microsoft tracking Vscodium is probably a safer bet. For simple text editing I like to use Sublime (GUI, closed source), and Micro > nano for when I want a TUI.
Reply Report
#53
Just use the Jetbrain ides for each programming language. It's a bit pricey but it's totally worth it. It will saves u a lot of time setting up environments, managing git etc.. But if you are a student and are learning then don't use an IDE (it will fuck up your learning process). Use a normal text editor instead like vscode, sublime, or VIM/EMACS <3
Reply Report
#54
IntelliJ IDEA + VS Code, best combo ever!
Reply Report
#55
jetbrains clion or 2015 visual studio. pre bloatware era top))))
Reply Report
#56
Honestly VIM does everything I need it to.

VScode if I'm doing something that requires it.
(Compiling 3d printer firmware comes to mind)
Reply Report
#57
N0ko3 said it best, VS Code has pretty much any feature you'd need in its extensions marketplace. Their Github integration really helps with workflow.

I'm also partial to the pretty UI lol
Reply Report
#58
i use lapce, very clean and fast asf, and has native support for remote/wsl
Reply Report
#59
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Vim/Vi
https://www.vim.org/
Reply Report
#60
Learn the vim key bindings and use neovim
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page7.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page7.html new file mode 100644 index 0000000..5a0cc21 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2199page7.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#61
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
If you’re looking for other text editors that are similar to Atom, there are many great options available.

One popular alternative is Sublime Text. Like Atom, Sublime Text is available on Linux, Windows, and macOS. It supports many programming languages and is a fast text editor with autocomplete, syntax highlighting, and a command-line interface 1.

Another great option is Visual Studio Code. Developed by Microsoft, Visual Studio Code is an open-source text editor that supports a variety of programming languages, including Python, Java, C#, C++, PHP, and others. It has many features that are similar to Atom and a few features that Atom lacks 2.

Finally, Notepad++ is another great alternative to Atom. It’s open-source and one of the most popular text editors on the market for a reason. For one, it supports a multitude of programming languages
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html new file mode 100644 index 0000000..1d0aa55 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#11
(10-29-2020, 01:56 PM)otrtba Wrote: I think this thread should be pinned in programming section

i Hope so Thank you
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#12
make a guide on Malware devlopment please
Reply Report
#13
1 st colorfull and helpfull content it will help me in my challange
Reply Report
#14
Added recommendations + An idea for User Who applied for full membership

I Hope you like it
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#15
Thanks You can share some practice qustions at every part
Reply Report
#16
Really nice thread thanks for sharing
Reply Report
#17
Thanks dude..
it's really helpful.
Reply Report
#18
I think one of the most essential skills to learn (language agnostic) is how to help yourself if you're stuck.

Docs (though thorough, the Python docs have always been too dry for me. Package docs are usually amazing though, especially the read the docs sites.)
Google: Use it! It will take you take places like Real Python and Stackoverflow - two amazing Python resources).

One of the worst places to be is I don't know what to do and I haven't tried anything!

Maybe a section on straight up helping yourself would be useful.
Reply Report
#19
great share. Looking forward to learn python
Reply Report
#20
some exercises
https://github.com/zhiwehu/Python-progra...rcises.txt
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html new file mode 100644 index 0000000..14c438f --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#21
[+] How to Install Python on Windows [+]
[+] Python TUPLE - Pack, Unpack, Compare [+]
[+]Slicing of Tuple[+]
[+]Tuples and dictionary [+]
[+] tuples as keys in dictionaries [+]
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#22
(04-04-2021, 10:05 PM)Cyberjagu Wrote: [+] How to Install Python on Windows [+]
[+] Python TUPLE - Pack, Unpack, Compare [+]

Preferred better to install it on BigSur
Reply Report
#23
What is the recommended editor for hacking as vs code sends data to microsoft?
Reply Report
#24
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?

you can use anything you like , just disconnect the internet when you are coding the malware if you can
Amateurs hack systems, Professionals hack people.
Reply Report
#25
a worth read
however, i would definitely go for docs.python.org
imo its invaluable resource for grasping all of python

the docs itself mention its concise and everything u need to know is available
u only need to think seriously while reading,
that way learning will be faster & easier too!
atleast i honed my python skills that way

# my approach to information gathering;
* there are many sources claiming knowledge
* find out how these sources obtain information
* continue backwards until u hit a dead end or a loop
* found the base of all information

continuing the above approach,
we reach the python source code (the base)

finally
there's a reason why people think differently
so it's no surprise that one might take another approach
Reply Report
#26
thank you ::: bro
I wanted to ask you have guides for sale how to create malwar?
Reply Report
#27
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?
vim
everything else is bloat
Reply Report
#28
(05-09-2022, 10:42 AM)telletext Wrote:
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?
vim
everything else is bloat

This is a bad take. Use whatever tool will help you get the job done. You don't see carpenters avoiding screws because everything other than a nail is bloat. If you're going to handicap yourself, why not just go all the way back to vanilla vi and call it a day? Ugh.

Anyway, I don't know anything about vs code sending data (other than like crashlogs etc) to MS and I highly doubt that's true, however if that's a concern you could always use a non-networked VM to get the job done. I also like the way Sublime works. Jetbrains has a python IDE as well if you're looking for something heavy. For the record- I use vim and think it's enough, but each to their own.
Reply Report
#29
check out vscodium, its the open source software binaries of VS Code.
Reply Report
#30
Good write-up, this is pretty much everything someone needs to know to get started. I think if the "Python TUPLE" section was moved a little bit later in the text, the order would be perfect from start-to-finish (like so it starts with Variables and Operators)
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html new file mode 100644 index 0000000..1af3c36 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#31
A good way to practice Python is hackerrank or leetcode.
I have used only the first but it help you slowly learn the different data structure and stuff needed in Python.
Reply Report
#32
(08-18-2022, 01:44 PM)bwin2 Wrote: A good way to practice Python is hackerrank or leetcode.
I have used only the first but it help you slowly learn the different data structure and stuff needed in Python.

I mainly learned Python by creating a simple CRUD webapp in Flask, then slowly building it out with new features. Spent a lot more time in the documentation and in SO, but I got everything I wanted working by the end.
Reply Report
#33
I strongly recommend the book 'blackhat python' to whoever wants to learn python from a hacking angle

The code there is fairly simple (the author mentions that it's for beginners) and provides good intro into hacking (i.e writing network scanners, packet inspection, simple keyloggers, etc... Even a basic botnet concept, all using Python)
The only drawback is that all examples are written in python 2.7 but converting them to Python 3 is an exercise by itself. Other than that the book is very straightforward and informative


https://www.pdfdrive.com/black-hat-pytho...50458.html
Reply Report
#34
good tutorial... i like python...
Reply Report
#35
Thank you everyone for the resources. Will be reading up on this when I find time. Every bit helps and is much appreciated!
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid1208.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid1208.html new file mode 100644 index 0000000..871821f --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid1208.html @@ -0,0 +1,28 @@ + Beginner Programming Rules & Etiquette + +

[Official] Beginner Programming Rules & Etiquette
#1
The following rules & etiquette should be followed in this section:
  • Use [code] tags when sharing code.
  • Do not ask users to download your code, always post sources.
  • Exercise caution when building binaries or running code if you don't know what it does.
  • Check your code for personally identifiable information before sharing it publicly.
  • Remove metadata from images before sharing.
  • This is a beginner forum, our advanced forums are private, apply for access.

We hope that by following these rules, you will remain safe when using this section.
Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid12783.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid12783.html new file mode 100644 index 0000000..5a28fec --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid12783.html @@ -0,0 +1,28 @@ + New Rust Dev + +

New Rust Dev
#1
Maybe this post will make it through all the spam on the board, I am a python developer learning the Rust path. I am interested in meeting other ware devs out there who use the same languages and wanting to collaborate. Coming from a background in Python, low level development is a little bit of a change but I am getting through it pretty well.

Let me know if your interested
- ?‍☠️Bl0ckZ?‍☠️
Reply Report
#2
(03-05-2023, 08:00 AM)bl0ckz Wrote: Maybe this post will make it through all the spam on the board, I am a python developer learning the Rust path. I am interested in meeting other ware devs out there who use the same languages and wanting to collaborate. Coming from a background in Python, low level development is a little bit of a change but I am getting through it pretty well.

Let me know if your interested
- ?‍☠️Bl0ckZ?‍☠️

I love RUST and I am very much interested
Reply Report
#3
I added you on Jabber.

I've been writing rust for a number of years.

Always down to collaborate
Reply Report
#4
I've been using rust for a while now, added you and would be down to talk about projects
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid14528.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid14528.html new file mode 100644 index 0000000..5a75415 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid14528.html @@ -0,0 +1,28 @@ + Opinion Thread + +

Opinion Thread
#1
Greetings,

Where is it preferable (in OPSec terms) to buy your resources (proxies and RDPs mainly).
Through Whonix or Kali?

Thanks in advance
Reply Report
#2
(04-10-2023, 04:00 AM)showneem Wrote: Greetings,

Where is it preferable (in OPSec terms) to buy your resources (proxies and RDPs mainly).
Through Whonix or Kali?

Thanks in advance

I mean, personally, I do things differently.

I don't pay for proxies, I scan the entire internet with VPSes for common proxy ports, and test to see if they're proxies, as well as open.

You can get 10 gigabit VPSes that allow port scanning out there, hell even Linode with a gigabit connection you can do it with, if you convince them you're a security researcher and don't do anything malicious with the scanners.

Allows you to find private proxies, which can get around a lot of proxy list blocks.
Reply Report
#3
(06-06-2023, 04:34 AM)Mephistopheles_ANK Wrote:
(04-10-2023, 04:00 AM)showneem Wrote: Greetings,

Where is it preferable (in OPSec terms) to buy your resources (proxies and RDPs mainly).
Through Whonix or Kali?

Thanks in advance

I mean, personally, I do things differently.

I don't pay for proxies, I scan the entire internet with VPSes for common proxy ports, and test to see if they're proxies, as well as open.

You can get 10 gigabit VPSes that allow port scanning out there, hell even Linode with a gigabit connection you can do it with, if you convince them you're a security researcher and don't do anything malicious with the scanners.

Allows you to find private proxies, which can get around a lot of proxy list blocks.

Big brain! +1
Reply Report
#4
(04-10-2023, 04:00 AM)showneem Wrote: Greetings,

Where is it preferable (in OPSec terms) to buy your resources (proxies and RDPs mainly).
Through Whonix or Kali?

Thanks in advance
If you are looking for private proxies, there are many legitimate services that offer them for a fee. These services can help you bypass proxy list blocks without resorting to potentially harmful methods.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16183.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16183.html new file mode 100644 index 0000000..cbf6a33 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16183.html @@ -0,0 +1,28 @@ + learning c + +

learning c
#1
what are some good courses/videos or tips for learning c
i have some programing knowledge in python so not a complete begginer
Reply Report
#2
(05-26-2023, 09:55 AM)liptonpeach Wrote: what are some good courses/videos or tips for learning c
i have some programing knowledge in python so not a complete begginer

w3schools.com/c/
freecodecamp.org/news/the-c-beginners-handbook/
learn-c.org

Also a vid:
youtu.be/KJgsSFOSQv0
Reply Report
#3
(05-26-2023, 06:18 PM)Clocker Wrote:
(05-26-2023, 09:55 AM)liptonpeach Wrote: what are some good courses/videos or tips for learning c
i have some programing knowledge in python so not a complete begginer

w3schools.com/c/
freecodecamp.org/news/the-c-beginners-handbook/
learn-c.org

Also a vid:
youtu.be/KJgsSFOSQv0
gonna check them out now
thanks
Reply Report
#4
A good youtube playlist is: https://www.youtube.com/watch?v=KnvbUiSx...AOFI8xIB6e
Or as compact youtube video: https://www.youtube.com/watch?v=KJgsSFOSQv0

Another good and free platform for learning programming languages is: https://www.sololearn.com/

To improve your skills, I recommend: https://www.codewars.com/kata/search/c and https://www.hackerrank.com/domains/c
Reply Report
#5
(05-26-2023, 09:55 AM)liptonpeach Wrote: what are some good courses/videos or tips for learning c
i have some programing knowledge in python so not a complete begginer

The standard for learning C is the book that's referred to as "K&R". It's a pretty short read and it explains in great detail how C really works.
When I was a beginner, online tutorials were alright, but I still got weird errors I didn't know how to solve. K&R goes into just the right amount of detail about all of C's feature in the ANSI-C version. (A little outdated but not too much, since C's barely updated since then(look at the wikipedia page to see what you'd be missing out on)).
Hope this helps.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16278.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16278.html new file mode 100644 index 0000000..db903a8 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16278.html @@ -0,0 +1,28 @@ + Building a Ransomware + +

Building a Ransomware
#1
Hello everyone.

I'm neew to malware development, and I'd like to start by building ransomware(it doesn't necessarily have to be very complex).

I have knowledge of the C# programming language and that is why i would like to develop it using this language. Thecharacteristics that i want it to have are the following:

-> Graphic interface.
-> Symetric encryption.
-> Connection through sockets with the server.

If anyone of you already have knowlodge on the subject, I would like to hear his opinions and recommendations, I am open to new knowledge in the area.

Finally, my idea is to update this publication with my progress in the project.

I appreciate your comments and contributions.
Reply Report
#2
(05-29-2023, 10:17 PM)L4ncel0t Wrote: Hello everyone.

I'm neew to malware development, and I'd like to start by building ransomware(it doesn't necessarily have to be very complex).

I have knowledge of the C# programming language and that is why i would like to develop it using this language. Thecharacteristics that i want it to have are the following:

-> Graphic interface.
-> Symetric encryption.
-> Connection through sockets with the server.

If anyone of you already have knowlodge on the subject, I would like to hear his opinions and recommendations, I am open to new knowledge in the area.

Finally, my idea is to update this publication with my progress in the project.

I appreciate your comments and contributions.

I assume by graphic interface you mean you want a control panel to handle all the ransomware bots. In C#, you can use Windows Forms or WPF to create the interface where you can deploy and handle bots. You can write the server in C# and you can leverage a protocol such as HTTP, do some research.

There are multiple symmetric encryption options out there such as Blowfish, Twofish, RC4, RC5, AES, etc. You can find a working implementation on Github. Make sure you do not encrypt any important system files.

Any communication via sockets to the server will need to be encrypted. There are many ways to do this. TLS/SSL libraries can be quite large, so be aware of the other options.
Reply Report
#3
(05-29-2023, 10:17 PM)L4ncel0t Wrote: Hello everyone.

I'm neew to malware development, and I'd like to start by building ransomware(it doesn't necessarily have to be very complex).

I have knowledge of the C# programming language and that is why i would like to develop it using this language. Thecharacteristics that i want it to have are the following:

-> Graphic interface.
-> Symetric encryption.
-> Connection through sockets with the server.

If anyone of you already have knowlodge on the subject, I would like to hear his opinions and recommendations, I am open to new knowledge in the area.

Finally, my idea is to update this publication with my progress in the project.

I appreciate your comments and contributions.

I agree with ColdReloaded but also the number 1 threat to your malware is it being reverse engineered.

There are many guides on how to write code in a way that makes it hard to reverse engineer such as creating a packer or using a packer.

Just something to be aware of.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16313.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16313.html new file mode 100644 index 0000000..a34d152 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16313.html @@ -0,0 +1,28 @@ + Bypassing defender + +

Bypassing defender
#1
I've been working on a RDP backdoor that works -- it adds new firewall rules, creates a new RDP user, downloads a vpn software and connects thru cmd.exe, then establishes persistence by adding a program (located at HKCU:\Software\Microsoft\Windows\CurrentVersion\Run) that uses cmd to reconnect to the VPN using PS1. Only problem is that it is flagged by windows defender as a backdoor. I tried AMSITrigger, and it came back as clean.

Some questions:
How can I find out which lines are problematic?
Does there exist a virus scanner that doesn't send samples to the glowies?
Does anyone have any experience with deploying malware to the masses? I was looking at malvertising, but I assume it'll be a bitch to put together a website and get people to download + click an unsigned .exe.

Thanks
Reply Report
#2
(05-31-2023, 07:31 PM)smellyfoot47 Wrote: I've been working on a RDP backdoor that works -- it adds new firewall rules, creates a new RDP user, downloads a vpn software and connects thru cmd.exe, then establishes persistence by adding a program (located at HKCU:\Software\Microsoft\Windows\CurrentVersion\Run) that uses cmd to reconnect to the VPN using PS1. Only problem is that it is flagged by windows defender as a backdoor. I tried AMSITrigger, and it came back as clean.

Some questions:
How can I find out which lines are problematic?
Does there exist a virus scanner that doesn't send samples to the glowies?
Does anyone have any experience with deploying malware to the masses? I was looking at malvertising, but I assume it'll be a bitch to put together a website and get people to download + click an unsigned .exe.

Thanks

What defender flagged as backdoor? Is your powershell script FUD in runtime? The software installing the RDP server? Try scanning each file you use in your malware.
need more info
We are Light Hat Arsenal, we are hackers for the light.
Reply Report
#3
(05-31-2023, 07:31 PM)smellyfoot47 Wrote: I've been working on a RDP backdoor that works -- it adds new firewall rules, creates a new RDP user, downloads a vpn software and connects thru cmd.exe, then establishes persistence by adding a program (located at HKCU:\Software\Microsoft\Windows\CurrentVersion\Run) that uses cmd to reconnect to the VPN using PS1. Only problem is that it is flagged by windows defender as a backdoor. I tried AMSITrigger, and it came back as clean.

Some questions:
How can I find out which lines are problematic?
Does there exist a virus scanner that doesn't send samples to the glowies?
Does anyone have any experience with deploying malware to the masses? I was looking at malvertising, but I assume it'll be a bitch to put together a website and get people to download + click an unsigned .exe.

Thanks

did you try using chimera obfuscation for powershell?
Reply Report
#4
(05-31-2023, 07:31 PM)smellyfoot47 Wrote: I've been working on a RDP backdoor that works -- it adds new firewall rules, creates a new RDP user, downloads a vpn software and connects thru cmd.exe, then establishes persistence by adding a program (located at HKCU:\Software\Microsoft\Windows\CurrentVersion\Run) that uses cmd to reconnect to the VPN using PS1. Only problem is that it is flagged by windows defender as a backdoor. I tried AMSITrigger, and it came back as clean.

Some questions:
How can I find out which lines are problematic?
Does there exist a virus scanner that doesn't send samples to the glowies?
Does anyone have any experience with deploying malware to the masses? I was looking at malvertising, but I assume it'll be a bitch to put together a website and get people to download + click an unsigned .exe.

Thanks


Exe files = ThreatCheck.exe. Try.
Reply Report
#5
(05-31-2023, 07:31 PM)smellyfoot47 Wrote: I've been working on a RDP backdoor that works -- it adds new firewall rules, creates a new RDP user, downloads a vpn software and connects thru cmd.exe, then establishes persistence by adding a program (located at HKCU:\Software\Microsoft\Windows\CurrentVersion\Run) that uses cmd to reconnect to the VPN using PS1. Only problem is that it is flagged by windows defender as a backdoor. I tried AMSITrigger, and it came back as clean.

Some questions:
How can I find out which lines are problematic?
Does there exist a virus scanner that doesn't send samples to the glowies?
Does anyone have any experience with deploying malware to the masses? I was looking at malvertising, but I assume it'll be a bitch to put together a website and get people to download + click an unsigned .exe.

Thanks

You can try: https://antiscan.me/ and I am sure there are others.
There are a number of things you can do to pinpoint what trips what. Try slowly taking away stuff until the AV isn't triggered and go from there. Are you obfuscating your strings? Executing third-party Powershell scripts tends to ring alarm bells in a default Windows setup nowadays. Be careful with ideas such as "deploying malware to the masses", big things fall faster.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16404.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16404.html new file mode 100644 index 0000000..2bbc5c9 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16404.html @@ -0,0 +1,28 @@ + Malware in golang + +

Malware in golang
#1
How to code in go to avoid malware detection? no idea how it is called but this thing with underlines as variables and encodings and stuff like that.
Reply Report
#2
(06-03-2023, 02:23 PM)fcurs3clul Wrote: How to code in go to avoid malware detection? no idea how it is called but this thing with underlines as variables and encodings and stuff like that.

There are 2 methods of malware detection, signatures and patteren matching.

To avoid signatures, you need to make sure your malware always has a different file hash becuase anti-malware gets file hashes from known malware and scans the files on the system and prevents files with the same file hash from running.

To avoid patteren matching is harder. The anti-malware recognizes certain patterens that a process is doing such as encrypting all the files on the system. To get around this you need to use heruistics or do something that encrypts the files as a byproduct such that your malware is not flagged as ransomeware if that's what you are trying to make.

With go, definetly use the go routines as the green threads are hard to detect malware on.
Reply Report
#3
(06-03-2023, 02:23 PM)fcurs3clul Wrote: How to code in go to avoid malware detection? no idea how it is called but this thing with underlines as variables and encodings and stuff like that.

I believe you’re asking how to write code in Go that can avoid malware detection. Malware authors are using Go (Golang) to evade detection and impede reverse engineering efforts 1. However, it’s important to note that writing malware is illegal and unethical.

If you’re looking to write code in Go that can avoid detection by antivirus software, there are a few things you can do. One approach is to use obfuscation techniques to make your code more difficult to analyze. This can include using variable names that are difficult to understand or using encryption to hide your code 2.

Another approach is to use behavior-based detection. This involves analyzing the behavior of your code at runtime to determine if it’s malicious. By doing this, you can avoid detection by antivirus software that relies on signature-based detection 1.

It’s important to note that while these techniques can help you avoid detection by antivirus software, they won’t necessarily make your code undetectable. Antivirus software is constantly evolving and improving, so it’s important to stay up-to-date on the latest techniques for avoiding detection
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16451.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16451.html new file mode 100644 index 0000000..013e8be --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16451.html @@ -0,0 +1,28 @@ + BUY FAKE BANKNOTES! + +

BUY FAKE BANKNOTES!
#1
For inquiries and how to get our note,tele.gram handlde"@Tha_BackEnd_Plug". The notes are perfectly made and in Indistinguishable from the original notes and thus can bypass the UV light and pen test and can be used at small stores, money changers and so many other places.Our design team consists of highly skilled craftsmen and experts in both artistic and technical design. They work closely with our Research & Development team, developing new stunning security features based on proprietary software and advanced algorithms that makes our notes looks Indistinguishable from the original banknotes.We print and produce the GBP,CAD,USD,AUD,EURO and so many other currecies.
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16547.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16547.html new file mode 100644 index 0000000..0a00265 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16547.html @@ -0,0 +1,28 @@ + (Malware Support) + +

(Malware Support)
#1
(Malware Support)

Need someone to assist with setting up a C2 server and C&C channel for Malware . Also need someone with experience with obfuscation

Anyone with experience with:

-Kobalt Strike
-BruteRatel
-Crypters

Telagram @GG26917
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16583.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16583.html new file mode 100644 index 0000000..b7f99e3 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16583.html @@ -0,0 +1,28 @@ + Buy Marriage and Divorce certificates.Telegram............(@dndocsforsale) + +

Buy Marriage and Divorce certificates.Telegram............(@dndocsforsale)
#1
Buy registered passports, drivers license, ID card and certificates, Covid-19 vaccine card,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com


We are the best producers of HIGH QUALITY document,Getting a fake and a real (genuine) passport, ID or driving license or any other document is simple. we can make you both real and fake documents.

However, the real documents are more e??ensive than the fake because

it takes time, skill and contacts to get it done. Note that, the fake

is going to be 100% unique and in very good quality. The difference is based on the registration of the numbers. The real Document will be registered with the country's database so you can use it to travel to any country of your choice or in the country, mean while the fake will not be registered but can be used as well.


Buy fake USA,EU,UK,AU,Canada and fake Israeli passports,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com

We provide Covid-19 vaccine card/Certificate/ passport


Buy USA Covid-19 card (registered under your state department of health )


Buy Canada Covid-19 card (Registered on the Healthcare )


Buy UK NHS covid-19 pass ( Registered under NHS system)


Buy Ireland (Registered with the HSE system)


Buy EU digital covid-19 certificate for European countries

Buy Australian Covid19 Digital Certificates




=OUR SERVICES


Buy CSCS Cards


Buy Passport and ID Cards


Buy Diplomatic passports


Buy Birth Certificates


Buy other country documents


Buy Drivers License SSN


Buy Citizenship Documents


Buy Marriage and Divorce certificates


Buy High school certificates and Degree


Buy TOEIC, TOEFL, IELTS, GRE Score & Certificate


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16584.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16584.html new file mode 100644 index 0000000..83f9e09 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16584.html @@ -0,0 +1,28 @@ + Buy registered passports, drivers license, ID card.Telegram.....(@dndocsforsale) + +

Buy registered passports, drivers license, ID card.Telegram.....(@dndocsforsale)
#1
Buy registered passports, drivers license, ID card and certificates, Covid-19 vaccine card,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com


We are the best producers of HIGH QUALITY document,Getting a fake and a real (genuine) passport, ID or driving license or any other document is simple. we can make you both real and fake documents.

However, the real documents are more e??ensive than the fake because

it takes time, skill and contacts to get it done. Note that, the fake

is going to be 100% unique and in very good quality. The difference is based on the registration of the numbers. The real Document will be registered with the country's database so you can use it to travel to any country of your choice or in the country, mean while the fake will not be registered but can be used as well.


Buy fake USA,EU,UK,AU,Canada and fake Israeli passports,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com

We provide Covid-19 vaccine card/Certificate/ passport


Buy USA Covid-19 card (registered under your state department of health )


Buy Canada Covid-19 card (Registered on the Healthcare )


Buy UK NHS covid-19 pass ( Registered under NHS system)


Buy Ireland (Registered with the HSE system)


Buy EU digital covid-19 certificate for European countries

Buy Australian Covid19 Digital Certificates




=OUR SERVICES


Buy CSCS Cards


Buy Passport and ID Cards


Buy Diplomatic passports


Buy Birth Certificates


Buy other country documents


Buy Drivers License SSN


Buy Citizenship Documents


Buy Marriage and Divorce certificates


Buy High school certificates and Degree


Buy TOEIC, TOEFL, IELTS, GRE Score & Certificate


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16585.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16585.html new file mode 100644 index 0000000..7aa2bf3 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16585.html @@ -0,0 +1,28 @@ + Buy other country documents.Telegram........... (@dndocsforsale) + +

Buy other country documents.Telegram........... (@dndocsforsale)
#1
Buy registered passports, drivers license, ID card and certificates, Covid-19 vaccine card,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com


We are the best producers of HIGH QUALITY document,Getting a fake and a real (genuine) passport, ID or driving license or any other document is simple. we can make you both real and fake documents.

However, the real documents are more e??ensive than the fake because

it takes time, skill and contacts to get it done. Note that, the fake

is going to be 100% unique and in very good quality. The difference is based on the registration of the numbers. The real Document will be registered with the country's database so you can use it to travel to any country of your choice or in the country, mean while the fake will not be registered but can be used as well.


Buy fake USA,EU,UK,AU,Canada and fake Israeli passports,


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com

We provide Covid-19 vaccine card/Certificate/ passport


Buy USA Covid-19 card (registered under your state department of health )


Buy Canada Covid-19 card (Registered on the Healthcare )


Buy UK NHS covid-19 pass ( Registered under NHS system)


Buy Ireland (Registered with the HSE system)


Buy EU digital covid-19 certificate for European countries

Buy Australian Covid19 Digital Certificates




=OUR SERVICES


Buy CSCS Cards


Buy Passport and ID Cards


Buy Diplomatic passports


Buy Birth Certificates


Buy other country documents


Buy Drivers License SSN


Buy Citizenship Documents


Buy Marriage and Divorce certificates


Buy High school certificates and Degree


Buy TOEIC, TOEFL, IELTS, GRE Score & Certificate


Telegram................................ (@dndocsforsale)


Emaill.......................................dndocsforsaleonline@protonmail.com
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16609.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16609.html new file mode 100644 index 0000000..4e26681 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16609.html @@ -0,0 +1,28 @@ + Counterfeit money of the highest quality + +

Counterfeit money of the highest quality
#1
Our unique technologies build on our long-standing expertise, extensive ID knowledge and the world’s most

Telegram @Darknetdocsforsale1

WhatsApp.+1 (720) 213-6817

comprehensive ID document database. In short, we offer documents production and verification services you can trust

All the documents we produce have all the security features like the holograms, watermarks, functional

bar-codes, microchips and are all registered in the database.

We keep track of all documents in the state database, so when your document expires, all you have to do is go to the local issuing authorities office and it will be renewed. we are dedicated to assisting you in minimizing the stress of moving from one office to another and searching for various documents for you to operate efficiently in your host country

WhatsApp.+1 (720) 213-6817

Telegram @Darknetdocsforsale1

http://gkfnpmc3ivruruc56bxgwrtctolrovkpp...did.onion/

CASH APP,Money Gram,Western Union, Bank, Money Bookes, Paypal, CC HOT TRANSFER AVAILABLE NOW

Buy and shop items you need With my free guide, Passport, Driving License,

Covid19 Vaccine Cards, CSCS Cards, Ship license, Boating License,

Diploma Certificates, PhD's, IELTS Certificate, Bachelor degrees, NCLEX Certificate, MBA, ID Cards,

SS Cards, Associate Certificate, University Certificates, Green Cards, Death Certificate, Master, Degree, PMP Certificate, Working Permits, Visa's etc.

Home - Online Documents For Sale

Better Products! Better Service! A Better Experience! All document online can guarantee you with a full set of database registered real genuine citizenship papers and/or identification documents at the lowest cost. We are an independent group of specialized professionals and database...

Telegram @Darknetdocsforsale1

http://gkfnpmc3ivruruc56bxgwrtctolrovkpp...did.onion/

We are the best producers of HIGH QUALITY document,Getting a fake and a real (genuine) passport, ID or driving license or any other document is simple. we can make you both real and fake documents.

Is going to be 100% unique and in very good quality. The difference is based on the registration of the numbers. The real Document will be registered with the country's database so you can use it to travel to any country of your choice or in the country, mean while the fake will not be registered but can be used as well.

http://gkfnpmc3ivruruc56bxgwrtctolrovkpp...did.onion/

Telegram @Darknetdocsforsale1

WhatsApp.+1 (720) 213-6817

onlinedocumentsverified@dnmx.org
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16659.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16659.html new file mode 100644 index 0000000..13a1124 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16659.html @@ -0,0 +1,28 @@ + Easiest ways to make money online(Telegram: Bradley_bil7) + +

Easiest ways to make money online(Telegram: Bradley_bil7)
#1
Easiest ways to make money online(Telegram: Bradley_bil7)

Pm me now if you in for
Clone cards
Spamming tools
Bank's drop
Cash app / paypal flips ✅
Bank logs?
Drugs
Banks open ups?
ID Cards ?
Drivers licenses ?.
Spamming sender's like sky mailer, mailer pro etc
??
I’m not in for no funny Shit
Just wanna do good business

General support wickr me...jmorgan420
Email..... (darkclone10@proton.me)
Telegram....Bradley_bil7
Whatsapp....+1 (323) 989 1049
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16660.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16660.html new file mode 100644 index 0000000..bf6e780 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid16660.html @@ -0,0 +1,28 @@ + WORK WITH THE WORLD BEST TEAM OF HACKERS + +

WORK WITH THE WORLD BEST TEAM OF HACKERS
#1
WORK WITH THE WORLD BEST TEAM OF HACKERS

Are you in need of help in the following domains and more? contact us now and search no more .
*University grades changing
*Bank accounts hack
*Twitters hack
*email accounts hack
*Grade Changes hack
* load bank account any amounts
*Website crashed hack
*server crashed hack
*Retrieval of lost file/documents
*Erase criminal records hack
*Databases hack
*Sales of Dumps cards of all kinds
*Untraceable Ip
*Individual computers hack
*Websites hack
*Facebook hack
*Control devices remotely hack
*Burner Numbers hack
*Verified Paypal Accounts hack
*Any social media account hack
*Android & iPhone Hack
*Word Press Blogs hack
*Text message interception hack
*email interception hack


General support wickr me...jmorgan420
Email..... (darkclone10@proton.me)
Telegram....Bradley_bil7
Whatsapp....+1 (323) 989 1049

We are a group of professional hackers,we are seasoned and professional hackers ...as a way of giving back to the world we are here to help with all hacking jobs some of which are ,
HACK INTO ANY SCHOOL DATABASE AND CHANGE UNIVERSITY GRADES, no matter
how secured...
What about your spouses' Cell phone? Do you need to access it anytime for location, text message data, even listen to calls?
We can add remote access tools to networks. Install keyloggers remotely. We can also spoof calls, and depending on the situation, real time GSM interception.
Cyber Investigations - is part of the services offered by our team.
Penetration Testing - We provide penetration testing services for you or your businesses website, your local networks, and your residence.
Email Hacking - provides access to lost email accounts or accounts that you have been blocked out of by a hacker. The email hacking team specializes in email hacking with accounts that are secured with Two- Factor Authentication.
Phone Hacking - is done by several ways and software. We both use and sell to the public, if you are looking for an in-depth sure way of monitoring and hacking your devices then we are your pick.
Password Hacking - We know there are several other places on where passwords can be used, such as websites and other types of software that are not publicly listed or used if you are looking to hire a password hacker or purchase a private password hacking tool we have the solutions for you.
Website Hacking - Do you own or maintain a website that you think could possibly be insecure and at risk to hackers, we have several programs and test that will ensure the highest security of you or your companies website.
Other Categories- Facebook account, Email Interception,Whatsapp, iCloud hack,Grade repair ,Self-defense Hacking Tricks ,Database hacking,Btinternet Email Hack,Paypal,credit card transfer,BANK TRANSFERS,Card hack,Windows Hacking Tricks,Android hack.Also,constantly get Free TalkTime from your network provider,untraceable IP Address,YouTube Tricks.
Computer Hacking - We specialize in hacking several different platforms and operating systems, we have tools that can provide a key turn hacking tool to help assist you with whatever it is you are looking to do. Contact us if you are looking to have a custom computer hacking tool coded.


- Hack INTO ANY BANK WEBSITE
- Hack into any COMPANY WEBSITE
- HACK INTO ANY GOVERNMENT AGENCY WEBSITE
- HACK INTO SECURITY AGENCY WEBSITE AND ERASE CRIMINAL RECORDS
- Hack into CRAIGSLIST AND REMOVE FLAGGING
- HACK INTO ANY DATABASE SYSTEM
- HACK PAYPAL ACCOUNT
- HACK WORD-PRESS Blogs
- SERVER CRASHED hack
- UNTRACEABLE INTERNET PROTOCOL etc
At Reliable Source we provide Quality "Services"- Delivered By Leading Experts provides an early warning system for evolving cyber threats, enabling organizations to prevent, detect, rapidly respond to and predict cyber attacks. Combining unparalleled visibility into the global threat landscape and powered by the Counter Threat Platform ? our advanced data analytic and insights engine ? minimizes risk and delivers actionable, intelligence-driven security solutions for clients around the world......I have a team of veterans that have been able to provide our clients with computer Ethical Hacking exploits /investigations for a broad range of civil disputes & criminal cases..We have a 8 years experience in this field so you can be sure we will be able to deal with all kinds of works needed and have it delivered just the way you expect

Reason you should work with us are as follows
? Professionalism. We are working only with the best technologies and developments
? Experience. We are constantly improving our technology in this area and are adopting new advanced solutions
? Quality. Our expertise allows us to exploit various vulnerabilities on the target servers, making our attacks the most effective.
? Honesty. We provide conditions for repayment of funds, if you are not entirely satisfied.
? Power. With the continuous improvement of our technology, we have huge abilities
? We will present the necessary proofs.
? Operational performance of my work; can hack into the most complex of systems
regular customer discounts
? We are Trustworthy and Professional.?Interestingly, that trend has not died out, but rather increased.
? We provide results from 1 hour to 7 days (extension varies on complexity)
? Complete Confidentiality? the victim will not even notice that their email account has been hacked
? Burglary of the email account will be carried out without changing the password, the victim, will access their email account noticing no suspicious activity
? Anonymity. You can be sure that any information regarding your order will not be shared with a third party.
? Provide the email address you want to hack and within a few hour or just a few days (for severe cases), we will give you the results and evidence of our service?s smooth operation.
Our services includes;
****Different Kinds of Dating Sites
****Hack any social media (Facebook, Instagram, twitter, snap-chat etc) /Whatsapp/Email
****Hack/track Phones and computers
****Source for any evidence/proof, Cash projects/money deals(You offering or me), Intellectual Property
****Website Hack & security
****Sales of tools(RAT, C-panel, smtp, shell, Live fullz, crypter, keylogger etc)
****Hacking Tutorials
****Physical Counterfeit Passports
****Unlock computer system
****Spy bug(competitors,employees,children,lovers etc)
****Credit score upgrade
****Driving under influence / Criminal records removal
****Derogatory Remark Removal
****charge-off Negotiation/ Removal
**** Fix your collection account
****Retrieve lost files/documents
****content removal Test score upgrade
****Source for test/exam questions and answers
****Get your account Verified on Twitter/Instagram
****Tutorials and e-books & more Below are the list of services we render
****Any Kinds of Countries Passport worldwide
****Flight Ticket
****Games hacking services(Games Hacking,Game cheat tutorial,Exclusive game hacking tutorials,Games Development )
****Bank Account flashing
****Different Kinds of Games Hacking
****Upgrade University Grades
****Delete unwanted online Pictures and Videos on any website
****Tracing peoples background
****Hack bank accounts
****Apps hacking
****Loading all MasterCard, Bank Accounts, PayPal, Bitcoin, WU, Money Gram with untraceable credit on it. etc.
****We also develop hacked Facebook, twitter, Instagram,line, Skype, yahoo, gmail passwords etc.
****Do you need to keep an eye on your spouse by gaining access to their emails?
****As a parent do you want to know what your kids do on a daily basis on social networks.
****Different Kinds of Games and Software hacking,Games server files + database,Social Engineering,Scanning Networks,Evading IDS, Firewalls, and Honeypots,Sniffing,Hacking Mobile Platforms,Hacking Web Applications,Hacking Web servers,Hacking Wireless Networks
****Cloud ? Threats & Opportunities,Malware Threats,Session Hijacking,SQL Injection,Enumeration,Denial of Service,Foot printing and Reconnaissance,System Hacking
****Physical Counterfeit Driver?s License (U.S., U.K.,Germany, Israel, International Driver?s Permit for all countries)

Try us today and you will never regret working with u
Have you been hacked?
Do you want to find out if your website, computer or network can be or has been hacked?
Would you like to hack into a computer, website or network?
Social Media Threats
Has your Facebook, Twitter or Google+ account been hacked? We can help get it restored and track the person who did it in many cases.
Computer Spying and Surveillance
Do you want to install spyware on a cellphone or computer?
Do you want to know if you have spyware on your computer?
Remove A Link
Mugshot Picture Removed
Blog Link Removed
Google Link Removed
Locate Missing People
Find and reconnect with family, old friends, relatives just about anyone! People Search reports include phone numbers, address history, ages, birth dates, household members and more.
Background Checks
Background reports include, when available, a criminal check, lawsuits, judgments, liens, bankruptcies, property ownership, address history, phone numbers, relatives & associates, neighbors, marriage/divorce records and more.
We also can get access to a persons Twitter and Facebook account so you can find out who a person really about outside of the office.
Nationwide Employment Background Check includes
SSN Trace
Address History
7-Year National Criminal Database Search
Courthouse Verification of Criminal Database Records (up to 3)
National Sex Offender Registry Check
Online Dating Scams
Have you been scammed because all you were looking for was love? We can help you in 2 ways.
Verify the person's identity before meeting the person and moving to the next step.
If you have been scammed online and would like to track the person's location so you can proceed with some type of action.
Cyber bully - Cyber Stalked
Have you been cyber bullied or cyber stalked? We can identity who is stalking and bullying you online. After identifying the person or group we can take appropriate actions you may like.
Computer Security Training
We can train you on all the tools computer hackers use to perform Reconnaissance, Hacks and Denial of Service Attack.
Cyber Extortion
Your ex-is threatening to post nude photos of you.
Someone have posted false information about you or your business
Someone has stolen your company information and wants money to return it.
Relationships
Find out if your boyfriend, girlfriend or spouse is cheating
Need ammo for a divorce
Tracking
Track a stolen computer
Track a stolen iPhone or Android phone
Track a person
Passwords
Did you forget your password?
Email cracking
Windows and Apple Password Cracking
Website Password Cracking
Database Password Cracking
Cyber Fraud
Have you been scammed? Did you purchase or service online and never received your product?
We can help locate the person that scammed you anywhere in the world.


For east, fast and secured response contact us via the following;

General support wickr me...jmorgan420
Email..... (darkclone10@proton.me)
Telegram....Bradley_bil7
Whatsapp....+1 (323) 989 1049
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2199.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2199.html new file mode 100644 index 0000000..95e2267 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2199.html @@ -0,0 +1,28 @@ + Best IDE? + +

Best IDE?
#1
I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
Reply Report
#2
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
How about vim or notepad ++?
Reply Report
#3
Notepad++ and Sublime3
Contacts:

XMPP: longpig@jabber.calyxinstitute.org
XMPP: longpig@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion
Reply Report
#4
(09-03-2020, 10:46 AM)LongPig Wrote: Notepad++ and Sublime3

Didnt have such a great experience with sublime, and Notepad++ is a bit tricky to export to Kali without Wine
Reply Report
#5
(09-03-2020, 10:49 AM)Tesla_Shock Wrote:
(09-03-2020, 10:46 AM)LongPig Wrote: Notepad++ and Sublime3

Didnt have such a great experience with sublime, and Notepad++ is a bit tricky to export to Kali without Wine

well i mostly use windows because i am prone to reversing and malware development mostly but when i use Linux i always choose Debian, i dont suggest to use Kali its not really stable and its full of bloatware and software that you will never use probably.
Contacts:

XMPP: longpig@jabber.calyxinstitute.org
XMPP: longpig@cryptbbsfmzv6dq4ec2iv6ravrw5ohgmklfagqhtvkgiaknvte5fylqd.onion
Reply Report
#6
(09-03-2020, 11:05 AM)LongPig Wrote:
(09-03-2020, 10:49 AM)Tesla_Shock Wrote:
(09-03-2020, 10:46 AM)LongPig Wrote: Notepad++ and Sublime3

Didnt have such a great experience with sublime, and Notepad++ is a bit tricky to export to Kali without Wine

well i mostly use windows because i am prone to reversing and malware development mostly but when i use Linux i always choose Debian, i dont suggest to use Kali its not really stable and its full of bloatware and software that you will never use probably.

I only use Kali for the ability to use Persistant Live. Since I use windows as my main OS for gaming, I use kali seperately to work on the go and keep my main less cluttered, much less privacy issues.
Reply Report
#7
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too
Reply Report
#8
(09-03-2020, 11:15 AM)Hackersploit178 Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too

Ok i'll check it out, thanks!
Reply Report
#9
(09-03-2020, 11:15 AM)Hackersploit178 Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too

i also use this ide but sometimes i forgot some option like extension codes and setting are so tough if we mistakly change some setting i getting many troubles ?
Reply Report
#10
(09-05-2020, 03:01 PM)shahil248 Wrote:
(09-03-2020, 11:15 AM)Hackersploit178 Wrote:
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Visual Studio Code is one of the most popular source code editor used by the programmers. It's fast it's lightweight and it's powerful too

i also use this ide but sometimes i forgot some option like extension codes and setting are so tough if we mistakly change some setting i getting many troubles ?

are u talking about workspace and user setting ???
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2628.html b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2628.html new file mode 100644 index 0000000..5ad9e65 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Description/showthreadphptid2628.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#1
Python Beginner Guide

----------------------------------------------------------------------

it a great choice for beginners and experts alike. Python's readability makes it a great first programming language — it allows you to think like a programmer and not waste time with confusing syntax. ... If Python isn't installed, it's easy to download and install. That's why i write this tutorial
Introduction

Python is a interpreted, object-oriented, high-level programming language.
Python was created by Guido van Rossum and officially released in the year 1991.
This language is still quite new and is one of the easier languages to learn.
Another really great thing about python is that unlike many programming languages, it does NOT require a semi-colon(";") at the end of every line.

• Python comes pre-installed with Mac OS X and
Linux.
• Windows binaries from http://python.org/
• You might not have to do anything!
Rich, built-in collection types:
Lists
Tuples
Dictionaries (maps)
Sets


How to Install Python on Windows

How to Install Python IDE ?
Below is a step by step process on how to download and install Python on Windows

1) To download and install Python, visit the official website of Python https://www.python.org/downloads/ and choose your version.

2) Once the download is completed, run the .exe file to install Python. Now click on Install Now.

3) You can see Python installing at this point .




Good example of scripting language
“Pythonic” style is very concise
Powerful but unobtrusive object system
Every value is an object
Powerful collection and iteration
abstractions
Dynamic typing makes generics easy
simplified syntax and not complicated,
which gives more emphasis on natural language.
It is used in web development, data science, creating software prototypes and so on.
Fortunately for beginners, Python has simple easy-to-use syntax. This makes Python an excellent language to learn to program for beginners

Table of contents
  • Getting started
  • Variables
  • Operators
  • Logical Statements
  • Lists
  • Loops
  • Functions
  • Modules
  • Global Variables
  • Final words & Credits




----------------------------------------------------------------------



Getting started



I recommend you download and install Python, since Python 2.7 is outdated.just download Python 3

If you want to write your own Python programs, you need to use an IDE many begineers dont know full name of ide so full name is = integrated Development Environment
There are a lot of different IDE's for python, personally i prefer PyCharm.

If you are not yet familiar with python, i recommend you use JetBrains PyCharm Edu, which you can download for free here.
This version of PyCharm offers you a diversity of tutorials, aswell as extra help features.


If you are familiar with python already, i recommend you use JetBrains Pycharm Community Edition, which you can download for free here.
This version of PyCharm offers you alot more plugins and features.


In python you can add a comment to your code using the hash symbol ('#').
Example:
Code:
#This is a comment!

If you wish to have multiple lines of comments, you can enclose the lines of comments using the double quote symbol 3 times.
Example:
Code:
"""
These
Are
Multiple
Lines
Of
Comments
"""

Comments will always be ignored by the interpreter and are usually used to add some notes to a part of the code. (if u complete 1 project and you have to work after 2 months or long time that notes will helping to understand how you create that things )



----------------------------------------------------------------------

Python TUPLE - Pack, Unpack , Compare, Slicing of Tuple , Tuples and dictionary , tuples as keys in dictionaries

What is Tuple Matching in Python?

-Tuple Matching in Python is a method of grouping the tuples by matching the second element in the tuples. It is achieved by using a dictionary by checking the second element in each tuple in python programming. However, we can make new tuples by taking portions of existing tuples.

Tuple Syntax

Code:
Tup = ('Jan','feb','march')

To write an empty tuple = tup1 = ();

For writing tuple for a single value, you need to include a comma like = Tup1 = (10,);

Tuple indices begin at 0, and they can be concatenated, sliced and so on

Packing and Unpacking :

In packing, we place value into a new tuple while in unpacking we extract those values back into variables

Code:
x = ("xyz99", 20, "imm")    # tuple packing
(company, emp, profile) = x    # tuple unpacking
print(company)
print(emp)
print(profile)

Comparing tuples

comparison operator in Python can work with tuples
comparison starts with a first element of each tuple. If they do not compare to =,< or > then it proceed to the second element and so on
#case 1
Code:
a=(5,6)
b=(1,4)
if (a>b):print("a is bigger")
else: print("b is bigger")
#case 2
Code:
a=(5,6)
b=(5,4)
if (a>b):print("a is bigger")
else: print ("b is bigger")

Case1: Comparison starts with a first element of each tuple. In this case 5>1, so the output a is bigger

Case 2: Comparison starts with a first element of each tuple. In this case 5>5 which is inconclusive. So it proceeds to the next element. 6>4, so the output a is bigger

tuples as keys in dictionaries

tuple is a hashable value and can be used as a dictionary key. A tuple would be useful as a key when storing values associated with a
grid or some other coordinate type system.

Example: We would come across a composite key if we need to create a telephone directory that maps, first-name, last-name, pairs of telephone numbers, etc. Assuming that we have declared the variables as last and first number, we could write a dictionary assignment statement as shown below:
Code:
directory[last,first] = number or other value or string
Inside the brackets, the expression is a tuple. We could use tuple assignment in a for loop to navigate this dictionary.
Code:
for last, first in directory:
    print first, last, directory[last, first]
This loop navigates the keys in the directory, which are tuples. It assigns the elements of each tuple to last and first and then prints the name and corresponding telephone number.

Tuples and dictionary
Dictionary can return the list of tuples by calling items, with each tuple is a key value pair
Code:
a = {'x':100, 'y':200}
b = list(a.items())
print(b)


Deleting Tuples

Tuples are immutable and cannot be deleted. You cannot delete or remove items from a tuple. But deleting tuple entirely is possible by using the keyword = ' del '

Slicing of Tuple
To fetch specific sets of sub-elements from tuple or list, we use this unique function called slicing. its also used for array and list.

Code:
x = ("x", "y","z", "f", "g")
print(x[2:4])
The output of this code will be ('z', 'f').

----------------------------------------------------------------------
Variables

In python, variables are what you use to store values.
The three most important variables in python are:
  • Integer
An integer (int) is a variable where you can store a number that can be written without a fractional component.

check blank box for check content or go to google and search about it
Spoiler:


a = 70
b = -50
c = 0


  • Float
A float is a variable where you can store a number that is written with a fractional component.

Spoiler:


a = 80.42
b = -50.99
c = 0.000


  • String
An string is a variable where you can store characters if you enclose them in quotes.
Python treats single quotes the same as double quotes.
Example:
Spoiler:

a = "Hello"
b = "World"
c = "Cyberjagu"



----------------------------------------------------------------------


Operators


Python has a lot of different operators, such as mathematicial operators and comparison(logical) operators.

Here is a list of some of the mathematical operators python uses.

  • +
This operator adds the value's on both sides of the operator.
Spoiler:

a + b = 20


  • -
This operator substracts the value on the right side of the operator from the value on the left side of the operator.
Spoiler:

a - b = 10


  • *
This operator multiplies the values of on both sides of the operator.
Spoiler:

a * b = 100


  • /
This operator divides the value on the right side of the operator by the value on the left side of the operator.
Spoiler:

a / b = 1



  • %
This operator divides the value on the right side of the operator by the value on the left side of the operator and returns the remainder.
Spoiler:

a % b = 0



Here is a list of some of the comparison operators python uses.
These are the operators you will be using when you are working with while statements and for loops etc.


  • ==
If the value of both operands are equal, then the condition becomes true.
Spoiler:

if a == b:
print("a is equal to b")


  • !=
If the value of both operands are not equal, then the condition becomes true.
Spoiler:

if a != b:
print("a is not equal to b")


  • >
If the value of the left operand is greater then the value of the right operand, then the condition becomes true.
Spoiler:

if a > b:
print("a is bigger then b")


  • <
If the value of the left operand is less then the value of the right operand, then the condition becomes true.
Spoiler:

if a < b:
print("a is smaller then b")


  • >=
If the value of the left operand is equal to or bigger then the value of the right operand, then the condition becomes true.
Spoiler:

if a >= b:
print("a is equal or bigger then b")


  • <=
If the value of the left operand is equal or less then the value of the right operand, then the condition becomes true.
Spoiler:

if a <= b:
print("a is equal or smaller then b")




----------------------------------------------------------------------


Logical Statements


Logical statements are also known as if/else statements.
They are statements that check whether the conditions are true or false.
In these statements we are going to use the comparison operators we just discussed.

A common mistake i made when i started out with Python was forgetting to add the ':' after the If statement line.
Don't forget to add this, if you don't the statement won't work and you will get an _error_.

Example:
Code:
a = 10
b = 10

if a == b:
    print("a is equal to b")
else:
    print("a is not equal to b")

If you run this code it will print "a is equal to b", because both variables are 10.


Example of a slightly more complicated if statement:
Code:
a = 10
b = 10
c = 20
isittrue = True

if a == c:
    isittrue = True
elif a == b:
    isittrue = True
else:
    print("A is not equal to b or c")
    isittrue = False

if a == b or a == c:
    isittrue = True
else:
    print("A is not equal to b or c")
    isittrue = False

if a == b and isittrue == True:
    c = c - b
    print(c)


The first If statement checks if a is equal to c or if a is equal to b. Since a is equal to b, the variable isittrue will be set to True.
While this is a correct code, programmers are lazy people and always strive to make their code as short as possible.

That's why the second If statement checks exactly the same as the first if statement, but uses the or operator instead.
This way the or operator saves 2 lines of code, which in this case shouldn't matter alot, but if you are coding a big program, efficient coding will save you alot of time.

The third If statement checks if a is equal to b and if the variable isittrue is set on True.
If this is both the case (which it is), c will be set to be c - b.
Basicly what happens is the variable c is now 20 - 10.
After that the print statement will show 10 as the new value of the variable c.


----------------------------------------------------------------------


Lists

Lists are a very important part of python.
A list is a variable that holds multiple values. A list in Python is similar to an array in Java.
You can declare a list the same as any other variable, except that it needs to be enclosed with brackets ("[]") and seperated with commas(",").

It's very important to remember that lists work with positions.
The first position is always 0, NOT 1

Example:
Code:
list = ["One", "Two", "Three"]
print (list)
print(list[0])
print(list[1])
print(list[2])

When you run this code, you will get this output:

Code:
["One", "Two", "Three"]
One
Two
Three

You might wonder what just happened, well:
Print (list) tells python to print everything that is in the list, which is why the commas and brackets get printed aswell.
Print (list[0] tells python to print the first variable in the variables list.
Print (list[1] tells python to print the second variable in the variables list.
Print (list[2] tells python to print the third variable in the variables list.

You might wonder why or how this could be usefull. I will get back to that later in this guide.


----------------------------------------------------------------------


Loops

In Python there are several kinds of loops.
Right now we will discuss the two most important ones.


While loop

This is one of the easiest and most basic loops of python. What a while loop does, is perfor a series of events as long as something is in a certain condition.
With the while loop you also need to add the colon sign after the line (':')

Example:
Code:
a = 5

while a > 0:
    print (a)
    a = a - 1
print("We are out of the loop!")
As you can see first we declare a variable, and then the while loop checks if the variable is bigger then 0.
This while loop will keep running the events within it until a is equal to 0.
So your output will be:

Code:
5
4
3
2
1
We are out of the loop!

You can use all comparison operators in a while loop to get the result you want.


For loop

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).
This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages.
With the for loop we can execute a set of statements, once for each item in a list, tuple, set etc.
The for loop is slightly more complex then the while loop, but it's still perfectly understandable.
The for loop executes a sequence of statements multiple times.
With the while loop you also need to add the colon sign after the line (':')

Let me explain this loop with an example.
Code:
for x in range(5):
    print (x)
       Or
fruits = ["apple", "banana", "cherry"]
for x in fruits:
  print(x)
(try it your self :D)


If you run this code your output will be:

Code:
0
1
2
3
4

The for loop goes through every item in a list before it can exit the loop.
In this example "x" is a variable. It does not have a set value, because it's used to run the for loop.

In simple terms: for x in a list with a range of 5, print x

Now you might be wondering, why does it stop at 4, when we said range 5?
You have to remember, that a for loop works with lists, and as mentioned before, the first position of a list is 0.



----------------------------------------------------------------------


Functions

Functions are very important when you are coding a program or script.
A function is in simple terms a specific piece of code.
A function is very efficient when you need to run a function multiple times, for example in a loop.

Here a simple example of a define:
Code:
def definitionname():
    print("This is my define.")
definitionname()

The "def" is how you start the definition. After that you put in a unique name for your definition. This can be anything you like.
With the define you also need to add the colon sign after the line (':')

If you want to run the code within the define, you can call it by typing the name of the function with parameters ("()")
The output for the code above would be: This is my define.


As mentioned before a function is especially efficient when you want to run the code in the function multiple times.

For example:
Code:
def multipletimes():
    print ("My very first define.")

for x in range(5):
    multipletimes()

When you run this code your output will be:

Code:
My very first define.
My very first define.
My very first define.
My very first define.
My very first define.


This is a very simple example, but you can already see how efficient it is.
This way the print statement is executed 5 times, with only 4 lines of code.
When you are coding a complex program or script defines will make your job a lot easier!


----------------------------------------------------------------------


Modules

Modules are python programs that you can use.
These mudules are scripts written by another person in order for you to be able to make a fairly complex script/program, without extensive knowledge about the functions you are using.

To be able to use a module, you first have to import it. You can simply do this by typing 'import' and the Python module name.

For example:
Code:
import time


Time is a basic Python module that is included in the standard python package you downloaded at the start of this thread.
You are now able to use this module.

A simple example of how you can use the time module:
Code:
import time
seconds = time.time()

print("number of seconds since 10:00am, Januari 1 1970:", seconds)

When you run this code the output will be something like:
number of ticks since 10:00am, Januari 1 1970: 1457813005.3186388

You are probably thinking: How can i know every single module name and every statement within a module?
The answer to that is simple. Google what you need! For example, if you want to make a running clock, you can google: Python clock.

In the results you will most likely find a site such as stackoverflow. On this site it will probably tell you that in order for you to make a clock in python, you need to import the time module.


----------------------------------------------------------------------


Global Variables

At last i want to explain what global variables are and what you can use them for.
First of all, try to avoid global variables as much as possible! With big scripts it would get really messy really quik.

That being said, a global variable is a normal variable, not unlike the normal variables we discussed earlier in this thread.
The difference between normal variables and global variables is that global variables are being used within loops and statements.

For example:

Code:
x = 10

def normalx():
    x = 5
normalx()

print (x)

def globalx():
    global x
    x = 20
globalx()

print (x)

In this example we declare the variable x as 10.
Then we run the function normalx, and after the function has been ran we print x.
Then we run the function globalx, and after the function has been ran we print x again.

When you run this code your output will be:
Code:
10
20


The reason for this is that in the first define, x is not called as the global x.
In the second define we do call x as global x, which is why the global x variable has been changed from 10 to 20.

recommendations


Whenever you are stuck, either look up https://tutorialspoint.com and go to the python tutorial, or look for solutions on stackoverflow. Smart googling will most likely yield stackoverflow results whenever python is mentioned.

For applying and honing your programming skills:
check out these python modules and play around with them a little
For install them
Use = pip forwindows or pip3 for linux or mac
Open your terminal ==> pip/pip3 install sockets(modual name)


socket
socks
selenium
pyppeteer
requests

many users apply for Full Membership (i think its usefull for them I can't write everything related to challange This is just a Guideline
I am not even tell everything will be done by using this, I am just giving you an idea )


the first two are modules for internet and OS internal communications via a concept called socket. all internet communication is based upon sockets and their operations (except for wifis and some layers of LANs). If you can master sockets, then you can build basic web servers or other services, like building your own communication networks, botnets, whatever needs communicatin'
socks is a socket-esque module that supports socks4 and socks5 proxies, this is very useful for communication via tor.


selenium and pyppeteer are two modules that allow you to automate a web browser, allowing you to automatically click buttons, fill out forms and so on. you can use this for creating mass email accounts, writing social media comments or, and this is my main metier, trading bots (or at least it used to be, way back in the day before I caught wind of trading APIs), I for instance wrote a bot that logged into and controlled btc accounts on it's own using selenium. these complex tasks are a bit hard to do with sockets or requests, because most web apps are highly complex and use hundreds of requests and forms for things that just appear to be one single button.

requests, the online python communities favorite, is a module to automate http requests. that's it.


there are also various cryptography libraries out there featuring the current algorithms. feel free to write your own password manager as a simple CLI


Many moduals are available Just search it (google is your Friend)

----------------------------------------------------------------------


Final words & Credits

Congratulations! You have finished this python tutorial!
Right now you know the basics of Python.

Right now you are thinking: Hmm alright it was fun and all, but what do i do now with my knowledge?
Simple! Practice with Python. You can code a variety of programs and scripts, from a logger to an email bomber to battlefield 2.

Ofcourse coding in python still requires some effort, but if you ever run into trouble, feel free to shoot me a PM.

I will always be available to answer all questions regarding Python.


Credits:

Some Online research and some forum


If you have found any mistakes in this tutorial, please notify me and i will edit it as soon as possible.
Happy programming!

You know that I have worked hard in this, so a good comment of yours will help me to post similar tutorials.
Cyberjagu.
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#2
Nice , it will be good for newbies
Amateurs hack systems, Professionals hack people.
Reply Report
#3
sorry to ask is it from hack forums [.]net?
Reply Report
#4
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here (like some colors lines using color tags , some codes loop , some begineer topics too )
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#5
(10-29-2020, 02:02 PM)cyberjagu Wrote:
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here

Yep, you have added a lot of additional information brother, I am really glad for this post .
Reply Report
#6
(10-29-2020, 02:06 PM)theQ Wrote:
(10-29-2020, 02:02 PM)cyberjagu Wrote:
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here

Yep, you have added a lot of additional information brother, I am really glad for this post .

you can suggest me topics so i can improve this thread
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#7
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.
Reply Report
#8
(10-29-2020, 02:10 PM)theQ Wrote:
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.

its good idea but i will add it later because i want to cover all basic and intermidiate informations I'll do it when the thread is perfect and ready to go advanced
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#9
(10-29-2020, 02:12 PM)cyberjagu Wrote:
(10-29-2020, 02:10 PM)theQ Wrote:
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.

its good idea but i will add it later because i want to cover all basic and intermidiate informations I'll do it when the thread is perfect and ready to go advanced

Thanks brother, If you have leaked courses of OSINT please share for time being and also make a thread behind the logic of rat/ransomware preferably in python {if you are free and available brother}.
Reply Report
#10
one of the best thread i had ever seen
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html b/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html new file mode 100644 index 0000000..5094768 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html @@ -0,0 +1,8 @@ + CryptBB - Beginner Programming + +


Rules
1. Read the sticky before posting.

Beginner Programming
Thread / Author Replies Views Last Post [asc]
Important Threads
  34 36,943 04-08-2023, 08:48 AM
Last Post: alphenzo
  0 16,397 12-24-2019, 03:24 PM
Last Post: Power
Normal Threads
  0 3 10 minutes ago
Last Post: Darkclone
  0 10 1 hour ago
Last Post: Darkclone
  0 55 Yesterday, 04:22 AM
Last Post: Fialine
  0 52 06-13-2023, 10:46 PM
Last Post: Realitydocs
  0 46 06-13-2023, 10:45 PM
Last Post: Realitydocs
  0 45 06-13-2023, 10:42 PM
Last Post: Realitydocs
  2 399 06-13-2023, 06:58 PM
Last Post: mistaken4kings
 
Best IDE? (Pages: 1 2 3 4 ... 7 )
60 53,080 06-13-2023, 06:54 PM
Last Post: mistaken4kings
  3 784 06-13-2023, 06:51 PM
Last Post: mistaken4kings
  0 63 06-11-2023, 10:14 PM
Last Post: Invader99@
  4 604 06-09-2023, 10:38 PM
Last Post: ColdReloaded
  0 184 06-06-2023, 10:20 AM
Last Post: PROCTOR07
  4 732 06-06-2023, 09:37 AM
Last Post: primer
  2 641 06-05-2023, 11:11 PM
Last Post: open-unit
  1 405 06-05-2023, 11:07 PM
Last Post: open-unit
  4 591 05-31-2023, 07:11 PM
Last Post: phosphate
  4 859 05-31-2023, 08:28 AM
Last Post: softech
  1 597 05-29-2023, 07:15 PM
Last Post: Username 1




\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html b/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html new file mode 100644 index 0000000..ba97526 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06152023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html @@ -0,0 +1,8 @@ + CryptBB - Beginner Programming + +


Rules
1. Read the sticky before posting.

Beginner Programming
Thread / Author Replies Views Last Post [asc]
  3 2,192 05-25-2023, 09:23 PM
Last Post: clueless
  6 1,060 05-17-2023, 06:28 AM
Last Post: Username 1
  4 1,124 05-15-2023, 04:11 PM
Last Post: elbeastz
  8 1,353 05-15-2023, 11:02 AM
Last Post: spidermonkey
  0 677 05-12-2023, 08:13 PM
Last Post: Aristotle
  2 961 05-12-2023, 07:56 AM
Last Post: yany3
  0 569 05-11-2023, 09:17 AM
Last Post: segfault
  1 903 05-11-2023, 09:16 AM
Last Post: segfault
  0 483 05-11-2023, 09:14 AM
Last Post: segfault
  6 1,095 05-07-2023, 06:35 AM
Last Post: dduckky
  0 540 05-02-2023, 10:39 AM
Last Post: bitflips
  0 498 04-27-2023, 06:20 PM
Last Post: alexem0
  0 498 04-27-2023, 06:18 PM
Last Post: alexem0
  4 1,107 04-26-2023, 09:05 AM
Last Post: blacknigger
  2 1,192 04-26-2023, 05:40 AM
Last Post: miner21
  0 491 04-24-2023, 10:55 AM
Last Post: alexem0
  0 497 04-23-2023, 04:53 PM
Last Post: MansGotBands
  3 1,365 04-23-2023, 11:20 AM
Last Post: Crypton25
  3 1,419 04-21-2023, 09:08 PM
Last Post: doctorx7
  0 570 04-12-2023, 11:27 PM
Last Post: pengrabber




\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid16088.html b/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid16088.html new file mode 100644 index 0000000..48916f7 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid16088.html @@ -0,0 +1,28 @@ + Malware + +

Malware
#1
I'm looking for a cryptojacking coding tutorial I'd like to learn how to create my own xmr silent miner
Reply Report
#2
(05-22-2023, 10:58 AM)1UP Wrote: I'm looking for a cryptojacking coding tutorial I'd like to learn how to create my own xmr silent miner

The best way to learn programming, is not with tutorials. Yes you can learn the basics and build a foundation with tutorials, but you should start doing projects by yourself.

You can start to read the code of the XMR Slient Miner on Github, understand how it works and start to reimplement it in your own way. Or start by writing your own miner from scratch and when you are finished, start to add features like idle mining, stealth or a watchdog...

You can watch tutorial after tutorial and wont learn much new stuff, because the learning curve flattens out. (Just google: "tutorials hell")
Reply Report
#3
(05-22-2023, 10:58 AM)1UP Wrote: I'm looking for a cryptojacking coding tutorial I'd like to learn how to create my own xmr silent miner

I don't discourage but its going to be really hard.
Reply Report
#4
well thank you both for your insight and ill just keep trying. i do apprciate your thoughts on it.
Reply Report
#5
Its going to be hard
But there are some Remote Access Trojans tools that can help do the job
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid2628.html b/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid2628.html new file mode 100644 index 0000000..c04b98f --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Description/Read/showthreadphptid2628.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#1
Python Beginner Guide

----------------------------------------------------------------------

it a great choice for beginners and experts alike. Python's readability makes it a great first programming language — it allows you to think like a programmer and not waste time with confusing syntax. ... If Python isn't installed, it's easy to download and install. That's why i write this tutorial
Introduction

Python is a interpreted, object-oriented, high-level programming language.
Python was created by Guido van Rossum and officially released in the year 1991.
This language is still quite new and is one of the easier languages to learn.
Another really great thing about python is that unlike many programming languages, it does NOT require a semi-colon(";") at the end of every line.

• Python comes pre-installed with Mac OS X and
Linux.
• Windows binaries from http://python.org/
• You might not have to do anything!
Rich, built-in collection types:
Lists
Tuples
Dictionaries (maps)
Sets


How to Install Python on Windows

How to Install Python IDE ?
Below is a step by step process on how to download and install Python on Windows

1) To download and install Python, visit the official website of Python https://www.python.org/downloads/ and choose your version.

2) Once the download is completed, run the .exe file to install Python. Now click on Install Now.

3) You can see Python installing at this point .




Good example of scripting language
“Pythonic” style is very concise
Powerful but unobtrusive object system
Every value is an object
Powerful collection and iteration
abstractions
Dynamic typing makes generics easy
simplified syntax and not complicated,
which gives more emphasis on natural language.
It is used in web development, data science, creating software prototypes and so on.
Fortunately for beginners, Python has simple easy-to-use syntax. This makes Python an excellent language to learn to program for beginners

Table of contents
  • Getting started
  • Variables
  • Operators
  • Logical Statements
  • Lists
  • Loops
  • Functions
  • Modules
  • Global Variables
  • Final words & Credits




----------------------------------------------------------------------



Getting started



I recommend you download and install Python, since Python 2.7 is outdated.just download Python 3

If you want to write your own Python programs, you need to use an IDE many begineers dont know full name of ide so full name is = integrated Development Environment
There are a lot of different IDE's for python, personally i prefer PyCharm.

If you are not yet familiar with python, i recommend you use JetBrains PyCharm Edu, which you can download for free here.
This version of PyCharm offers you a diversity of tutorials, aswell as extra help features.


If you are familiar with python already, i recommend you use JetBrains Pycharm Community Edition, which you can download for free here.
This version of PyCharm offers you alot more plugins and features.


In python you can add a comment to your code using the hash symbol ('#').
Example:
Code:
#This is a comment!

If you wish to have multiple lines of comments, you can enclose the lines of comments using the double quote symbol 3 times.
Example:
Code:
"""
These
Are
Multiple
Lines
Of
Comments
"""

Comments will always be ignored by the interpreter and are usually used to add some notes to a part of the code. (if u complete 1 project and you have to work after 2 months or long time that notes will helping to understand how you create that things )



----------------------------------------------------------------------

Python TUPLE - Pack, Unpack , Compare, Slicing of Tuple , Tuples and dictionary , tuples as keys in dictionaries

What is Tuple Matching in Python?

-Tuple Matching in Python is a method of grouping the tuples by matching the second element in the tuples. It is achieved by using a dictionary by checking the second element in each tuple in python programming. However, we can make new tuples by taking portions of existing tuples.

Tuple Syntax

Code:
Tup = ('Jan','feb','march')

To write an empty tuple = tup1 = ();

For writing tuple for a single value, you need to include a comma like = Tup1 = (10,);

Tuple indices begin at 0, and they can be concatenated, sliced and so on

Packing and Unpacking :

In packing, we place value into a new tuple while in unpacking we extract those values back into variables

Code:
x = ("xyz99", 20, "imm")    # tuple packing
(company, emp, profile) = x    # tuple unpacking
print(company)
print(emp)
print(profile)

Comparing tuples

comparison operator in Python can work with tuples
comparison starts with a first element of each tuple. If they do not compare to =,< or > then it proceed to the second element and so on
#case 1
Code:
a=(5,6)
b=(1,4)
if (a>b):print("a is bigger")
else: print("b is bigger")
#case 2
Code:
a=(5,6)
b=(5,4)
if (a>b):print("a is bigger")
else: print ("b is bigger")

Case1: Comparison starts with a first element of each tuple. In this case 5>1, so the output a is bigger

Case 2: Comparison starts with a first element of each tuple. In this case 5>5 which is inconclusive. So it proceeds to the next element. 6>4, so the output a is bigger

tuples as keys in dictionaries

tuple is a hashable value and can be used as a dictionary key. A tuple would be useful as a key when storing values associated with a
grid or some other coordinate type system.

Example: We would come across a composite key if we need to create a telephone directory that maps, first-name, last-name, pairs of telephone numbers, etc. Assuming that we have declared the variables as last and first number, we could write a dictionary assignment statement as shown below:
Code:
directory[last,first] = number or other value or string
Inside the brackets, the expression is a tuple. We could use tuple assignment in a for loop to navigate this dictionary.
Code:
for last, first in directory:
    print first, last, directory[last, first]
This loop navigates the keys in the directory, which are tuples. It assigns the elements of each tuple to last and first and then prints the name and corresponding telephone number.

Tuples and dictionary
Dictionary can return the list of tuples by calling items, with each tuple is a key value pair
Code:
a = {'x':100, 'y':200}
b = list(a.items())
print(b)


Deleting Tuples

Tuples are immutable and cannot be deleted. You cannot delete or remove items from a tuple. But deleting tuple entirely is possible by using the keyword = ' del '

Slicing of Tuple
To fetch specific sets of sub-elements from tuple or list, we use this unique function called slicing. its also used for array and list.

Code:
x = ("x", "y","z", "f", "g")
print(x[2:4])
The output of this code will be ('z', 'f').

----------------------------------------------------------------------
Variables

In python, variables are what you use to store values.
The three most important variables in python are:
  • Integer
An integer (int) is a variable where you can store a number that can be written without a fractional component.

check blank box for check content or go to google and search about it
Spoiler:


a = 70
b = -50
c = 0


  • Float
A float is a variable where you can store a number that is written with a fractional component.

Spoiler:


a = 80.42
b = -50.99
c = 0.000


  • String
An string is a variable where you can store characters if you enclose them in quotes.
Python treats single quotes the same as double quotes.
Example:
Spoiler:

a = "Hello"
b = "World"
c = "Cyberjagu"



----------------------------------------------------------------------


Operators


Python has a lot of different operators, such as mathematicial operators and comparison(logical) operators.

Here is a list of some of the mathematical operators python uses.

  • +
This operator adds the value's on both sides of the operator.
Spoiler:

a + b = 20


  • -
This operator substracts the value on the right side of the operator from the value on the left side of the operator.
Spoiler:

a - b = 10


  • *
This operator multiplies the values of on both sides of the operator.
Spoiler:

a * b = 100


  • /
This operator divides the value on the right side of the operator by the value on the left side of the operator.
Spoiler:

a / b = 1



  • %
This operator divides the value on the right side of the operator by the value on the left side of the operator and returns the remainder.
Spoiler:

a % b = 0



Here is a list of some of the comparison operators python uses.
These are the operators you will be using when you are working with while statements and for loops etc.


  • ==
If the value of both operands are equal, then the condition becomes true.
Spoiler:

if a == b:
print("a is equal to b")


  • !=
If the value of both operands are not equal, then the condition becomes true.
Spoiler:

if a != b:
print("a is not equal to b")


  • >
If the value of the left operand is greater then the value of the right operand, then the condition becomes true.
Spoiler:

if a > b:
print("a is bigger then b")


  • <
If the value of the left operand is less then the value of the right operand, then the condition becomes true.
Spoiler:

if a < b:
print("a is smaller then b")


  • >=
If the value of the left operand is equal to or bigger then the value of the right operand, then the condition becomes true.
Spoiler:

if a >= b:
print("a is equal or bigger then b")


  • <=
If the value of the left operand is equal or less then the value of the right operand, then the condition becomes true.
Spoiler:

if a <= b:
print("a is equal or smaller then b")




----------------------------------------------------------------------


Logical Statements


Logical statements are also known as if/else statements.
They are statements that check whether the conditions are true or false.
In these statements we are going to use the comparison operators we just discussed.

A common mistake i made when i started out with Python was forgetting to add the ':' after the If statement line.
Don't forget to add this, if you don't the statement won't work and you will get an _error_.

Example:
Code:
a = 10
b = 10

if a == b:
    print("a is equal to b")
else:
    print("a is not equal to b")

If you run this code it will print "a is equal to b", because both variables are 10.


Example of a slightly more complicated if statement:
Code:
a = 10
b = 10
c = 20
isittrue = True

if a == c:
    isittrue = True
elif a == b:
    isittrue = True
else:
    print("A is not equal to b or c")
    isittrue = False

if a == b or a == c:
    isittrue = True
else:
    print("A is not equal to b or c")
    isittrue = False

if a == b and isittrue == True:
    c = c - b
    print(c)


The first If statement checks if a is equal to c or if a is equal to b. Since a is equal to b, the variable isittrue will be set to True.
While this is a correct code, programmers are lazy people and always strive to make their code as short as possible.

That's why the second If statement checks exactly the same as the first if statement, but uses the or operator instead.
This way the or operator saves 2 lines of code, which in this case shouldn't matter alot, but if you are coding a big program, efficient coding will save you alot of time.

The third If statement checks if a is equal to b and if the variable isittrue is set on True.
If this is both the case (which it is), c will be set to be c - b.
Basicly what happens is the variable c is now 20 - 10.
After that the print statement will show 10 as the new value of the variable c.


----------------------------------------------------------------------


Lists

Lists are a very important part of python.
A list is a variable that holds multiple values. A list in Python is similar to an array in Java.
You can declare a list the same as any other variable, except that it needs to be enclosed with brackets ("[]") and seperated with commas(",").

It's very important to remember that lists work with positions.
The first position is always 0, NOT 1

Example:
Code:
list = ["One", "Two", "Three"]
print (list)
print(list[0])
print(list[1])
print(list[2])

When you run this code, you will get this output:

Code:
["One", "Two", "Three"]
One
Two
Three

You might wonder what just happened, well:
Print (list) tells python to print everything that is in the list, which is why the commas and brackets get printed aswell.
Print (list[0] tells python to print the first variable in the variables list.
Print (list[1] tells python to print the second variable in the variables list.
Print (list[2] tells python to print the third variable in the variables list.

You might wonder why or how this could be usefull. I will get back to that later in this guide.


----------------------------------------------------------------------


Loops

In Python there are several kinds of loops.
Right now we will discuss the two most important ones.


While loop

This is one of the easiest and most basic loops of python. What a while loop does, is perfor a series of events as long as something is in a certain condition.
With the while loop you also need to add the colon sign after the line (':')

Example:
Code:
a = 5

while a > 0:
    print (a)
    a = a - 1
print("We are out of the loop!")
As you can see first we declare a variable, and then the while loop checks if the variable is bigger then 0.
This while loop will keep running the events within it until a is equal to 0.
So your output will be:

Code:
5
4
3
2
1
We are out of the loop!

You can use all comparison operators in a while loop to get the result you want.


For loop

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).
This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages.
With the for loop we can execute a set of statements, once for each item in a list, tuple, set etc.
The for loop is slightly more complex then the while loop, but it's still perfectly understandable.
The for loop executes a sequence of statements multiple times.
With the while loop you also need to add the colon sign after the line (':')

Let me explain this loop with an example.
Code:
for x in range(5):
    print (x)
       Or
fruits = ["apple", "banana", "cherry"]
for x in fruits:
  print(x)
(try it your self :D)


If you run this code your output will be:

Code:
0
1
2
3
4

The for loop goes through every item in a list before it can exit the loop.
In this example "x" is a variable. It does not have a set value, because it's used to run the for loop.

In simple terms: for x in a list with a range of 5, print x

Now you might be wondering, why does it stop at 4, when we said range 5?
You have to remember, that a for loop works with lists, and as mentioned before, the first position of a list is 0.



----------------------------------------------------------------------


Functions

Functions are very important when you are coding a program or script.
A function is in simple terms a specific piece of code.
A function is very efficient when you need to run a function multiple times, for example in a loop.

Here a simple example of a define:
Code:
def definitionname():
    print("This is my define.")
definitionname()

The "def" is how you start the definition. After that you put in a unique name for your definition. This can be anything you like.
With the define you also need to add the colon sign after the line (':')

If you want to run the code within the define, you can call it by typing the name of the function with parameters ("()")
The output for the code above would be: This is my define.


As mentioned before a function is especially efficient when you want to run the code in the function multiple times.

For example:
Code:
def multipletimes():
    print ("My very first define.")

for x in range(5):
    multipletimes()

When you run this code your output will be:

Code:
My very first define.
My very first define.
My very first define.
My very first define.
My very first define.


This is a very simple example, but you can already see how efficient it is.
This way the print statement is executed 5 times, with only 4 lines of code.
When you are coding a complex program or script defines will make your job a lot easier!


----------------------------------------------------------------------


Modules

Modules are python programs that you can use.
These mudules are scripts written by another person in order for you to be able to make a fairly complex script/program, without extensive knowledge about the functions you are using.

To be able to use a module, you first have to import it. You can simply do this by typing 'import' and the Python module name.

For example:
Code:
import time


Time is a basic Python module that is included in the standard python package you downloaded at the start of this thread.
You are now able to use this module.

A simple example of how you can use the time module:
Code:
import time
seconds = time.time()

print("number of seconds since 10:00am, Januari 1 1970:", seconds)

When you run this code the output will be something like:
number of ticks since 10:00am, Januari 1 1970: 1457813005.3186388

You are probably thinking: How can i know every single module name and every statement within a module?
The answer to that is simple. Google what you need! For example, if you want to make a running clock, you can google: Python clock.

In the results you will most likely find a site such as stackoverflow. On this site it will probably tell you that in order for you to make a clock in python, you need to import the time module.


----------------------------------------------------------------------


Global Variables

At last i want to explain what global variables are and what you can use them for.
First of all, try to avoid global variables as much as possible! With big scripts it would get really messy really quik.

That being said, a global variable is a normal variable, not unlike the normal variables we discussed earlier in this thread.
The difference between normal variables and global variables is that global variables are being used within loops and statements.

For example:

Code:
x = 10

def normalx():
    x = 5
normalx()

print (x)

def globalx():
    global x
    x = 20
globalx()

print (x)

In this example we declare the variable x as 10.
Then we run the function normalx, and after the function has been ran we print x.
Then we run the function globalx, and after the function has been ran we print x again.

When you run this code your output will be:
Code:
10
20


The reason for this is that in the first define, x is not called as the global x.
In the second define we do call x as global x, which is why the global x variable has been changed from 10 to 20.

recommendations


Whenever you are stuck, either look up https://tutorialspoint.com and go to the python tutorial, or look for solutions on stackoverflow. Smart googling will most likely yield stackoverflow results whenever python is mentioned.

For applying and honing your programming skills:
check out these python modules and play around with them a little
For install them
Use = pip forwindows or pip3 for linux or mac
Open your terminal ==> pip/pip3 install sockets(modual name)


socket
socks
selenium
pyppeteer
requests

many users apply for Full Membership (i think its usefull for them I can't write everything related to challange This is just a Guideline
I am not even tell everything will be done by using this, I am just giving you an idea )


the first two are modules for internet and OS internal communications via a concept called socket. all internet communication is based upon sockets and their operations (except for wifis and some layers of LANs). If you can master sockets, then you can build basic web servers or other services, like building your own communication networks, botnets, whatever needs communicatin'
socks is a socket-esque module that supports socks4 and socks5 proxies, this is very useful for communication via tor.


selenium and pyppeteer are two modules that allow you to automate a web browser, allowing you to automatically click buttons, fill out forms and so on. you can use this for creating mass email accounts, writing social media comments or, and this is my main metier, trading bots (or at least it used to be, way back in the day before I caught wind of trading APIs), I for instance wrote a bot that logged into and controlled btc accounts on it's own using selenium. these complex tasks are a bit hard to do with sockets or requests, because most web apps are highly complex and use hundreds of requests and forms for things that just appear to be one single button.

requests, the online python communities favorite, is a module to automate http requests. that's it.


there are also various cryptography libraries out there featuring the current algorithms. feel free to write your own password manager as a simple CLI


Many moduals are available Just search it (google is your Friend)

----------------------------------------------------------------------


Final words & Credits

Congratulations! You have finished this python tutorial!
Right now you know the basics of Python.

Right now you are thinking: Hmm alright it was fun and all, but what do i do now with my knowledge?
Simple! Practice with Python. You can code a variety of programs and scripts, from a logger to an email bomber to battlefield 2.

Ofcourse coding in python still requires some effort, but if you ever run into trouble, feel free to shoot me a PM.

I will always be available to answer all questions regarding Python.


Credits:

Some Online research and some forum


If you have found any mistakes in this tutorial, please notify me and i will edit it as soon as possible.
Happy programming!

You know that I have worked hard in this, so a good comment of yours will help me to post similar tutorials.
Cyberjagu.
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#2
Nice , it will be good for newbies
Amateurs hack systems, Professionals hack people.
Reply Report
#3
sorry to ask is it from hack forums [.]net?
Reply Report
#4
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here (like some colors lines using color tags , some codes loop , some begineer topics too )
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#5
(10-29-2020, 02:02 PM)cyberjagu Wrote:
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here

Yep, you have added a lot of additional information brother, I am really glad for this post .
Reply Report
#6
(10-29-2020, 02:06 PM)theQ Wrote:
(10-29-2020, 02:02 PM)cyberjagu Wrote:
(10-29-2020, 02:00 PM)theQ Wrote: sorry to ask is it from hack forums [.]net?

Yes you are right this format from hackforums i will added more topic and information in future (you can do that also )
you can see i add many things here

Yep, you have added a lot of additional information brother, I am really glad for this post .

you can suggest me topics so i can improve this thread
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#7
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.
Reply Report
#8
(10-29-2020, 02:10 PM)theQ Wrote:
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.

its good idea but i will add it later because i want to cover all basic and intermidiate informations I'll do it when the thread is perfect and ready to go advanced
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#9
(10-29-2020, 02:12 PM)cyberjagu Wrote:
(10-29-2020, 02:10 PM)theQ Wrote:
(10-29-2020, 02:07 PM)cyberjagu Wrote: you can suggest me topics so i can improve this thread
OSINT, rat/ransomware for educational purposes brother. I guess there are not lot of information on OSINT, so it would be helpful if you make one brother.

its good idea but i will add it later because i want to cover all basic and intermidiate informations I'll do it when the thread is perfect and ready to go advanced

Thanks brother, If you have leaked courses of OSINT please share for time being and also make a thread behind the logic of rat/ransomware preferably in python {if you are free and available brother}.
Reply Report
#10
one of the best thread i had ever seen
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html new file mode 100644 index 0000000..8122728 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page2.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#11
(10-29-2020, 01:56 PM)otrtba Wrote: I think this thread should be pinned in programming section

i Hope so Thank you
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#12
make a guide on Malware devlopment please
Reply Report
#13
1 st colorfull and helpfull content it will help me in my challange
Reply Report
#14
Added recommendations + An idea for User Who applied for full membership

I Hope you like it
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#15
Thanks You can share some practice qustions at every part
Reply Report
#16
Really nice thread thanks for sharing
Reply Report
#17
Thanks dude..
it's really helpful.
Reply Report
#18
I think one of the most essential skills to learn (language agnostic) is how to help yourself if you're stuck.

Docs (though thorough, the Python docs have always been too dry for me. Package docs are usually amazing though, especially the read the docs sites.)
Google: Use it! It will take you take places like Real Python and Stackoverflow - two amazing Python resources).

One of the worst places to be is I don't know what to do and I haven't tried anything!

Maybe a section on straight up helping yourself would be useful.
Reply Report
#19
great share. Looking forward to learn python
Reply Report
#20
some exercises
https://github.com/zhiwehu/Python-progra...rcises.txt
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html new file mode 100644 index 0000000..24067b4 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page3.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#21
[+] How to Install Python on Windows [+]
[+] Python TUPLE - Pack, Unpack, Compare [+]
[+]Slicing of Tuple[+]
[+]Tuples and dictionary [+]
[+] tuples as keys in dictionaries [+]
Cyberjagu@jabber.calyxinstitute.org [OTR]
Reply Report
#22
(04-04-2021, 10:05 PM)Cyberjagu Wrote: [+] How to Install Python on Windows [+]
[+] Python TUPLE - Pack, Unpack, Compare [+]

Preferred better to install it on BigSur
Reply Report
#23
What is the recommended editor for hacking as vs code sends data to microsoft?
Reply Report
#24
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?

you can use anything you like , just disconnect the internet when you are coding the malware if you can
Amateurs hack systems, Professionals hack people.
Reply Report
#25
a worth read
however, i would definitely go for docs.python.org
imo its invaluable resource for grasping all of python

the docs itself mention its concise and everything u need to know is available
u only need to think seriously while reading,
that way learning will be faster & easier too!
atleast i honed my python skills that way

# my approach to information gathering;
* there are many sources claiming knowledge
* find out how these sources obtain information
* continue backwards until u hit a dead end or a loop
* found the base of all information

continuing the above approach,
we reach the python source code (the base)

finally
there's a reason why people think differently
so it's no surprise that one might take another approach
Reply Report
#26
thank you ::: bro
I wanted to ask you have guides for sale how to create malwar?
Reply Report
#27
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?
vim
everything else is bloat
Reply Report
#28
(05-09-2022, 10:42 AM)telletext Wrote:
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?
vim
everything else is bloat

This is a bad take. Use whatever tool will help you get the job done. You don't see carpenters avoiding screws because everything other than a nail is bloat. If you're going to handicap yourself, why not just go all the way back to vanilla vi and call it a day? Ugh.

Anyway, I don't know anything about vs code sending data (other than like crashlogs etc) to MS and I highly doubt that's true, however if that's a concern you could always use a non-networked VM to get the job done. I also like the way Sublime works. Jetbrains has a python IDE as well if you're looking for something heavy. For the record- I use vim and think it's enough, but each to their own.
Reply Report
#29
check out vscodium, its the open source software binaries of VS Code.
Reply Report
#30
Good write-up, this is pretty much everything someone needs to know to get started. I think if the "Python TUPLE" section was moved a little bit later in the text, the order would be perfect from start-to-finish (like so it starts with Variables and Operators)
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html new file mode 100644 index 0000000..fc05408 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Description/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionshowthreadphptid2628page4.html @@ -0,0 +1,28 @@ + Python begineer Guide + +

Python begineer Guide
#31
A good way to practice Python is hackerrank or leetcode.
I have used only the first but it help you slowly learn the different data structure and stuff needed in Python.
Reply Report
#32
(08-18-2022, 01:44 PM)bwin2 Wrote: A good way to practice Python is hackerrank or leetcode.
I have used only the first but it help you slowly learn the different data structure and stuff needed in Python.

I mainly learned Python by creating a simple CRUD webapp in Flask, then slowly building it out with new features. Spent a lot more time in the documentation and in SO, but I got everything I wanted working by the end.
Reply Report
#33
I strongly recommend the book 'blackhat python' to whoever wants to learn python from a hacking angle

The code there is fairly simple (the author mentions that it's for beginners) and provides good intro into hacking (i.e writing network scanners, packet inspection, simple keyloggers, etc... Even a basic botnet concept, all using Python)
The only drawback is that all examples are written in python 2.7 but converting them to Python 3 is an exercise by itself. Other than that the book is very straightforward and informative


https://www.pdfdrive.com/black-hat-pytho...50458.html
Reply Report
#34
good tutorial... i like python...
Reply Report
#35
Thank you everyone for the resources. Will be reading up on this when I find time. Every bit helps and is much appreciated!
Reply Report



+ // + + $(".author_avatar img").error(function () { + $(this).unbind("error").closest('.author_avatar').remove(); + }); +
\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html b/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html new file mode 100644 index 0000000..65fba73 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86.html @@ -0,0 +1,8 @@ + CryptBB - Beginner Programming + +


Rules
1. Read the sticky before posting.

Beginner Programming
Thread / Author Replies Views Last Post [asc]
Important Threads
  34 37,009 04-08-2023, 08:48 AM
Last Post: alphenzo
  0 16,417 12-24-2019, 03:24 PM
Last Post: Power
Normal Threads
  0 23 6 hours ago
Last Post: ANKUSH-IDFC@
  0 34 Today, 05:44 AM
Last Post: open-unit
  0 42 Yesterday, 06:28 PM
Last Post: Darkclone
  0 44 Yesterday, 05:08 PM
Last Post: Darkclone
  0 75 06-14-2023, 04:22 AM
Last Post: Fialine
  0 68 06-13-2023, 10:46 PM
Last Post: Realitydocs
  0 63 06-13-2023, 10:45 PM
Last Post: Realitydocs
  0 61 06-13-2023, 10:42 PM
Last Post: Realitydocs
  2 428 06-13-2023, 06:58 PM
Last Post: mistaken4kings
 
Best IDE? (Pages: 1 2 3 4 ... 7 )
60 53,139 06-13-2023, 06:54 PM
Last Post: mistaken4kings
  3 811 06-13-2023, 06:51 PM
Last Post: mistaken4kings
  0 79 06-11-2023, 10:14 PM
Last Post: Invader99@
  4 631 06-09-2023, 10:38 PM
Last Post: ColdReloaded
  0 200 06-06-2023, 10:20 AM
Last Post: PROCTOR07
  4 760 06-06-2023, 09:37 AM
Last Post: primer
  2 669 06-05-2023, 11:11 PM
Last Post: open-unit
  1 435 06-05-2023, 11:07 PM
Last Post: open-unit
  4 621 05-31-2023, 07:11 PM
Last Post: phosphate




\ No newline at end of file diff --git a/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html b/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html new file mode 100644 index 0000000..ff65ee5 --- /dev/null +++ b/Forums/CryptBB/HTML_Pages/06162023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid86page2.html @@ -0,0 +1,8 @@ + CryptBB - Beginner Programming + +


Rules
1. Read the sticky before posting.

Beginner Programming
Thread / Author Replies Views Last Post [asc]
  4 888 05-31-2023, 08:28 AM
Last Post: softech
  1 617 05-29-2023, 07:15 PM
Last Post: Username 1
  3 2,211 05-25-2023, 09:23 PM
Last Post: clueless
  6 1,080 05-17-2023, 06:28 AM
Last Post: Username 1
  4 1,145 05-15-2023, 04:11 PM
Last Post: elbeastz
  8 1,373 05-15-2023, 11:02 AM
Last Post: spidermonkey
  0 686 05-12-2023, 08:13 PM
Last Post: Aristotle
  2 983 05-12-2023, 07:56 AM
Last Post: yany3
  0 578 05-11-2023, 09:17 AM
Last Post: segfault
  1 924 05-11-2023, 09:16 AM
Last Post: segfault
  0 492 05-11-2023, 09:14 AM
Last Post: segfault
  6 1,115 05-07-2023, 06:35 AM
Last Post: dduckky
  0 548 05-02-2023, 10:39 AM
Last Post: bitflips
  0 507 04-27-2023, 06:20 PM
Last Post: alexem0
  0 507 04-27-2023, 06:18 PM
Last Post: alexem0
  4 1,128 04-26-2023, 09:05 AM
Last Post: blacknigger
  2 1,213 04-26-2023, 05:40 AM
Last Post: miner21
  0 499 04-24-2023, 10:55 AM
Last Post: alexem0
  0 506 04-23-2023, 04:53 PM
Last Post: MansGotBands
  3 1,385 04-23-2023, 11:20 AM
Last Post: Crypton25




\ No newline at end of file diff --git a/Forums/CryptBB/__init__.py b/Forums/CryptBB/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Forums/CryptBB/__pycache__/__init__.cpython-311.pyc b/Forums/CryptBB/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..9fe9c55 Binary files /dev/null and b/Forums/CryptBB/__pycache__/__init__.cpython-311.pyc differ diff --git a/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc index 007df71..de88b74 100644 Binary files a/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/CryptBB/__pycache__/parser.cpython-311.pyc b/Forums/CryptBB/__pycache__/parser.cpython-311.pyc index 04cef77..9dc9f9a 100644 Binary files a/Forums/CryptBB/__pycache__/parser.cpython-311.pyc and b/Forums/CryptBB/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/CryptBB/crawler_selenium.py b/Forums/CryptBB/crawler_selenium.py index e9d8ff8..6927ce3 100644 --- a/Forums/CryptBB/crawler_selenium.py +++ b/Forums/CryptBB/crawler_selenium.py @@ -29,17 +29,17 @@ baseURL = 'http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion # Opens Tor Browser, crawls the website def startCrawling(): - # opentor() + opentor() forumName = getForumName() - # driver = getAccess() + driver = getAccess() - # if driver != 'down': - # try: - # login(driver) - # crawlForum(driver) - # except Exception as e: - # print(driver.current_url, e) - # closetor(driver) + if driver != 'down': + try: + login(driver) + crawlForum(driver) + except Exception as e: + print(driver.current_url, e) + closetor(driver) new_parse(forumName, False) @@ -107,7 +107,7 @@ def login(driver): # Returns the name of the website -def getForumName(): +def getForumName() -> str: name = 'CryptBB' return name @@ -295,12 +295,12 @@ def crawlForum(driver): for i in range(counter): driver.back() # comment out - #break + break # comment out - #if count == 1: - # count = 0 - # break + if count == 1: + count = 0 + break try:# change depending on web page, #next page temp = driver.find_element(by=By.XPATH, value = '/html/body/div/div[2]/div/div[2]/div') diff --git a/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc b/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc index 0421c96..fd4b762 100644 Binary files a/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc and b/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc differ diff --git a/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc b/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc index 0dc497a..bb586be 100644 Binary files a/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc and b/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc differ diff --git a/Forums/Initialization/forums_mining.py b/Forums/Initialization/forums_mining.py index d51b285..3f786c0 100644 --- a/Forums/Initialization/forums_mining.py +++ b/Forums/Initialization/forums_mining.py @@ -92,17 +92,18 @@ if __name__ == '__main__': for forum in forumsList: forum = forum.replace('\n','') - print("Creating listing and description directories ...") + print("Creating listing and description directories ... for " + forum) createDirectory(forum) time.sleep(5) #wait for directories to be created input("Directories created successfully. Press ENTER to continue\n") + if forum == "BestCardingWorld": crawlerBestCardingWorld() elif forum == "CryptBB": crawlerCryptBB() - elif forum == "OnniForums": - crawlerOnniForums() + # elif forum == "OnniForums": + # crawlerOnniForums() # elif forum == "CrackingPro": # crawlerCrackingPro() diff --git a/Forums/Initialization/geckodriver.log b/Forums/Initialization/geckodriver.log index cc198df..a5f26b0 100644 --- a/Forums/Initialization/geckodriver.log +++ b/Forums/Initialization/geckodriver.log @@ -4319,3 +4319,304 @@ JavaScript error: resource://gre/modules/ExtensionTelemetry.jsm, line 113: Error JavaScript error: resource://gre/modules/ExtensionTelemetry.jsm, line 109: Error: TelemetryStopwatch: finishing nonexisting stopwatch. Histogram: "WEBEXT_CONTENT_SCRIPT_INJECTION_MS", key: "" JavaScript error: resource://gre/modules/ExtensionTelemetry.jsm, line 113: Error: TelemetryStopwatch: finishing nonexisting stopwatch. Histogram: "WEBEXT_CONTENT_SCRIPT_INJECTION_MS_BY_ADDONID", key: "{73a6fe31-595d-460b-a920-fcc0f8843232}" >>>>>>> f804c1eb5950e89e7c55aa9044560646cbd911ee +1686782889434 geckodriver INFO Listening on 127.0.0.1:55993 +1686782894019 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "55994" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileOgkkAM" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686782895112 Marionette INFO Marionette enabled +1686782895126 Marionette INFO Listening on port 56007 +WebDriver BiDi listening on ws://localhost:55994 +Read port: 56007 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686782895293 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:55994/devtools/browser/705394f9-2ee0-40c2-afa4-edbb645f03a8 +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileOgkkAM\thumbnails) because it does not exist +1686782949278 Marionette INFO Stopped listening on port 56007 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileOgkkAM\thumbnails) because it does not exist +1686853967801 geckodriver INFO Listening on 127.0.0.1:50007 +1686853972604 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "50008" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileqSabnh" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686853973419 Marionette INFO Marionette enabled +1686853973434 Marionette INFO Listening on port 50020 +WebDriver BiDi listening on ws://localhost:50008 +Read port: 50020 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686853973687 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:50008/devtools/browser/15543a67-b1fe-427a-8516-16fe520676d3 +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1686854210201 geckodriver INFO Listening on 127.0.0.1:50104 +1686854213789 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "50105" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileIUeNzN" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686854214492 Marionette INFO Marionette enabled +1686854214515 Marionette INFO Listening on port 50112 +WebDriver BiDi listening on ws://localhost:50105 +Read port: 50112 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686854214673 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:50105/devtools/browser/e77966ed-815e-4ee8-96c5-8fc6c791464f +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileIUeNzN\thumbnails) because it does not exist +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1686854436518 geckodriver INFO Listening on 127.0.0.1:50191 +1686854440093 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "50192" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileFhzyFJ" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686854440705 Marionette INFO Marionette enabled +1686854440723 Marionette INFO Listening on port 50201 +WebDriver BiDi listening on ws://localhost:50192 +Read port: 50201 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686854440866 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:50192/devtools/browser/9abbd63e-1b15-497b-80ec-e6c8fe078433 +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1686854517122 Marionette INFO Stopped listening on port 50201 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1686940243680 geckodriver INFO Listening on 127.0.0.1:50041 +1686940247399 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "50042" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileH8LXDk" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686940248158 Marionette INFO Marionette enabled +1686940248167 Marionette INFO Listening on port 50052 +WebDriver BiDi listening on ws://localhost:50042 +Read port: 50052 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686940248346 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:50042/devtools/browser/52bbb831-a548-40f7-af4b-4a4df782b080 +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileH8LXDk\thumbnails) because it does not exist +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1686940426832 Marionette INFO Stopped listening on port 50052 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileH8LXDk\thumbnails) because it does not exist +[Parent 116, IPC I/O Parent] WARNING: file /var/tmp/build/firefox-cc1bd3d61c87/ipc/chromium/src/base/process_util_win.cc:167 +1686947554227 geckodriver INFO Listening on 127.0.0.1:49546 +1686947557888 mozrunner::runner INFO Running command: "C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\firefox.exe" "--marionette" "--remote-debugging-port" "49547" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofilexDqUwM" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1686947558709 Marionette INFO Marionette enabled +1686947558720 Marionette INFO Listening on port 49554 +WebDriver BiDi listening on ws://localhost:49547 +console.debug: TorProtocolService: + TorProtocolService initialized +Read port: 49554 +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +console.error: "getTorFile: cannot get torrc-defaults" (new Error("torrc-defaults file not found: C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\TorBrowser\\Tor\\torrc-defaults", "resource://gre/modules/TorLauncherUtil.jsm", 245)) +console.error: TorProcess: + startTor error: + Message: TypeError: torrcDefaultsFile is null + Stack: + _makeArgs@resource://gre/modules/TorProcess.jsm:296:23 +start@resource://gre/modules/TorProcess.jsm:81:12 + +console.error: TorMonitorService: + Tor not running, not starting to monitor it. +1686947558894 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +DevTools listening on ws://localhost:49547/devtools/browser/ee8c6783-2f7b-4160-9dc4-0f0855c63725 +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofilexDqUwM\thumbnails) because it does not exist +1686947889000 Marionette INFO Stopped listening on port 49554 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofilexDqUwM\thumbnails) because it does not exist +[Parent 7372, IPC I/O Parent] WARNING: pipe error: 232: file /var/tmp/build/firefox-cc1bd3d61c87/ipc/chromium/src/chrome/common/ipc_channel_win.cc:554 diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid88.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid88.html new file mode 100644 index 0000000..526640d --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httpcryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebidonionforumdisplayphpfid88.html @@ -0,0 +1,6 @@ + CryptBB


CryptBB
CryptBB
+ Going Dark 
+CryptBB focuses on security and anonymity by offering customized security measures to all users
and a secure environment where users can discuss and trade in total security, anonymity and privacy.

+Login | Register



All communication external to the board will be made using this PGP Key
Fingerprint: 9187 3249 6001 DDCD 3002 A7E5 BE5A 4813 199F 8E85
Key ID: 199F8E85


\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCardingFraud.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCardingFraud.html new file mode 100644 index 0000000..038cc09 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCardingFraud.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCrackedsoftware.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCrackedsoftware.html new file mode 100644 index 0000000..0132ee4 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCrackedsoftware.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumDatabases.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumDatabases.html new file mode 100644 index 0000000..211b0e5 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumDatabases.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumExploitPoCs.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumExploitPoCs.html new file mode 100644 index 0000000..da118a8 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumExploitPoCs.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingquestions.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingquestions.html new file mode 100644 index 0000000..5743fdd --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingquestions.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingtutorials.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingtutorials.html new file mode 100644 index 0000000..bba8d90 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumHackingCrackingtutorials.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumMalwaredevelopment.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumMalwaredevelopment.html new file mode 100644 index 0000000..3710bc8 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumMalwaredevelopment.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumOPSEC.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumOPSEC.html new file mode 100644 index 0000000..3e7aeaa --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumOPSEC.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumProxies.html b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumProxies.html new file mode 100644 index 0000000..c950ef0 --- /dev/null +++ b/Forums/OnniForums/HTML_Pages/06142023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumProxies.html @@ -0,0 +1,39 @@ + OnniForums + +


OnniForums
ONNIFORUMS
+
+ONNIFORUMS is a darkweb forum focused on security and anonymity
which offers hacking tutorials, database leaks, markets sections and more to all users

+Login | Register



PGP Key | Canary | Mirrors +

\ No newline at end of file diff --git a/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..675ea24 Binary files /dev/null and b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/OnniForums/__pycache__/parser.cpython-311.pyc b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..cda97a1 Binary files /dev/null and b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/OnniForums/parser.py b/Forums/OnniForums/parser.py index 34b6a70..8547b40 100644 --- a/Forums/OnniForums/parser.py +++ b/Forums/OnniForums/parser.py @@ -17,7 +17,7 @@ def cryptBB_description_parser(soup): topic = "-1" # topic name user = [] # all users of each post - addDate = [] # all dated of each post + addDate = [] # all dates of each post feedback = [] # all feedbacks of each vendor (this was found in just one Forum and with a number format) status = [] # all user's authority in each post such as (adm, member, dangerous) reputation = [] # all users's karma in each post (usually found as a number) diff --git a/Forums/Utilities/__pycache__/utilities.cpython-311.pyc b/Forums/Utilities/__pycache__/utilities.cpython-311.pyc index 73f3b4e..0776276 100644 Binary files a/Forums/Utilities/__pycache__/utilities.cpython-311.pyc and b/Forums/Utilities/__pycache__/utilities.cpython-311.pyc differ diff --git a/path.txt b/path.txt index b883804..db31686 100644 --- a/path.txt +++ b/path.txt @@ -1,9 +1,3 @@ -<<<<<<< HEAD C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\firefox.exe C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Browser\profile.default C:\NSF-REU\dw_pipeline_test\selenium\geckodriver.exe -======= -C:\Users\Helium\Desktop\Tor Browser\Browser\firefox.exe -C:\Users\Helium\Desktop\Tor Browser\Browser\TorBrowser\Data\Browser\profile.default -C:\Users\Helium\PycharmProjects\dw_pipeline_test\selenium\geckodriver.exe ->>>>>>> f804c1eb5950e89e7c55aa9044560646cbd911ee