ip help
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

ip help

Started by Scorpion, 08 March, 2004, 04:43:35

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Scorpion

i need a script theat allows only ip's theat have only x hops on trace until the destination

nErBoS

#1
Hi,

You made two topics i think the request is the same, i already answer you on the other, if this is a different script please be more especific on what you want.

Best regards, nErBoS
--## nErBoS Spot ##--

Scorpion

here i'm talcking abat a traceroute hups and it's something diferit
si i need on the hub only the piple that have an max N hups until ther ip !!!

nErBoS

Hi,

My english is bad and your isn't helping :P

If i understood you want a script to see the the number of hubs ??

Best regards, nErBoS
--## nErBoS Spot ##--

Scorpion

not hubs, hups. i meen the number of servers it's pasin trough to get to the user

plop

when you surf over the inet you hup from 1 switch 2 the next.
now what he wants is that only ppl who are less then x hups  away from him.
bad idea btw as it can take several seconds before a check like that is preformed, and during that check the bot/hub is stuck.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

nErBoS

Hi,

Hups ???

Can you explain plop and tell me i can i do that to catch in lua :)

Best regards, nErBoS
--## nErBoS Spot ##--

tezlo

try "tracert board.univ-angers.fr" in the command line
you need to send packets with variable TTL.. which you cant really do in lua

plop

QuoteOriginally posted by nErBoS
Hi,

Hups ???

Can you explain plop and tell me i can i do that to catch in lua :)

Best regards, nErBoS
np, execute the next script with the lua command line.
url = "www.tweakers.net"

x = clock()
execute("tracert "..url.." > trace.lst")
print(clock()-x.." seconds wasted")
readfrom("trace.lst")
while 1 do
   line = read()
   if line == nil then
      break
   end
   print(line)
end
remove("trace.lst")
now for fun try 2 trace your modem (set that ip as url).
you'll see how bad the idea 2 use this actualy is.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

Scorpion

my idee is theat here in Ro on our internet provider it is allowd to fransfer files in a city without biing monitorized, only the ppl theat have  from 9$ to 39% contracts with the provider, with the bussines contrats it is monitorized, and payd 4 it, so the ideea is theat from 2 ip in the same class contrat it's having only 1 hup to destination


                                 Sorry 4 my english

Scorpion

forgoth

10x 4 the exemple plop it helpt a lot 4 making the finel script

nErBoS

#11
Hi,

plop and tezlo thanks for the explanion and example when i get free time i will try to learn to work with that.

Best regards, nErBoS
--## nErBoS Spot ##--

plop

yw, and good luck.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

SMF spam blocked by CleanTalk