Coder Social home page Coder Social logo

uwudpscan's Introduction

/* UW Public MATERIAL..  */
/* UWudpscan v0.1 */

/*
 *   --=[UWudpscan]=--
 *
 * Uberwall udp scanner is a multithreaded udp port scanner. 
 * 
 * This tool was coded on a gentoo box... 
 * If there are some platforms on which it's not working
 * I'm here to try giving support...
 * Actually I'll port the code for BSD in the next few time.
 *
 * Greatz to csk, khorben, sead and friends.
 * A big thanks to csk who forced me to write this and kick my ass
 * to finish it this year :)
 *
 * Coded by coma <[email protected]>
 * UberWall security team
 * Feedbacks welcomes
 *
 *   --=[ Copyright ]=--
 *
 * Copyright (c) Uberwall 2003-2005
 * All rights reserved. All software redistribution and use
 * in source and binary forms, with or without modification, are
 * permitted provided that this copyright notice is retained.
 * All documentation belong to their respective authors.
 *
 *   --=[ Disclaimer ]=--
 *
 * We, authors gathered in the group "UberWall", can not be held
 * responsible for any use of the content available on its site,
 * "www.uberwall.org".
 *
 * Indeed, this group only aims to share knowledge and research
 * about computer security, and some elements presented may be
 * misused by malicious people.
 *
 * We warn again that anyone is responsible for his own behaviour,
 * and that unauthorized access to computer systems is illegal,
 * as well as any other activity assimilated to "cracking".
 *
 * We have absolutely no intention to break the law concerning any
 * resource or work detailed here.
 *
 *   --=[ Enjoy ]=--
 */

w00t UWudpscan # uname -rs
Linux 2.6.13-gentoo-r3

w00t UWudpscan-xmas-release # make clean && make
rm -f *.o UWudpscan
cc -W -Wall -ansi -I /usr/local/include -c UWudpscan.c -o UWudpscan.o
cc -W -Wall -ansi -I /usr/local/include -c send.c -o send.o
cc -W -Wall -ansi -I /usr/local/include -c res.c -o res.o
cc -W -Wall -ansi -I /usr/local/include -c recv.c -o recv.o
cc -W -Wall -ansi -I /usr/local/include -c resolv.c -o resolv.o
cc UWudpscan.o send.o res.o recv.o resolv.o -o UWudpscan -lpthread -Wall

****** ./UWudpscan UberWall UDP scanner ******
****** c0ded by coma <www.uberwall.org> ******
Usage: ./UWudpscan -h host -l lowerport -u higherport [-t timeout] [-n threadnumber]
        -l      Lowerport
        -u      Higherport
        -h      Hostname
        -t      Timeout
        -n      Number of threads
        -f      Save to file

Note for the scanning options:

If you change the parallel threads ( e.g. -t 20 or -t 30...) please think also to change the timeout value.

uwudpscan's People

Contributors

anuxraw avatar

Stargazers

5l1v3r1 avatar

Watchers

James Cloos avatar  avatar

Forkers

5l1v3r1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.