Author Topic: what is syn?  (Read 1689 times)

0 Members and 1 Guest are viewing this topic.

Offline avinashchomal

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
what is syn?
« on: May 13, 2012, 01:04:46 pm »
hey evilzone


i am new to this hacking thing. i a post about how to syn attack but i think admins deleted it. i really want to learn about syn hope u people help :)

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: what is syn?
« Reply #1 on: May 13, 2012, 01:45:48 pm »
Hello :),

the wikipedia article on Denial-of-service attack DoS tells allot about this :).

SYN flood
A SYN flood occurs when a host sends a flood of TCP/SYN packets, often with a forged sender address. Each of these packets is handled like a connection request, causing the server to spawn a half-open connection, by sending back a TCP/SYN-ACK packet(Acknowledge), and waiting for a packet in response from the sender address(response to the ACK Packet). However, because the sender address is forged, the response never comes. These half-open connections saturate the number of available connections the server is able to make, keeping it from responding to legitimate requests until after the attack ends.

If you want to know more about this attack i would say, go learn networking, (tcp protocol).

You would be good if you learn a language like python and do some networking tutorials in that language.
If you created something inspect your own crafted packages with something like Wireshark :).
~Factionwars

Offline avinashchomal

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
Re: what is syn?
« Reply #2 on: May 13, 2012, 01:58:36 pm »
thx for reply but i dont have resources to learn networking :( if anyone here can help me with this. i will be really gratefull. or anyone can create a tutorial how to do a syn, will be of great help :) please help :)

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: what is syn?
« Reply #3 on: May 13, 2012, 02:08:36 pm »
I highly doubt that you'd even google,
~Factionwars

Offline avinashchomal

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
Re: what is syn?
« Reply #4 on: May 13, 2012, 03:29:23 pm »
i did a lot of research how to do this but none was working

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: what is syn?
« Reply #5 on: May 13, 2012, 03:30:27 pm »
i did a lot of research how to do this but none was working
So, as i said, learn something like python, then google for python networking tutorials.

LEARN TO CREATE BEFORE YOU BREAK
~Factionwars

Offline avinashchomal

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
Re: what is syn?
« Reply #6 on: May 13, 2012, 03:32:39 pm »
ok as u say sir :D hope if i need any help u will be here :)


Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: what is syn?
« Reply #7 on: May 13, 2012, 05:38:42 pm »
thx for reply but i dont have resources to learn networking :(

I doubt that. You have a computer right? Read a book on TCP/IP. Better yet check out the ebook section  :D
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline avinashchomal

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
Re: what is syn?
« Reply #8 on: May 13, 2012, 06:06:29 pm »
ok thanks :) for info