teckV Posted June 22, 2006 at 10:12 AM Report #34214 Posted June 22, 2006 at 10:12 AM Netcat is the TCP/IP swiss army knife available since 1996 Se perguntarem qual é a mais "infamous" ferramenta utilizada em aventuras na selva das comunicações e penetrações de sistemas eu direi prontamente NETCAT o netcat é mais do que uma ferramentaé um conceito... qualquer ninja das sombras digitais desenvolveu o seu próprio NetCatisto porque os que andam por ai não são de confiança e são identificados pelos produtos de segurança como malignossendo irradicados sem dó nem piedade... apesar de o NetCat ser um simples utilitário de comunicações bastante util ao administrador de redes existe nos sabores Unix e Windows... e porque será? porque? ah pois é...~ sabem o que isto faz? quem souber está no caminho certo... 😉😛😄 uma dica... o porto 53 pode estar aberto nas firewalls... cool nc -L -p 53 -e cmd.exe sem duvida um canivete a ter sempre disponivel no bolso mais refunda... http://www.vulnwatch.org/netcat/ Unix NetCat Windows NetCat Netcat 1.10 Netcat is a simple Unix utility which reads and writes data across network connectionsusing TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same timeit is a feature-rich network debugging and exploration toolsince it can create almost any kind of connection you would need and has several interesting built-in capabilities. Netcator "nc" as the actual program is namedshould have been supplied long ago as another one of those cryptic but standard Unix tools. /\_/\ / 0 0 \ ====v==== \ W / | | _ / ___ \ / / / \ \ | (((-----)))-' / ( ___ \__.=|___E / In the simplest usage"nc host port" creates a TCP connection to the given port on the given target host. Your standard input is then sent to the hostand anything that comes back across the connection is sent to your standard output. This continues indefinitelyuntil the network side of the connection shuts down. Note that this behavior is different from most other applications which shut everything down and exit after an end-of-file on the standard input. Netcat can also function as a serverby listening for inbound connections on arbitrary ports and then doing the same reading and writing. With minor limitationsnetcat doesn't really care if it runs in "client" or "server" mode -- it still shovels data back and forth until there isn't any more left. In either modeshutdown can be forced after a configurable time of inactivity on the network side. Some of netcat's major features are: Outbound or inbound connectionsTCP or UDPto or from any ports Full DNS forward/reverse checkingwith appropriate warnings Ability to use any local source port Ability to use any locally-configured network source address Built-in port-scanning capabilitieswith randomizer Built-in loose source-routing capability Can read command line arguments from standard input Slow-send modeone line every N seconds Hex dump of transmitted and received data Optional ability to let another program service established connections Optional telnet-options responder Netcat is an obvious replacement for telnet as a tool for talking to daemons. For exampleit is easier to type "nc host 25"talk to someone's mailerand just ^C out than having to type ^]c or QUIT as telnet would require you to do. You can quickly catalog the services on your network by telling netcat to connect to well-known services and collect greetingsor at least scan for open ports. You'll probably want to collect netcat's diagnostic messages in your output filesso be sure to include standard error in the output using `>& file' in *csh or `> file 2>&1' in bourne shell. teckV horus herakty
falco Posted June 25, 2006 at 09:44 AM Report #34661 Posted June 25, 2006 at 09:44 AM A palavra cibernetica neste contexto?
teckV Posted June 26, 2006 at 03:31 PM Author Report #34901 Posted June 26, 2006 at 03:31 PM adoro comentários que enriquecem o conhecimento global 😛😁 realmente o mais importante neste tópico é discutir o significado da palavra usada... é por isso que relamente acredito num futuro próspero (para alguns) para mim cibernética quer dizer o que está por acaso na wikipedia... Cibernética (do grego Κυβερνήτης significando condutor, governador, piloto) é o estudo da comunicação e controle de máquinas, seres vivos e grupos sociais. Para tanto procura entender o tratamento da informação no interior destes processos como codificação e decodificação, retroação (feedback), aprendizagem, etc.O estudo de máquinas autônomas trouxe inferências para diversos campos da ciência. A introdução da idéia de retroação por Norbert Wiener rompe com a causalidade linear e aponta para a idéia de círculo causal onde A age sobre B que em retorno age sobre A. Tal mecanismo é denominado regulação e permite a autonomia de um sistema (seja um organismo, uma máquina, um grupo social). Será sobre essa base que Wiener discutirá a noção de aprendizagem. É comum a confusão entre cibernética e robótica, em parte devido ao termo ciborgue. tendo em conta a finalidade do NetCat... h3h3h33h não tive o objectivo de ir ao dicionário.. quis apenas falar do mundo "virtual"... mas já que falas nisso... thanks again qualquer duvida sonre o netcat nada que ir a um dicionário de lingua portuguesa que por acaso é um editado no brasil... h3h33h3h3h3h3h3h33 oh my god please help me http://pt.wikipedia.org/wiki/Cibern%C3%A9tica teckV
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now