Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close #9 & #11: ARM64 support #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

g0tmi1k
Copy link

@g0tmi1k g0tmi1k commented Jul 5, 2024

ARM64 & getopt()


Before:

admin@ip-172-31-23-42:~/dmitry$ uname -a
Linux ip-172-31-23-42 6.1.0-22-cloud-arm64 #1 SMP Debian 6.1.94-1 (2024-06-21) aarch64 GNU/Linux
admin@ip-172-31-23-42:~/dmitry$
admin@ip-172-31-23-42:~/dmitry$ ./dmitry kali.org
Deepmagic Information Gathering Tool
"There be some deep magic going on"

Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host
  -o	 Save output to %host.txt or to file specified by -o file
[...]

After:

admin@ip-172-31-23-42:~/dmitry$ ./dmitry kali.org
Deepmagic Information Gathering Tool
"There be some deep magic going on"

HostIP:104.18.4.159
HostName:kali.org

Gathered Inet-whois information for 104.18.4.159
---------------------------------

inetnum:        103.253.144.0 - 104.37.31.255
[...]

@g0tmi1k
Copy link
Author

g0tmi1k commented Jul 5, 2024

Debian package patch: https://salsa.debian.org/debian/dmitry/-/merge_requests/1

@petterreinholdtsen
Copy link

The patch is used by the package in the Debian archive now. https://tracker.debian.org/pkg/dmitry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants