NetCat Community Center by zychos Does anyone know where I can find a good tutorial or have working knowledge with NetCat? I am using the program to send SMTP to a server and I am having trouble after I establish the connection. The goal is to test AV while sending a virus as an attachment, embedded in the date, inside the message and in a ppt. Re: NetCat Community Center by zychos … was trying to find a way to trace out of netcat through something like test msgs to troubleshoot plus also find… Re: NetCat Community Center by Rashakil Fol Uh, the documentation for it is pretty straightforward, the program is really simple. What help do you need? Compile Windwos netcat under linux? Hardware and Software Linux and Unix by tony75 …@kali:~/Desktop/nc# wine gcc -o nc1.exe netcat.c As we know its easy to compile nc under…root@kali:~# wget http://sourceforge.net/projects/netcat/files/netcat/0.7.1/netcat- 0.7.1.tar.gz root@kali:~#…gz root@kali:~/netcat-0.7.1# ./configure root@kali:~/netcat-0.7.1# make root@kali:~/netcat-0.7.1… Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by rubberman … want to do this? Experimentation? Need exact functionality that the netcat on Windows provides? I have written many cross-platform applications…, but executable files - in this case it would be netcat, not netcat.exe, although changing the name wouldn't harm anything, or… Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by mike_2000_17 > it would be netcat, not netcat.exe, although changing the name wouldn't harm anything, or …you could make sure that the Makefile created it as netcat.exe. I don't quite understand that sentence, but there… Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by tony75 Thanks mike_2000_17,I think you understand me. It just need to change Makefile in order to cross-compile. list post-make $ ls Makefile generic.h getopt.o license.txt netcat.c doexec.c getopt.c getopt.obj nc.exe netcat.o doexec.o getopt.h hobbit.txt nc111nt.zip readme.txt Using x86_64-w64-mingw32-gcc Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by tony75 Thanks Sir I like to learn Compiling Windows environment code sometimes under linux Using the MinGW compiler and Wine. If you have better idea to compile windwos netcat.c under linux I will be appreciate it ! Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by rubberman Just install the nc package on Linux. That is the native Linux version of netcat. Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by tony75 Thanks Sir I have nc already in my linux(No problem) but I like to compile windwos source code like netcat under linux! I think my question is clear. MinGW cross compiler under linux cd /root/.wine/drive_c/MinGW/bin using NetCat as an option Hardware and Software Linux and Unix by ! ! [color=darkslateblue]Very Interesting Article and Comments about NetCat as an option[/color] [url="http://www.linux.com/article.pl?sid=05/11/07/182200"][color=darkslateblue]http://www.linux.com/article.pl?sid=05/11/07/182200[/color][/url] how to use netcat??? Hardware and Software Networking by Faber980 salam guys.. nice forum I heard about an application called netcat which is used for testing and hacking network services but i do not know where to start and what can i do with it... so i need someone to explain it thanks use netcat to find process for udp port Hardware and Software Linux and Unix by csross …/inetd.conf, so I was wondering if I could use netcat in some way to try and find a process that… Re: Compile Windwos netcat under linux? Hardware and Software Linux and Unix by rch1231 Why would you need to use MinGW almost every linux distrubution has gcc available as part of the distro. Wine should not be needed. Besides the rpm is also available on the site so again why use a Windows compiler on a Linux system? Re: how to use netcat??? Hardware and Software Networking by DimaYasny what exactly are you trying to do? Re: use netcat to find process for udp port Hardware and Software Linux and Unix by Comatose Well, since UDP is connectionless, you are going to have a heck of a time with traditional tools like that. My personal suggestion, is get wireshark, and set the filters to only deal with UDP, and only deal with the ports in question. Then run wireshark, and keep an eye on it.... when data is either sent to or received from the port, wireshark … Re: use netcat to find process for udp port Hardware and Software Linux and Unix by csross Thank you for the information. I noticed when I rebooted one of the servers that has a number of the strange ports listed, the ports went off. Then sometime before the next morning when I checked again, they were on. Can I leave wireshark on and have it post to a log that I can check from time to time to see if the ports are on and what … Re: use netcat to find process for udp port Hardware and Software Linux and Unix by Comatose Yes, Yes you can. However, wireshark may use a lot of hard-drive space if you leave it running for a long time (and there is a lot of activity on those ports). See, each time a packet is sent or received wireshark records it... if you set filters, then you can tell it to only record say, UDP traffic, or specific port numbers, or only specific … Re: use netcat to find process for udp port Hardware and Software Linux and Unix by csross Thank you. I did some research and see it is/was ethereal. I have used that. I have tried to use lsof to see if it revealed anything but I don't get any output. ONe server has only one of the ports in a "bound" tcp state, so I would think lsof would produce something, but it doesn't. Thank you for your help. Re: use netcat to find process for udp port Hardware and Software Linux and Unix by csross I would really like to see what turned those on? I don't have alot of services running and I've stopped alot of the rc2 startup scripts that I don't need. I was hoping if I sent enough packets to the ports that maybe the top command might reveal something. Any suggestions that way? Re: use netcat to find process for udp port Hardware and Software Linux and Unix by Comatose Well first, since this seems to be a timed thing... check cron. See what cron is up to. If that isn't much help, you could consider crufting up a quick script or app that uses sockets and binds to the given port numbers... then the program that is trying to connect to (ie open the ports) will crap on itself (Address already in use) and might help… Loading menu based on XML document Programming Software Development by MaddTechwf …TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\netcat\Netcat.7z))" CMD="RUN" FUNC="@GetProgramDrive()\…Programs\Run7z\Run7z.exe /@GetProgramDrive()\Programs\Netcat\Netcat.7z /@GetTmpDir()\Programs /Netcat\nc.exe">NetCat</MITEM> <MITEM TYPE… connection drop alert Programming Software Development by ping24 Hi Friends, I want to create a script and nc (netcat) will be my tool for this test. Before telling that … should be running through. and then it will run the netcat and the command will be like this nc <ip… libhv udp server on threads Programming Software Development by sankar2000 … threads but also observe that it only uses one thread: netcat test1: nc 127.0.0.1 8000 -u msg1 msg1… msg2 msg2 ^C netcat test2: nc 127.0.0.1 8000 -u msg1 connect2… HTTP server in bash Programming Software Development by tanha … not specified, use the current directory as root ● Use the netcat (sometimes called nc) command to listen on incoming connections ● The… C++ anonymous emailer Programming Software Development by KenTheFurry Well I am going to try and make an anonymous emailer using C++... I would like to use this to learn how to send commands to a command prompt or something like it because the normal way to do it through the the command prompt then telnet or netcat into a mail server and do all the commands. What Steps Should I Take To Hack My Website In BlackHat View? Hardware and Software Networking by f.ben.isaac I know how to use nmap, netcat & nslookup. What steps should i take to put down … MacBooks are Wonderful Community Center by kc0arf … is all optimized and running without emulation. I have built netcat, gaim, and some other packages. I tried to do gimp… Help me....Diskless Pc booting from Linux server. Hardware and Software Linux and Unix by Shaikh Mohsin … set to manually installed. hdparm is already the newest version. netcat is already the newest version. file is already the newest… Getting garbage memory sending file over socket Programming Software Development by foobar8 …"]http://pastebin.com/gYNegySh[/URL] you can use nc (netcat) instead of the client when uncommenting line 85 from the…