secuirty-freak !

Stuff that don´t fit in the other categories.
Post Reply
User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

secuirty-freak !

Post by l0ngb1t »

Hey,

I once stumbled upon a website http://www.security-freak.net, they had an awesome tutorial about raw sockets programming and packet injection, one of the best that i came across however i went back to that website today and it's gone, anyone ever came across it or know if they moved to a new domain.
this is a part of the content:
1. Basic Socket Programming: (4 videos - 65 mins)

1.1 Presentation on Socket Programming basics (25 mins)
1.2 "Type with Me" exercise - a simple TCP server (19 mins)
1.3 Coding a TCP Echo server (13 mins)
1.4 Coding a TCP Echo client (9 mins)

http://www.security-freak.net/sockets/s ... mming.html" onclick="window.open(this.href);return false;


2. Packet Sniffing using Raw Sockets: (7 videos - 86 mins)

2.1 Presentation on raw socket basics (14 mins)
2.2 Sniffer coding basics (15 mins)
2.3 Sniffer - Ethernet header parsing (10 mins)
2.4 Sniffer - IP header parsing (14 mins)
2.5 Sniffer - TCP header parsing (10 mins)
2.6 Sniffer - Data parsing (9 mins)
2.7 A look at Tcpdump and Ethereal (14 mins)

http://www.security-freak.net/raw-socke ... ckets.html" onclick="window.open(this.href);return false;

3. Packet Injection using Raw Sockets: (6 videos - 75 mins)

3.1 Packet injection basics presentation (10 mins)
3.2 Your first packet injection program (9 mins)
3.3 Ethernet header contruction & injection (10 mins)
3.4 IP header construction & injection (14 mins)
3.5 TCP header and data contruction & injection (17 mins)
3.6 ARP Request query injector (15 mins)

http://www.security-freak.net/packet-in ... ction.html" onclick="window.open(this.href);return false;

4. Architecture of a Proactive Security Tool: (4 videos - 43 mins)

4.1 The "Sniff - Think - Inject" logic - a presentation (10 mins)
4.2 Programming the Framework (7 mins)
4.3 Communication via the Framework (8 mins)
4.4 ARP DoS tool using the Framework (18 mins)
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Re: secuirty-freak !

Post by l0ngb1t »

UPDATE
after a bit more search i found some of the source codes http://www.packet-craft.net/Apps.Src/se ... freak.net/
name of the author: vivek ramachandran
videos: http://www.securitytube.net/video/53
when i find the rest i'll post it also.

i know there are many tutorials but this is one of the most detailed on the internet.
post your favorite packet injection tutorial or raw socket programming, sure it'' help many.
Last edited by l0ngb1t on 24 Apr 2014, 04:20, edited 1 time in total.
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Re: secuirty-freak !

Post by l0ngb1t »

SYN Flooding using SCAPY and Prevention using iptables
http://www.opensourceforu.com/2011/10/s ... -iptables/

A brief programming tutorial in C for raw sockets
http://csis.bits-pilani.ac.in/faculty/d ... s/raw.html

maybe the admins can change the topic subject to something more relevant :P
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: secuirty-freak !

Post by scatter »

This is the new website of Vevek http://www.pentesteracademy.com/" onclick="window.open(this.href);return false; but now his courses are no more open source only introductions to chapters are free

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: secuirty-freak !

Post by DNR »

good job l0ngb1t
*thumb*

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: secuirty-freak !

Post by bad_brain »

phew....raw socket programming. I have a book here about that...since 2 years or so...right now I am at page 10 or so... :roll: :lol:
Image

User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Re: secuirty-freak !

Post by l0ngb1t »

@B_B yes i remember a post of you, more than a year ago saying your gonna enjoy your eve reading unix raw socket programming, on anew year eve or christmas... :P well for me 10 pages over 2 years is a hell of a progress, so thumbs up.
p.s i am not a stalker, my memory works in a very weird way.

as for my search, here are the source codes and presentations, i hope it helps the beginners and inspire the pro's, been doing it with python/scapy but following those C tut's helps you understand it more deeply, it's a must.

combined with the video's previously posted, i am sure it will help anyone to get into packet injection in depth
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: secuirty-freak !

Post by bad_brain »

I don't label it as stalking when people read what I write...so don't worry... :lol:

thanks for the thread, makes me want to pick up the book again and finally really read it... :)
Image

Post Reply