Home | Community | Message Board


This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Unfolding Nature Shop: Unfolding Nature: Being in the Implicate Order

Jump to first unread post Pages: 1
Hacking and carding
    #25517430 -

Anyone on here has any tutorials?

Or can mentor?

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25531350 -

Hacking is such a wide array of possible things there isn't any way to simply just read some tutorials or have someone teach you a few things.  You need to be pretty skilled at general computer administration n stuff, and good at programming.  Taking some security related classes can help a lot.  It's an entire discipline for a computer related career.  Without the basics you will never grasp the complexities required to do it.

Carding is a whole other ball game.  You either need to hack numbers from vendor systems via the first method mentioned, or you need to do something like acquire a skimmer device that you can sneak into place in front of a legit POS device, or somehow skim peoples cards.  Also not something that is exactly 'simple' for someone who has no experience doing it.


--------------------
Nothing says love like grannies prolapsed anus!

quote]Urb said:
I know... Its fucked up... Ill fix it minyana..[/quote]

Extras: Filter Print Post Top
Re: Hacking and carding [Re: mndfreeze]
    #25534702 -



--------------------
"the way of the warrior is the resolute acceptance of death"

Miyamoto Musashi

Extras: Filter Print Post Top
Re: Hacking and carding [Re: 5150]
    #25534739 -

Mndfreeze

Hacking wise i am watching videos on the basic looking at gear.learning about tcp/ip and networks. So hard but not impossible to learn where there is a will there is a way. Also time i have plenty as i am single and dont want no one taking up my time right now. I am focusing on me right now. And trying to learn all i can. So no going out just reading and watching videos. I am also going to start with python for my first language.

Carding i know a thing or two. But i was just wanting to network here with anyone one who had the same intrest.

Thanks tho

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25534745 -

5150

Thanks for the link i will check it out i opened it but will dive in it soon.

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25535414 -

Don't scam people. You realize when you steal someone's credit card information and use it to purchase items online you are not hurting some large corporate bank. Your hurting the people that you purchase items from. Because they end up sending out their product and then the cardholder disputes the charge. So the bank reverses  the charge, the company loses their product, and then gets an additional charge for accepting payment they thought was legit. That just sounds like an asshole thing to do. You want to steal from someone go shoplift from Walmart.


--------------------
Matsesherbs.com is a SCAM site. Do not send them any money!!!!

Extras: Filter Print Post Top
Re: Hacking and carding [Re: 5150]
    #25554365 -

5150 said:
https://totseans.com/totse/en/bad_ideas/scams_and_rip_offs/index.html




honestly thank you so much for posting this. I probably won't do any scams, but just browsing across that website really made my day. Took me back to the earlier days of the internet. There's something so nice about websites without any ads on them, just information in a plain and easy to read format.

I even found the reddit for the group. Apparently the site shut down in 2009 but started in the late 90s. I've got to imagine a lot of the info in that scam link is outdated, especially in reference to ATMs.

I've often thought about if there are ethical scams, and if so what are they? So far I've had a couple ideas, but they still involve identity theft or at least having a fake identity. Either way I think people can make the argument that due to the perverse nature of modern society, it's not inherently wrong to use some scams to get ahead


--------------------
All drugs should be legal

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25554533 -

Hydropimp said:
Mndfreeze

Hacking wise i am watching videos on the basic looking at gear.learning about tcp/ip and networks. So hard but not impossible to learn where there is a will there is a way. Also time i have plenty as i am single and dont want no one taking up my time right now. I am focusing on me right now. And trying to learn all i can. So no going out just reading and watching videos. I am also going to start with python for my first language.

Carding i know a thing or two. But i was just wanting to network here with anyone one who had the same intrest.

Thanks tho



Start learning linux and Unix, take a c++ class as most software is written in C or C++, and hacking involves finding things like buffer overflows and such in code.  Asembly would also be something you shouldearn if you want to have any chance at low level stuff that talks to hardware.

You also need to learn enough that you could get a job as a sysadmin.  Thats a career level job not an entry level tech job, because if you dont know how to run the OS with mastery you will never know how to exploit it. 

You need to take some infosec courses.


--------------------
Nothing says love like grannies prolapsed anus!

quote]Urb said:
I know... Its fucked up... Ill fix it minyana..[/quote]

Extras: Filter Print Post Top
Re: Hacking and carding [Re: mndfreeze]
    #25555177 -

If you want to be really good, learn assembly before higher level languages like C or C++. Not high level assembler either.

Learn how to program embedded devices, learn about radio transceivers. Technology is a lot different than it was back when I became a member of totse. It was a great website though.

Look into cardless ATM withdrawals that use smartphones instead of an ATM card. And get into linux/unix like mndfreeze said.

All the money you could take from a person's account is usually federally insured up to 200,000$, so you'll inconvenience them and stress them out at most. Do what you gotta do.

Most big businesses are using unix.

SDR dongle can help you understand some things... Full duplex SDR if you have enough money. Smartphones are where it's at these days.

Extras: Filter Print Post Top
Re: Hacking and carding [Re: halo]
    #25555861 -

Yep ,was on totse then zoklet  for like 20 years,pretty much the craziest ppl on the net


--------------------
"the way of the warrior is the resolute acceptance of death"

Miyamoto Musashi

Extras: Filter Print Post Top
Re: Hacking and carding [Re: mndfreeze]
    #25556301 -

mndfreeze said:
Hydropimp said:
Mndfreeze

Hacking wise i am watching videos on the basic looking at gear.learning about tcp/ip and networks. So hard but not impossible to learn where there is a will there is a way. Also time i have plenty as i am single and dont want no one taking up my time right now. I am focusing on me right now. And trying to learn all i can. So no going out just reading and watching videos. I am also going to start with python for my first language.

Carding i know a thing or two. But i was just wanting to network here with anyone one who had the same intrest.

Thanks tho



Start learning linux and Unix, take a c++ class as most software is written in C or C++, and hacking involves finding things like buffer overflows and such in code.  Asembly would also be something you shouldearn if you want to have any chance at low level stuff that talks to hardware.

You also need to learn enough that you could get a job as a sysadmin.  Thats a career level job not an entry level tech job, because if you dont know how to run the OS with mastery you will never know how to exploit it. 

You need to take some infosec courses.



Thank bro
i have downloaded ubuntu; but i think i am going to go with kali instead.

Will do my research on asembly

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25556373 -

When you guy mention asembly it is a language correct? I am looking at some vids now on it

Edited by Hydropimp (10/21/18 07:55 PM)

Extras: Filter Print Post Top
Re: Hacking and carding [Re: Hydropimp]
    #25559201 -

Assembly is a programing language, yes. ASM is the shorthand for it.  It's tough.  It's low level for talking directly to hardware which means doing simple things like moving a cursor on the screen can be pages of code, where as with C or C++ you could do it in a few lines.  But you need to understand how to do shit like inject foreign code into memory buffers and understand how underlying hardware talks to higher level software.

There are kids who call themselves hackers that are just script kiddies.  Meaning someone else found the vulnerability and wrote an exploit for it, usually released on a security mailing list with 'minor changes' made to it so someone cant just compile it and use it without at least having basic programming knowledge.  These script kiddies have limited to no skill and it's what most of the "big talk 'leet hax0rs' on the internet are.  The real hackers are the ones who live and breath programming and security shit.  They have or could have high paying jobs, etc. 

If you want to really learn it you are going to have to spend some real time.  Years and years  Security stuff gets looked at every day.  Companies put out bug bounties and stuff specifically to entice people who know how to code and hack shit to find bugs and report them for a payday instead of releasing the info into the wild before letting them have a chance to patch it.  InfoSec is a pretty well paid career path as well.  All of these things mean that it takes a lot of time to 'catch up' to where the average tech is out on the wild west internet.  With so many people looking for those holes it means things are a lot more secure in general and harder to exploit and therefore harder to learn. 

Learn to do sysadmin stuff and learn basic security from the whitehat (defensive) side.  Learn to program while you do that.  Doing both of those will give you the basis on if you decide to take it down the more blackhat path of exploiting software and systems. 

Also, since you're using ubuntu first, try to do EVERYTHING from a command line.  You need to use the GUI as little as possible until you have mastered the CLI.  At that point using the GUI to make things easier is ok.  The GUI will simplify so many critical tasks so much that you won't understand how the base system really runs, and when it comes to hacking no servers run with gui's waiting to be connected to, at least unix/linux based ones.


--------------------
Nothing says love like grannies prolapsed anus!

quote]Urb said:
I know... Its fucked up... Ill fix it minyana..[/quote]

Extras: Filter Print Post Top
Re: Hacking and carding [Re: mndfreeze]
    #25559675 -

Mindfreeze thank you sir

Edited by Hydropimp (10/23/18 05:18 AM)

Extras: Filter Print Post Top
Re: Hacking and carding [Re: mndfreeze]
    #25593762 -

hackthebox.eu isn't an answer to anything but have fun with it

Extras: Filter Print Post Top
Jump to top Pages: 1

Unfolding Nature Shop: Unfolding Nature: Being in the Implicate Order


Similar ThreadsPosterViewsRepliesLast post
* anyone big on card counting?
( 1 2 all )
ScavengerType 2,188 20 03/17/09 10:45 PM
by whattheheck
* Credit Card Tips
( 1 2 all )
novorua 8,198 39 10/12/05 10:01 PM
by Vvellum
* Need help choosing a credit card
( 1 2 all )
daba 8,357 29 09/08/18 02:42 PM
by AroundtheSon
* Credit Cards, Should I?
( 1 2 all )
C20H25N3O 5,363 21 05/14/07 05:26 PM
by AaronEvil
* . AnonymousRabbit 930 8 03/06/09 08:07 PM
by geokills
* Credit card interest up 23%... fuck! Gr8fulJ420 2,045 3 06/24/06 08:21 PM
by downforpot
* Credit card cash back? MrMaddHatter 3,076 10 06/03/06 12:18 PM
by Diploid
* credit card cash advance-insight please MaFiaDC 2,059 7 06/06/08 01:57 AM
by pinc

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: geokills, automan
1,325 topic views. 0 members, 18 guests and 1 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2026 Mind Media. Some rights reserved.

Generated in 0.031 seconds spending 0.009 seconds on 16 queries.