Pages:
Author

Topic: [HACKING MENTOR]LEARN HACKING|NOOB-FRIENDLY|VOUCHED[HACKING MENTOR] - page 3. (Read 2867 times)

hero member
Activity: 882
Merit: 501
Example. I dont have any coding skill,a total noob but is something that i was always interested to learn.
How much time and patience you and i need to have so i can "graduate"? Roll Eyes
who will verify that i have the knowledge and possess it? the police when i will fail to "hack" some site? Undecided

And how about clients safety? you can easily mess him up, especially if he is a noob...
newbie
Activity: 5
Merit: 0
hello guys im the mentor i will answer all the questions i have seen

- what is this mentoring about ( explanation for each lesson )

this is very simple sir


@raven7886

we try to make our customer more comfortable so if you like the lessons in text i give it in text if you like Tv i will do it if you like recorded videos i will do it
just ask about what you need and we will do it for you

@jayce

- what is this mentoring about ( explanation for each lesson )

lesson 1 = database injection ( hacking )
lesson 2 = script attacking ( some programmers don't filter user input that may cuz very big problem )
lesson 3 = that will make you find/hack websites developed by Php
lesson 4 = this is after gaining admin information or injecting file on the server what to do

sure this is just beginners and intermediated if you wanna to learn something else you can feel free to pm or ask here and i will answer you

@Joel_Jantsen

you are 100% right when it come to the rest of hacking tech it's not even 80 feet deep it's just 10 feet deep

i can teach exploit writing / buffer over flows in os and web apps and about 20 lesson more

but let's think together when i put this lessons on HF ( Hackforums ) i did it for beginners and i found that 90% of members i saw don't have any programming skills / hacking skills so do you think people like this will accept the idea of teaching them into very deep ! or i must start from level 0 !
all HF members that already big hackers don't need me to teach this this skills as they already know also here same way i don't think someone already into hacking and he is expert want me to teach him but if there he is more than welcome

@Darker45
 sure i can do that

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

best regards guys
sr. member
Activity: 378
Merit: 250
Time is Money - Benjamin Franklin
Quote from: 0x0010 link=topic=1743105.msg17437679#msg17437679
If he does that, it'd be encouraging people to "hack" the site and that wouldn't be fair to the owner.

Here you go.

#1: SQL INJECTIONS.

"If the database doesn't have proper permissions, meaning that the web user has full control over the database, then they can potentially do things like replace all records, drop tables, and add their own tables.

An example might be an injection on an edit where site is expecting the user to edit their own record, but instead they update all in the server.

\' or where 1=1;
If they have read-only access to the database they might escalate their privileges and pull out more info than they're supposed to. This example would be on a server that is returning two records, the user then adds the user's table as their result.

\' UNION ALL SELECT username,password from USERS;"

Sites that are badly coded.

Injecting a database can be done easily via SQL queries. OP will probably teach you all the ins and outs. Dorms are very easy to make but hard to get started with, takes a bit of time to learn.

Sites you can hack: any that your dorks find.

etc. a google search is better my friend.

Good luck op :-)
Thank you for the explanation. I hope that helped everyone. Our mentorship is made for everyone! We have had complete "noobs" come in and learned a ton! Anyone can learn.

If you aren't satisfied the first lesson we will give a refund. We make sure to teach everything you need to learn. So, rest assured, you are in good hands!
member
Activity: 96
Merit: 10
It can be useful for beginners. But more like PHP application security training. The hack contains much more comprehensive subject.
Code Security, Network Security, Web Security, Social Engineering, Operating System Security etc. All of them are divided into different subtitles within themselves.
legendary
Activity: 1988
Merit: 1317
Get your game girl
I disagree with your thoughts on PHP. It's still the most widely used language, many of the top 100 companies still use it, and it's still actively being developed. While Node and others are also good and have been growing, they each have their own strong suits.
Agree.But definitely PHP is not the backend language of the future.The one's that used it have been using it for a long time and hence making a switch or refactoring the code is simply not possible.Even though they hate it,they don't have any options.What I really meant was,PHP and it's vulnerabilities are already known over the years and hence only noob made sites will be prone to those attacks.For example : Use your PHP and MySql hacking skills to hack facebook and see where you land.
legendary
Activity: 1988
Merit: 1007
Being an Ethical Hacker,I believe the courses are very newbie inclined.You're just covering the surface of the 80 feet deep well.I'm surprised how you have not mentioned anything about Terminal based OS's or writing exploits.PHP is done,it's getting obsolete.If you're only planning to teach PHP with mySql vulnerabilities then the tutorial wouldn't be much help I guess.

I disagree with your thoughts on PHP. It's still the most widely used language, many of the top 100 companies still use it, and it's still actively being developed. While Node and others are also good and have been growing, they each have their own strong suits.
legendary
Activity: 2576
Merit: 1860

Can you hack my password here in btalk? I'll subscribe if you do that.  Grin
legendary
Activity: 2982
Merit: 1506
Pie Baking Contest: https://tinyurl.com/2s3z6dee
Hey 0x0010, thanks for your explanation Smiley
member
Activity: 112
Merit: 10
female ;)
Being an Ethical Hacker,I believe the courses are very newbie inclined.You're just covering the surface of the 80 feet deep well.I'm surprised how you have not mentioned anything about Terminal based OS's or writing exploits.PHP is done,it's getting obsolete.If you're only planning to teach PHP with mySql vulnerabilities then the tutorial wouldn't be much help I guess.

If they don't know the basics, they sure as hell ain't gonna know about writing exploits. Terminal OS's however should be taught as a basic. Kali, Ubuntu, all that good stuff.
legendary
Activity: 1988
Merit: 1317
Get your game girl
Being an Ethical Hacker,I believe the courses are very newbie inclined.You're just covering the surface of the 80 feet deep well.I'm surprised how you have not mentioned anything about Terminal based OS's or writing exploits.PHP is done,it's getting obsolete.If you're only planning to teach PHP with mySql vulnerabilities then the tutorial wouldn't be much help I guess.
member
Activity: 112
Merit: 10
female ;)
I have zero knowledge about hacking and for now I'm not planning to learn it actually. But if you don't mind, could you explain me what the differences of each lesson you provide? I mean what things we can hack with those lessons.
Websites and such. If you order the lessons you will become experienced in hacking and everything will make sense. This class is made for beginners, intermediates, and we have special classes for experts. Contact us today!
Could you give specific detail about what website we can hack with those lessons? E.g lesson 1 for this kind of website, lesson 2 for this, etc. Btw I don't think learning those lesson only could make you become experienced instantly. You need so many practices to become a good hacker.

If he does that, it'd be encouraging people to "hack" the site and that wouldn't be fair to the owner.

Here you go.

#1: SQL INJECTIONS.

"If the database doesn't have proper permissions, meaning that the web user has full control over the database, then they can potentially do things like replace all records, drop tables, and add their own tables.

An example might be an injection on an edit where site is expecting the user to edit their own record, but instead they update all in the server.

\' or where 1=1;
If they have read-only access to the database they might escalate their privileges and pull out more info than they're supposed to. This example would be on a server that is returning two records, the user then adds the user's table as their result.

\' UNION ALL SELECT username,password from USERS;"

Sites that are badly coded.

Injecting a database can be done easily via SQL queries. OP will probably teach you all the ins and outs. Dorms are very easy to make but hard to get started with, takes a bit of time to learn.

Sites you can hack: any that your dorks find.

etc. a google search is better my friend.

Good luck op :-)
legendary
Activity: 2982
Merit: 1506
Pie Baking Contest: https://tinyurl.com/2s3z6dee
I have zero knowledge about hacking and for now I'm not planning to learn it actually. But if you don't mind, could you explain me what the differences of each lesson you provide? I mean what things we can hack with those lessons.
Websites and such. If you order the lessons you will become experienced in hacking and everything will make sense. This class is made for beginners, intermediates, and we have special classes for experts. Contact us today!
Could you give specific detail about what website we can hack with those lessons? E.g lesson 1 for this kind of website, lesson 2 for this, etc. Btw I don't think learning those lesson only could make you become experienced instantly. You need so many practices to become a good hacker.
legendary
Activity: 1512
Merit: 1041
is this allowed by forum rules.?? I want some more details. how you give lessons? will you give recorded video tutorials or you do live video call? or you provide text lessons?? and what proof of legitimacy you have? (lets see what vouchers will say)
If they failed to vouch. I can vouch but only condition is my own safety.
sr. member
Activity: 378
Merit: 250
Time is Money - Benjamin Franklin
Tools are working if victim have program.Simple is create false site www if you want know someone password and name.Hacker is doesnt exist.
What? You sound like you are speaking nonsense. If you are interested or have any questions about our course, ask away! If not, go away and stop trying to get attention, thanks.
sr. member
Activity: 378
Merit: 250
Time is Money - Benjamin Franklin
I have zero knowledge about hacking and for now I'm not planning to learn it actually. But if you don't mind, could you explain me what the differences of each lesson you provide? I mean what things we can hack with those lessons.
Websites and such. If you order the lessons you will become experienced in hacking and everything will make sense. This class is made for beginners, intermediates, and we have special classes for experts. Contact us today!
hero member
Activity: 1022
Merit: 500
Tools are working if victim have program.Simple is create false site www if you want know someone password and name.Hacker is doesnt exist.
legendary
Activity: 2982
Merit: 1506
Pie Baking Contest: https://tinyurl.com/2s3z6dee
I have zero knowledge about hacking and for now I'm not planning to learn it actually. But if you don't mind, could you explain me what the differences of each lesson you provide? I mean what things we can hack with those lessons.
legendary
Activity: 1988
Merit: 1007
Your thread title says you have vouches. Your thread text says you don't. Which is it? It can't be both...
sr. member
Activity: 378
Merit: 250
Time is Money - Benjamin Franklin
If you can teach spam mailing, then are you also able to reverse engineer the whole process of it...
Yes sir we can! I'm glad you asked. Hopefully you will be our first customer. I will send you a PM.
full member
Activity: 211
Merit: 100
Official Augmentors Developer
If you can teach spam mailing, then are you also able to reverse engineer the whole process of it...
Pages:
Jump to: