Cookie Consent by Free Privacy Policy Generator πŸ“Œ Asnap - Tool To Render Recon Phase Easier By Providing Updated Data About Which Companies Owns Which Ipv4 Or Ipv6 Addresses

🏠 Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, BlogbeitrÀge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden Überblick über die wichtigsten Aspekte der IT-Sicherheit in einer sich stÀndig verÀndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch ΓΌbersetzen, erst Englisch auswΓ€hlen dann wieder Deutsch!

Google Android Playstore Download Button fΓΌr Team IT Security



πŸ“š Asnap - Tool To Render Recon Phase Easier By Providing Updated Data About Which Companies Owns Which Ipv4 Or Ipv6 Addresses


πŸ’‘ Newskategorie: IT Security Nachrichten
πŸ”— Quelle: feedproxy.google.com


Asnap aims to render recon phase easier by providing regularly updated data about which companies owns which ipv4 or ipv6 addresses and allows the user to automate initial port and service scanning.


        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— 
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β•šβ•β•β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ•β–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•
β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
β•šβ•β• β•šβ•β•β•šβ•β•β•β•β•β•β•β•šβ•β• β•šβ•β•β•β•β•šβ•β• β•šβ•β•β•šβ•β•
Author : Mehmet Berkay Yuksel | twitter -> @paradoxxer


Β 



Installation

Precompiled Binary

If you have Go installed and configured in your $PATH enviroment variable, simply run:

go get -u github.com/paradoxxer/asnap

If you want to use precompiled binary, you also need to download "move.sh" and "nmap.sh" files and place them in the same directory with asnap.

To download the database that asnap searches from, you need to provide a key. To get your free key, sign up here -> https://www.maxmind.com/en/geolite2/signup after signing up navigate -> services -> My license key and create new key. Then create "asnap_conf.txt" inside the same directory with asnap, and paste your key to first line of "asnap_conf.txt":

echo 'insert key' > asnap_conf.txt 

To be able to use port scanning functionality, you need to install nmap to your machine:

* Debian Based Distros:
sudo apt install nmap
* MacOS
brew install nmap
* Arch Based Distros
sudo pacman -S nmap

Build Yourself (Recommended)

Download the source code:

git clone [email protected]:paradoxxer/asnap.git

Install golang here -> https://golang.org/doc/install or you can install go if it is available in your package manager:

sudo apt install golang

After downloading the source code, navigate through the project directory and run:

go build

This will produce asnap binary. After you build it, create asnap_conf.txt inside the same directory with the asnap, insert your key to first line and you are good to go.

echo 'insert key' > asnap_conf.txt 

Usage and Examples

Usage of ./asnap:
-download Download database for the first usage.
-update Update downloaded database. (Geolite databases updates once a week.).
-search Specify search.
-ipv4 Specify ipv4 database to search.
-ipv6 Specify ipv6 database to search.
-company Search by company name.
-asn Search by as number.
-outfile Specifies a name for the output text. By default, output file is named: MM-DD-YYYY_out.txt
-infile Use specified .txt file as input. Asnap will iterate every line, and treats them as company names and searches specified database with given inputs.
-nmap Passes found ip addresses to nmap.

Examples:
"$asnap -download" -> Downloads database with given key, for the first time.
"$asnap -update" -> Updates database.
"$asnap -search -ipv4 -com pany="example" " -> Search ipv4 database by company name "example"
"$asnap -search -ipv6 -asn 13337" -> Search ipv6 database by as number "13337"
"$asnap -search -ipv4 -company="github" -outfile /path/to/output/file" -> Search ipv4 database by company name "test" and save output to specified path.
"$asnap -search -ipv4 -infile /path/to/input/file.txt -nmap" -> Give a list of company names as input, search it inside ipv4 database and pass found ip addresses to nmap for port scanning.

Use Cases:

