Skip to content

koparmalbaris/pars3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pars3r

1. Hostname-to-IP

Hostname to IP Address converter via powershell.

The script retrieves IP addresses by resolving the computer names from a text file (Hostnames.txt) using DNS queries. Then resolves the IP addresses of computer names listed in a given text file and displays the results on the console.

hostnameToIP-1 hostnameToIP-2 hostnameToIP-3

2. gnmapParser

This code block represents a program that analyzes a user-specified .gnmap file and extracts the IP addresses and their corresponding port information like below and saving them to an output file.

gnmapParser-ss

3. randomParsers

This code block analyzes IP addresses and port informations in a file, then script creates an output file that contains the IP:Port like 127.0.0.1:22,192.168.1.1:80.

ipportParser-ss

About

some parser scripts for me and other earthlings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published