Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Hacking

Hacking

Scheduled Pinned Locked Moved C#
23 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 2 20212a

    Eddy Vluggen wrote:

    Learning how to exploit a vulnerability teaches not how to code.

    Sure it can. Just like SQL injection. That's hacking but we talk about it all the time. Hacking is a good way to learn how things work.

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #12

    20212 wrote:

    Sure it can.

    No, it doesn't; it teaches nothing about patterns, not even about security, it only shows where breaches are.

    20212 wrote:

    Just like SQL injection

    Thank you for proving my point.

    20212 wrote:

    That's hacking but we talk about it all the time. Hacking is a good way to learn how things work.

    It's a way of learning to know about weaknesses, not about how things work. Here an analogy for ya; you claim you can run an atomic power plant, because you know an unguarded door. In my opinion, you not even less qualified than any real programmer, but a liability. And you know you are; that's why I post under my real name, and you don't dare too. --edit From a real criminal; do you have any questions?

    Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

    2 1 Reply Last reply
    0
    • L Lost User

      20212 wrote:

      Sure it can.

      No, it doesn't; it teaches nothing about patterns, not even about security, it only shows where breaches are.

      20212 wrote:

      Just like SQL injection

      Thank you for proving my point.

      20212 wrote:

      That's hacking but we talk about it all the time. Hacking is a good way to learn how things work.

      It's a way of learning to know about weaknesses, not about how things work. Here an analogy for ya; you claim you can run an atomic power plant, because you know an unguarded door. In my opinion, you not even less qualified than any real programmer, but a liability. And you know you are; that's why I post under my real name, and you don't dare too. --edit From a real criminal; do you have any questions?

      Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      2 Offline
      2 Offline
      20212a
      wrote on last edited by
      #13

      Eddy Vluggen wrote:

      Thank you for proving my point.

      I don't think you understand your point then. If all we told people is to use parameterized queries but did not explain why, the lesson would not be learned as well. Explaining how non-parameterized queries can allow someone to hack your db is magnitudes more valuable than just telling them to use parameters.

      Eddy Vluggen wrote:

      that's why I post under my real name, and you don't dare too.

      1. You can't prove that it's your real name. 2. You can't prove this is not my real name.

      L 1 Reply Last reply
      0
      • 2 20212a

        Eddy Vluggen wrote:

        Thank you for proving my point.

        I don't think you understand your point then. If all we told people is to use parameterized queries but did not explain why, the lesson would not be learned as well. Explaining how non-parameterized queries can allow someone to hack your db is magnitudes more valuable than just telling them to use parameters.

        Eddy Vluggen wrote:

        that's why I post under my real name, and you don't dare too.

        1. You can't prove that it's your real name. 2. You can't prove this is not my real name.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #14

        20212 wrote:

        I don't think you understand your point then.

        Not my problem, is it?

        20212 wrote:

        If all we told people is to use parameterized queries but did not explain why, the lesson would not be learned as well. Explaining how non-parameterized queries can allow someone to hack your db is magnitudes more valuable than just telling them to use parameters.

        Again, thanks for proving my point :)

        20212 wrote:

        1. You can't prove that it's your real name.

        I can, there's a photograph on here from me. Look it up. No, no record government linking me to that, I not that much of a fool.

        20212 wrote:

        2. You can't prove this is not my real name.

        Easy, that's not even a legal name; you're not allowed to name children like that. I been a developer for over 20 years. Been concerned with security for the same time. We "know a bit" about the subject :)

        Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

        2 1 Reply Last reply
        0
        • 2 20212a

          Eddy Vluggen wrote:

          Learning how to exploit a vulnerability teaches not how to code.

          Sure it can. Just like SQL injection. That's hacking but we talk about it all the time. Hacking is a good way to learn how things work.

          T Offline
          T Offline
          trønderen
          wrote on last edited by
          #15

          20212 wrote:

          Just like SQL injection.

          I am so old that I find the very idea of SQL injection completely crazy. Why would anyone even get close to the idea of passing SQL code ahead, without parsing it and consider it against authorization restrictions? I know. "Because it would reduce performance". So then you could make two versions of your SQL based application: One HighPeformance version to use when benchmarking or comparing against alternatives. When you boost multiplatform and high availability, there is another, "safe" version with all the flexibility and functionality ruining performance, but beneficial in a lot of other ways.

          L 1 Reply Last reply
          0
          • T trønderen

            20212 wrote:

            Just like SQL injection.

            I am so old that I find the very idea of SQL injection completely crazy. Why would anyone even get close to the idea of passing SQL code ahead, without parsing it and consider it against authorization restrictions? I know. "Because it would reduce performance". So then you could make two versions of your SQL based application: One HighPeformance version to use when benchmarking or comparing against alternatives. When you boost multiplatform and high availability, there is another, "safe" version with all the flexibility and functionality ruining performance, but beneficial in a lot of other ways.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #16

            trønderen wrote:

            I am so old that I find the very idea of SQL injection completely crazy. Why would anyone even get close to the idea of passing SQL code ahead, without parsing it and consider it against authorization restrictions?

            Because often there's none such restriction. Looking at you VB programmers.

            trønderen wrote:

            I know. "Because it would reduce performance"

            Not in any way. So proven you don't know. The rest of your drivel I not gonna answer to. You entitled to your petty opinions, and that's why I'm paid more. Any other questions?

            Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

            T 1 Reply Last reply
            0
            • L Lost User

              trønderen wrote:

              I am so old that I find the very idea of SQL injection completely crazy. Why would anyone even get close to the idea of passing SQL code ahead, without parsing it and consider it against authorization restrictions?

              Because often there's none such restriction. Looking at you VB programmers.

              trønderen wrote:

              I know. "Because it would reduce performance"

              Not in any way. So proven you don't know. The rest of your drivel I not gonna answer to. You entitled to your petty opinions, and that's why I'm paid more. Any other questions?

              Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

              T Offline
              T Offline
              trønderen
              wrote on last edited by
              #17

              Eddy Vluggen wrote:

              The rest of your drivel I not gonna answer to. You entitled to your petty opinions, and that's why I'm paid more.

              Fine. I'll keep your comment in mind when judging the quality of other utterings your make at CP.

              L 1 Reply Last reply
              0
              • T trønderen

                Eddy Vluggen wrote:

                The rest of your drivel I not gonna answer to. You entitled to your petty opinions, and that's why I'm paid more.

                Fine. I'll keep your comment in mind when judging the quality of other utterings your make at CP.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #18

                trønderen wrote:

                Fine. I'll keep your comment in mind

                Do that.

                trønderen wrote:

                when judging the quality of other utterings your make at CP.

                You not in any position to judge me. Go ahead. It's a free world.

                Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                T 1 Reply Last reply
                0
                • L Lost User

                  trønderen wrote:

                  Fine. I'll keep your comment in mind

                  Do that.

                  trønderen wrote:

                  when judging the quality of other utterings your make at CP.

                  You not in any position to judge me. Go ahead. It's a free world.

                  Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                  T Offline
                  T Offline
                  trønderen
                  wrote on last edited by
                  #19

                  Eddy Vluggen wrote:

                  You not in any position to judge me

                  If you are seriously suggesting that I am morally or professionally "obliged" to take your utterings at face value, with no critical evaluation, assessment or judgement, then your utterings are utterly without any trace of value. Certainly to me - and I think many others would agree. My comment was a response to your response, referring to my post as "drivel" and "petty opinions". That does not put you in any strong position to reject judging opinions about your posts. Feel free to declare yourself as inviolable, but don't expect the rest of the world to honor your wish.

                  L 1 Reply Last reply
                  0
                  • M Member_15086595

                    Hi all hacking members I am new join

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #20

                    The hacking comes from too much vaping.

                    It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                    1 Reply Last reply
                    0
                    • L Lost User

                      20212 wrote:

                      I don't think you understand your point then.

                      Not my problem, is it?

                      20212 wrote:

                      If all we told people is to use parameterized queries but did not explain why, the lesson would not be learned as well. Explaining how non-parameterized queries can allow someone to hack your db is magnitudes more valuable than just telling them to use parameters.

                      Again, thanks for proving my point :)

                      20212 wrote:

                      1. You can't prove that it's your real name.

                      I can, there's a photograph on here from me. Look it up. No, no record government linking me to that, I not that much of a fool.

                      20212 wrote:

                      2. You can't prove this is not my real name.

                      Easy, that's not even a legal name; you're not allowed to name children like that. I been a developer for over 20 years. Been concerned with security for the same time. We "know a bit" about the subject :)

                      Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                      2 Offline
                      2 Offline
                      20212a
                      wrote on last edited by
                      #21

                      Eddy Vluggen wrote:

                      there's a photograph on here from me. Look it up.

                      You're a cat??!! :laugh: :laugh: A picture of a cat is not proof. You pretend to be scientific but don't even know how to prove something. Strange.

                      Eddy Vluggen wrote:

                      that's not even a legal name;

                      Ah yes, because you know the laws of every jurisdiction in this world. :laugh: :laugh: You do have a sense of humor. I like that. :thumbsup:

                      Eddy Vluggen wrote:

                      We "know a bit"

                      Do you have a mouse in your pocket? :laugh: :laugh:

                      1 Reply Last reply
                      0
                      • M Mycroft Holmes

                        Excellent when you are in Cairns we can have a game of golf, I'm only an average hacker though!

                        Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #22

                        You're more a swinger than a hacker?

                        Advanced TypeScript Programming Projects

                        1 Reply Last reply
                        0
                        • T trønderen

                          Eddy Vluggen wrote:

                          You not in any position to judge me

                          If you are seriously suggesting that I am morally or professionally "obliged" to take your utterings at face value, with no critical evaluation, assessment or judgement, then your utterings are utterly without any trace of value. Certainly to me - and I think many others would agree. My comment was a response to your response, referring to my post as "drivel" and "petty opinions". That does not put you in any strong position to reject judging opinions about your posts. Feel free to declare yourself as inviolable, but don't expect the rest of the world to honor your wish.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #23

                          trønderen wrote:

                          If you are seriously suggesting that I am morally or professionally "obliged" to take your utterings at face value, with no critical evaluation, assessment or judgement, then your utterings are utterly without any trace of value. Certainly to me - and I think many others would agree.

                          No, of course not. You take them as they are, and do with it what you want.

                          trønderen wrote:

                          don't expect the rest of the world to honor your wish.

                          If you go "hacking", don't expect law to humor your wish about hats. :)

                          Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups