Sponsored Content
Full Discussion: Ip Addresses
Special Forums IP Networking Ip Addresses Post 16214 by LivinFree on Wednesday 27th of February 2002 02:32:15 AM
Old 02-27-2002
*sigh*, where to begin?

First off, you're going about this all wrong. Hacking (or in your case, cracking) requires a knowledge and understanding of the underlying protocols and programs that you're working with. You can't just "use" an IP address for malicious mischeif. That would be like a thug using a steering column to steal a car. Sure, you have to know what a steering column is and why it's there, but you need a LOT more than that. Besides, is stealing a car worth it in the first place? Why not apply this knowledge of cars to be a mechanic, an engineer, or a race-car driver? You'll be more respected, wealthy, and sane if you choose the latter route.

If you want a good way to begin to understand the workings of basic networking (client/server, p2p, etc...), try something useful and contructive. When I had a lot more free time, I used to track spam back to it's rightful owner. It's strangly rewarding, plus you learn something you can somewhat use to your advantage.
Or what about building your own PC? Do you know how it all works together; why it "ticks"? Or even better, (this being unix.com and all...) why not learn Unix?

Besides, you won't get much help from anyone by asking "how do I get an ip? ok, i've got one now - what do I do with it?". The only people willing to help in that situation probably are no more enlightened than yourself. But if you focus on something useful, and ask the right questions (not to mention be able to find your own answers), you will have a much better chance of getting some interesting and useful information from someone who knows better.

Anyhow, I had to get that off of my chest. I appologize to the forum's general readership for this rant, and close this topic, hoping it never comes back.
 

10 More Discussions You Might Find Interesting

1. IP Networking

ip addresses

this might sound corny but i need help finding out about finding a persons ip address can u halp? and another question what the hell does ping mean??? thank u. (2 Replies)
Discussion started by: dragonslayer100
2 Replies

2. Programming

memory addresses

where is addresses(what kind of memory) like this one "df605d50". I want to print address of locan variable: printf("&i - %p", &i); and I have &i - df605d50. (0 Replies)
Discussion started by: Paravozzz
0 Replies

3. Programming

memory addresses

you have three variables of type char, int and float in continous memory locations. How do you print the contents of each of these.??? Thanks in advance. (0 Replies)
Discussion started by: areef4u
0 Replies

4. Programming

LInear Addresses

Hi all, Even after reading many explanation the question still haunting me what's the difference between physical and linear addresses.Can we directly access physical addresses .If not then paging circuitry would have ensure contiguous physical addresses regardless of any linear addresses but this... (2 Replies)
Discussion started by: joshighanshyam
2 Replies

5. UNIX and Linux Applications

email addresses

Greetings to all. I have installed dadamail on my web site and it works extremely well. I have two questions: 1. I have modified dada to bounce bad emails, but only the first newsletter will use the modifications. If I create another list, it doesn't use the modification. What gives? 2. Are... (0 Replies)
Discussion started by: okbrowder
0 Replies

6. UNIX for Dummies Questions & Answers

Different ip addresses

Hello! I have logged in using Putty into another machine 'tele'. The ip address which i used to login to 'tele' is 192.168.1.3. Now while at 'tele' when i run "#ifconfig -a" i get the same ip address i.e, 192.168.1.3. But when i run "#arp tele" it gives the output: tele (10.143.128.8) ... (9 Replies)
Discussion started by: suhail.sadaqat
9 Replies

7. Shell Programming and Scripting

Need help with IP and MAC addresses

Hi, i am working on a project where i have to write a script to find out MAC addresses of the systems with given IP address. Can anybody tell me which command i can use to find MAC address if you know IP address of the machine. Thanks (5 Replies)
Discussion started by: manmeet
5 Replies

8. IP Networking

Virtual IP addresses

How would i create virtual interface in linux to configure more than one IP address for a physical interface? any help wll be appreciated. https://www.unix.com/images/misc/progress.gif (1 Reply)
Discussion started by: salil2012
1 Replies

9. Shell Programming and Scripting

Extract IP addresses

The only way I could extract the user names and 'from' IP addresses is to use a few temp files. Split up by 'Failed keyboard-interactive' and 'Failed password'. Anyone have any idea to do this all in one go? aaa.bbb.ccc.ddd 2009-03-23 01:28:33 sshd: Failed keyboard-interactive/pam... (2 Replies)
Discussion started by: hazno
2 Replies

10. Shell Programming and Scripting

ip range addresses

I am trying to find a script that will generate all the ip addresses in particular range. Example: start: 41.0.0.0 end ip 41.1.1.2 32.32.35.3 to 32.32.36.0 Please help. Thanks (9 Replies)
Discussion started by: kkkk
9 Replies
GENLIB_DEF_PHFIG.3(October 1, 1997)									       GENLIB_DEF_PHFIG.3(October 1, 1997)

NAME
GENLIB_DEF_PHFIG - open a layout model as current figure SYNOPSYS
#include <genlib.h> void GENLIB_DEF_PHFIG(cellname) char *cellname; ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr PARAMETERS
cellname Name of the cell which all futher calls to genlib physical functions will work on DESCRIPTION
DEF_PHFIG defines the current physical working figure by it's name, the cellname argument. It can be use anywhere in the genlib program, but must appear at least once at the top of it, since it also initalize the user's preferences through environment variables. If the figure called cellname doesn't exists in memory, it is created. If it already exists in memory, it makes it the current working figure. DEF_PHFIG doesn't look on disk for the figure cellname, so be careful not to overwrite an existing file while saving later on. EXAMPLE
#include <genlib.h> main() { /* Create a figure to work on */ GENLIB_DEF_PHFIG("mycell"); /* Place an instance */ GENLIB_PLACE("mymodel","firstinstance", NOSYM,0L,0L); /* Save all that on disk */ GENLIB_SAVE_PHFIG(); } SEE ALSO
genlib(1), GENLIB_DEF_PHSC(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. PROCEDURAL GENERATION LANGUAGE
ASIM/LIP6 GENLIB_DEF_PHFIG.3(October 1, 1997)
All times are GMT -4. The time now is 03:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy