[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Let's say I were interested in making a botnet. How would

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 51
Thread images: 1

File: 19-04-2014 17-28-54.png (434KB, 1600x1000px) Image search: [Google]
19-04-2014 17-28-54.png
434KB, 1600x1000px
Let's say I were interested in making a botnet.

How would I get started? Can I make it in Golang
>>
>How would I get started
Abuse IoT

>Can I make it in Golang
probably
>>
>>58051135
What can I do with IoT?

I want to make a lot of money.
>>
>>58051161
>What can I do with IoT?

Get hacked.

Or if you're talking about someone else; hack them.
>>
>>58051173
Yeah but I mean how would I be able to monetize that besides le ddos

Seems kind of useless.
>>
>>58051186
>Yeah but I mean how would I be able to monetize that besides le ddos

Yes.

https://www.businessinsider.com/2-israeli-teens-arrested-ddos-booter-service-vdos-hacked-brian-krebs-2016-9

Just do what they did. Except the getting arrested part, obviously.
>>
>>58051186
Whoops missed the
>besides le ddos
part.


I dunno. Get them to mine buttcoins or w/e.
>>
>>58051285
>mining buttcoins on an army of esp8266
kek
>>
>>58051285
I want to make a bank trojan

How can I make it work well? I want to make the next Zeus, a revolutionary piece of malware that will make me hundreds of millions of dollars.

Then I will use my money to arm White soldiers for the racewar - in which we will kill all the non-whites and establish a White world.
>>
>>58051304
You could also donate their computing power to SETI :^)
>>
>>58051321

Step 1: Write undetectable malware
Step 2: Infect millions of computers
Step 3: Earn millions of dollars
Step 4: Start racewar


There. I think It's pretty obvious how you'd approach this.
>>
>>58051122
>inquiring multiple times about illegal activity
All of your threads and IP(s) have been forwarded to the authorities for evidence.
>>
>>58051265
yeah, but where the fuck you would have to advertise your shit without not getting noticed by people you don't want.
>>
>>58051429
On the internet.
>>
>>58051347
Okay, but where do i get started learning to develop malware
>>
Step 1. Learn node/php for command
Step 2. learn c/go whatever
Step 3. create FUD malware
Step 4. create cracks for upcoming games, upload on yt
Step 5. Enjoy having 1000 downloads/day

This is what i did back in 2013 and mined like 300 BTCs and ~ 50 mil dogecoins with my botnet
>>
>>58051901
Would Golang work tho? That's the only language I really can say I'm getting decent at.
>>
>>58051921
If you're getting decent at go you can get decent at anything else
>>
>>58051940
Yeah but it feels like a whole different level to actually make good malware

I've been following malware researcher blogs and they keep pointing out all these flaws and shit

I don't want some nigger finding an exploit in my panel and deleting all my bots
>>
>>58051964
golang is memory-safe
just write it one piece at a time and use glue code
>>
>>58051989
would it be easier to just use a leaked sourcecode and modifying it to my needs, rather than coding from scratch?

When Zeus was leaked didn't people modify it to make it better?
>>
>>58051122
Go avay Kevin. And stop being butthurt about the fact that your relentless shilling efforts lead you nowhere.
>>
>>58052013
it's literally braindead easy to code malware and pack it
>>
>>58052055
Yeah but to make it good...

Otherwise why even bother
>>
>>58052073
To make it "good?"
You get "good" by doing it yourself and using packers to evade typical setups
Start with a C&C, and perhaps route through tor
that's all that really matters
>>
>>58052182
wouldn't it be easier to just buy a good bot tho senpai
>>
>>58052219
no, because if it's for sale, it isn't good
>>
>>58052245
But spyeye, zeus, betabot etc were for sale and they weren't bad...
>>
>>58052270
they seem to have been caught/fucked with
>>
>>58052296
yeah now, but not back then
>>
>>58052327
lol
>>
>>58052388
you right tho, guess i should try to make my own shit somehow
>>
>>58052440
start testing on your own devices
get some friends on irc
yadda yadda
>>
@58052440
PM me
>>
>>58051122
THIS FUCKING THREAD EVERY FUCKING DAY

>How would I get started?
Social engineering
Programming
Windows Internals
Basic Low level Networking, sockets basically
Obfuscation
How AV works

(none of those are hard, seriously.

>Can I make it in Golang
You can make in any fucking language if you want. It's strongly recommended to use a language that can compile to native(your memelang does that).

You could even use Java, but then only people running the jvm would be vulnerable. Or you would have to include the MASSIVE jvm in a statically compiled binary.


Protip: Use C, it will generate the smallest and stealthest binaries.
>>
>>58052557
>(none of those are hard, seriously.

I don't use Windows, i have no idea how any of that shit works
>>
>>58052557
>smallest and stealthiest
You mean rust, right
>>
Golang is a good choice or this.
>>
>>58052649
(You)
>>
>>58052585
Neither, do I. I only boot a VM to test a stuff.


>Social engineering
just fooling people

>Programming
The C Programming Language by K&R

>Windows Internals
Just google that, seriously.

>Basic Low level Networking, sockets basically
Unix networking Programming.pdf is a GOOD start.

>How AV works
Study ClamAV, lurk forums like kernelmode and tuts 4 you.


You may also want to subscribe to mailing lists of software you are willing to attack or about sec in general. I don't know any in english.
>>
>>58052653
What makes something a good or bad choice, besides let's say dependencies or the ability to easily be decompiled like let's say .net
>>
>>58052676
True senpai i'll read hella more

What language do you speak?
>>
>>58052693
hu3
>>
>>58051122

Is Golang the new meme?
>>
>>58052677
Well Go was specifically designed for concurrency and networking, which will come in handy on a project like this.
>>
>>58052677
to avoid exploitation, memory safety is paramount
speed is nice, so lower-level languages are important
small footprint see above
>>
>>58052693
i also speak german and french but I also don't know any resource in those languages either.
>>
>>58052738
I also don't know any resource in those languages*
>>
>>58052727
>>58052736
Thank you i will use go then
>>
stop posting this shitty thread every day

get a job
>>
>>58052813
go away phoneposter
Thread posts: 51
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.