This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Nmap script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Nmap script

Post by ComputerTech »

So i have tried searching all tcl archives i know today, and i cant find a script that does the same as the linux command "nmap" does anyone know of a script like this?

Thanks in advanced :P
ComputerTech
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

You won't find.
nmap does a lot of things, you can't do them with an eggdrop:
- scan IP range: too long, managing IP queue is horrible
- scan all ports of an IP: wow ! I'll never try that with tcl script, even with forking threads
- retrieve OS info: enjoy keeping signatures up2date and/or significant infos
- others: depend on previous, better way to kill your eggdrop

BTW, why the f*ck do you want to nmap pple connecting your network ? If it's in a security way, dnsbl is your best friend, don't override your eggdrop to create a tool already existing
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

I did not say i wanted to use this for my network, i wanted this to be a useful tool to be used instead of using nmap on linux, a bit like blackshadows blackip.tcl ,However i shall keep using the nmap command manually instead.

Thanks Anyway CrazyCat :)
ComputerTech
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

As I said before, nmap does a lot of things, so if you don't explain which result you want, it's impossible to think to a TCL.

And a small ethical point: try to get informations about the computer of a person connecting your network is a kind of violation of his private life.
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

as i said, i am Not wanting to use nmap for peopele connecting to my network, what i need is to check if a port is open on a ip
like.....

https://www.yougetsignal.com/tools/open-ports/
ComputerTech
s
simo
Revered One
Posts: 1078
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

Thanks simo, that helps a lot and thanks CrazyCat:D
ComputerTech
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

You can also use the proxyscan module of anope if you intend to ban insecure proxies.
s
samll
Voice
Posts: 1
Joined: Tue Nov 03, 2020 12:39 pm

Post by samll »

You can also use the proxyscan module of anope if you intend to ban insecure proxies. More info that can help you get a quick loan you can find Especially if you want it to be with same day deposit


Good day
where can I get this module?
Last edited by samll on Tue Sep 20, 2022 7:29 am, edited 4 times in total.
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

It's included in anope, its realname is m_dnsbl.
s
simo
Revered One
Posts: 1078
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

for dnsbl i would use ircd side module as its much more effective it wont complete register of nick if dnsbl detected wich is more effective to stop proxy ips from connecting completely and joining channels

unrealircd-5 and inspircd-3 have such dnsbl modules wich i use myselve
Post Reply