Making a honey pot and errors with nmap

2022-11-02 Thread blmvxer
Making a Telnet Honeypot and came up with this error while scanning with nmap Nmap output u0_a619@localhost ~> nmap -vvv -Pn -sV 127.0.0.1 Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times may be slower. Starting Nmap 7.92 ( ) at 2022-11-02 14:16

How to pass arguments with NIM?

2020-10-17 Thread blmvxer
import os var argument = commandLineParams() for arg in arguments: if arg == "--my-arg": echo("Yay") elif arg == "--multiple-args": echo("We can use and check multiple arguments") else: discard Run '''

Nim Honeypot Project

2020-10-05 Thread blmvxer
I think that sounds like some good ideas, and I agree it would be a good feature to use metasploit, I actually have it up on my rpi4 which is where I do most of my nim development.

Nim Honeypot Project

2020-10-04 Thread blmvxer
I've been working on an idea of a Telnet honeypot in Nim, When I came up with an idea of having a Modular Suite of Honeypots with Multiple environment templates for each service. **Nim Honeypot Project Board** <<https://github.com/users/blmvxer/projects/1>> **Initial telnet h

Blocking nmap scans

2020-10-03 Thread blmvxer
I'm always game lols

Blocking nmap scans

2020-10-03 Thread blmvxer
Also this is an Open Invitation for anyone who would like to make this honeypot more functional and realistic you're free to join the team. :)

Blocking nmap scans

2020-10-01 Thread blmvxer
https://github.com/blmvxer/telnet-honey

Blocking nmap scans

2020-10-01 Thread blmvxer
Sorry it's been a bit we had a baby girl so its taken up my time. I can post some code later today So I used the idea of a chat server to start making a telnet Honeypot. But if I scan it with nmap it crashes the server and I'm not really sure why.

Make like application

2020-10-01 Thread blmvxer
I've been working on an idea called nuild (Nim build) where you define a configuration file for your build where at the end all you need to do is type nuild in the build directory and it'll compile and install the binary to the desired location. So my question is, is this something that people

Blocking nmap scans

2020-08-30 Thread blmvxer
Currently I'm working on a relay server and I'm wondering if software methods within Nim would help mitigate scans. So far I can detect them and I'll restart the server after a timing defense. But then upon a second scan it crashes there server