While you can use asnap manually, you can automate this whole process with cron jobs(see -> https://en.wikipedia.org/wiki/Cron). For example after you supplied an input file with -infile argument, All you have to do is check the output file and regularly modify input file to your needs. By default output file named: "MM-DD-YYYY_out.txt".


Follow Me:

If you have a question or a feature that you want me to add feel free to contact me. twitter -> https://twitter.com/paradoxxer linkedin -> https://www.linkedin.com/in/mehmet-berkay-y%C3%BCksel-ab78aa153/ Web Site -> https://yukselberkay.me



...



πŸ“Œ Cloudflare Public Bug Bounty: Using special IPv4-mapped IPv6 addresses to bypass local IP ban


πŸ“ˆ 39.4 Punkte

πŸ“Œ Linux Kernel 4.4.38 LTS Adds IPv6, IPv4 and L2TP Fixes, Updated Ethernet Drivers


πŸ“ˆ 38.12 Punkte

πŸ“Œ Linux Kernel 4.4.38 LTS Adds IPv6, IPv4 and L2TP Fixes, Updated Ethernet Drivers


πŸ“ˆ 38.12 Punkte

πŸ“Œ Linux Kernel up to 3.15.1 IPv4 UDP Socket net/ipv4/datagram.c ip4_datagram_release_cb memory corruption


πŸ“ˆ 30.7 Punkte

πŸ“Œ Cisco Wireless LAN Controller Software 8.4 IPv4 Fragment IPv4 Packet denial of service


πŸ“ˆ 30.7 Punkte

πŸ“Œ Wind River VxWorks 6.9/7 IPv4 IPv4 Packet Stack-based memory corruption


πŸ“ˆ 30.7 Punkte

πŸ“Œ Suricata 4.1.4 Options decode-ipv4.c IPV4OptValidateTimestamp IPv4 Packet memory corruption


πŸ“ˆ 30.7 Punkte

πŸ“Œ CVE-2022-3435 | Linux Kernel IPv4 net/ipv4/fib_semantics.c fib_nh_match out-of-bounds


πŸ“ˆ 30.7 Punkte

πŸ“Œ CVE-2023-42754 | Linux Kernel 6.2.16 IPv4 net/ipv4/route.c ipv4_send_dest_unreach null pointer dereference (FEDORA-2023-50bd7c9c12)


πŸ“ˆ 30.7 Punkte

πŸ“Œ CVE-2023-6932 | Linux Kernel up to 6.6.x IPv4 net/ipv4/igmp.c igmp_start_timer use after free


πŸ“ˆ 30.7 Punkte

πŸ“Œ IPv4 wird knapp: Provider nutzt IPv4-Adressen als Kreditabsicherung


πŸ“ˆ 30.7 Punkte

πŸ“Œ Linux Kernel bis 3.15.1 IPv4 UDP Socket net/ipv4/datagram.c ip4_datagram_release_cb PufferΓΌberlauf


πŸ“ˆ 30.7 Punkte

πŸ“Œ dynv6: Kostenloser Dyndns-Dienst fΓΌr IPv4 und IPv6


πŸ“ˆ 27.99 Punkte

πŸ“Œ Internet: Cloudflare macht IPv6 parallel zu IPv4 jetzt Pflicht


πŸ“ˆ 27.99 Punkte

πŸ“Œ IPv4 und IPv6: Mangelhaft duplizierte Security-Richtlinien


πŸ“ˆ 27.99 Punkte

πŸ“Œ IPv4-DΓ€mmerung: Telekom testet IPv6-only-Kommunikation im Mobilfunk


πŸ“ˆ 27.99 Punkte

πŸ“Œ [shellcode] Linux/x86 - Dual Network Stack (IPv4 and IPv6) Bind TCP Shellcode


πŸ“ˆ 27.99 Punkte

πŸ“Œ #0daytoday #Linux/x86 - Dual Network Stack (IPv4 and IPv6) Bind TCP #Shellcode [shellcode #0day #Exploit]


πŸ“ˆ 27.99 Punkte

πŸ“Œ IPv4 Server Hacked in 12 Minutes While IPv6 Server Remained Untouched


πŸ“ˆ 27.99 Punkte

πŸ“Œ Linux Kernel 4.8.8 Improves IPv6 and IPv4 Support, Updates InfiniBand Drivers


πŸ“ˆ 27.99 Punkte

πŸ“Œ dynv6: Kostenloser Dyndns-Dienst fΓΌr IPv4 und IPv6


πŸ“ˆ 27.99 Punkte

πŸ“Œ IPv4 Server Hacked in 12 Minutes While IPv6 Server Remained Untouched


πŸ“ˆ 27.99 Punkte

πŸ“Œ Linux/x86 Dual Network Stack (IPv4 and IPv6) Bind TCP Shellcode


πŸ“ˆ 27.99 Punkte

πŸ“Œ How to configure nginx to distinguish IPv6 and IPv4 users


πŸ“ˆ 27.99 Punkte

πŸ“Œ IPv6 Security For IPv4 Engineers


πŸ“ˆ 27.99 Punkte

πŸ“Œ DEF CON 27 Packet Hacking Village - Travis Palmer - First Try DNS Cache Poisoning with IPv4 and IPv6


πŸ“ˆ 27.99 Punkte

πŸ“Œ F5 BIG-IP 13.0.0 IPv4/IPv6 Memory Leak denial of service


πŸ“ˆ 27.99 Punkte

πŸ“Œ Apple tells app devs to use IPv6 as it's 1.4 times faster than IPv4


πŸ“ˆ 27.99 Punkte

πŸ“Œ Linux Kernel 4.8.8 Improves IPv6 and IPv4 Support, Updates InfiniBand Drivers


πŸ“ˆ 27.99 Punkte

πŸ“Œ F5 BIG-IP 13.0.0 IPv4/IPv6 Memory Leak Denial of Service


πŸ“ˆ 27.99 Punkte

πŸ“Œ How to host servers in your living room on publicly routed static IPv4 and IPv6 subnets


πŸ“ˆ 27.99 Punkte











matomo