LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-24-2018, 11:32 PM   #1
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Rep: Reputation: Disabled
Unreadable output from xprobe2 on Ubuntu/Kali


Hi guys,

I am pursuing my Master's thesis related to cybersecurity. It involves OS fingerprinting and hence I am trying to use xprobe2.

I have tried running xprobe2 on an Ubuntu VM and Kali Linux VM as well. On Ubuntu, I just get a blank after the "Running OS:" and on Kali Linux, I get a gibberish text. You can look at screenshots here: https://drive.google.com/file/d/1364...ew?usp=sharing
https://drive.google.com/file/d/1rXG...ew?usp=sharing

I found one suggestion here (https://www.thehackr.com/os-fingerprinting-kali/):
Code:
sudo apt --reinstall install fonts-cantarell
But the problem persists.

I have not been able to find any other solution for this on the internet. So, I was hoping if anyone here came across this problem and may know the solution. Please, it will help me a lot!
 
Old 05-25-2018, 03:28 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Not much point posting screenshots if people can't see them. Even tho' I have a google login (not everyone does), I needed permission.
Quick way to piss off potential help.
 
1 members found this post helpful.
Old 05-25-2018, 08:50 AM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
syg00 is correct. @OP: Please post your screenshots in a way that we can see them.
 
Old 05-25-2018, 09:04 AM   #4
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Sorry, I fixed the sharing permissions. You can see the screenshots now. Also, attaching the same screenshots in this thread.
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	424
Size:	268.2 KB
ID:	27721   Click image for larger version

Name:	2.jpg
Views:	272
Size:	267.0 KB
ID:	27722  
 
Old 05-25-2018, 09:26 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. Does verbose mode (-v) provide any more information that could help pinpoint the reason for the issue?

Do you know which operating system is actually running on the system in question?
 
Old 05-25-2018, 10:29 AM   #6
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
No, -v verbose option provides the same output as before. Attached screenshot.

And I don't know the actual operating system running on the target.
Attached Thumbnails
Click image for larger version

Name:	3.jpg
Views:	168
Size:	260.4 KB
ID:	27723  
 
Old 05-25-2018, 10:41 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you confirm that you have the relevant fonts package installed with:

Code:
sudo apt-cache policy fonts-cantarell

Last edited by hydrurga; 05-25-2018 at 10:43 AM.
 
Old 05-25-2018, 11:04 AM   #8
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Yes, I believe they are installed.

Code:
ohmtrivedi@ohmtrivedi-VirtualBox:~$ sudo apt-cache policy fonts-cantarell
[sudo] password for ohmtrivedi: 
fonts-cantarell:
  Installed: 0.0.24-1~ubuntu16.04.0
  Candidate: 0.0.24-1~ubuntu16.04.0
  Version table:
 *** 0.0.24-1~ubuntu16.04.0 500
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
        100 /var/lib/dpkg/status
     0.0.21-1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
 
Old 05-25-2018, 11:11 AM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. Where did you get your copy of xprobe2 from for your Ubuntu box?

I'll see if I can replicate the problem in Mint.
 
Old 05-25-2018, 11:13 AM   #10
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks a lot, I appreciate your help!

https://sourceforge.net/projects/xprobe/
 
Old 05-25-2018, 11:33 AM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Well, I downloaded it, but I'm afraid that I get an error during the configuration stage and am thus unable to run it.

I'm not sure it has been actively developed in quite a while. However, in saying that, have you tried to contact any of the three authors?
 
Old 05-25-2018, 11:36 AM   #12
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Oh yes, you can solve that issue by referring to this link: https://forums.opensuse.org/showthre...-xprobe2-0-2-1

And yes, I have tried to contact the authors, but no response yet.
 
Old 05-25-2018, 11:49 AM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by otrivedi View Post
Oh yes, you can solve that issue by referring to this link: https://forums.opensuse.org/showthre...-xprobe2-0-2-1

And yes, I have tried to contact the authors, but no response yet.
That thread deals with resolving make errors. I can't even get the configure stage to work.

You'll have to get someone else with Kali or Ubuntu to try and replicate the issue, I imagine.
 
Old 05-25-2018, 11:56 AM   #14
otrivedi
LQ Newbie
 
Registered: May 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Ok, thanks, I appreciate your time and effort!
 
Old 01-11-2019, 10:34 AM   #15
cdhall
LQ Newbie
 
Registered: Jan 2019
Posts: 1

Rep: Reputation: Disabled
Did you ever resolve this issue? I am seeing the same with xprobe 0.3-4

Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kali video output choppy flash and native player same issue spiffymoo Linux - Newbie 8 09-10-2015 07:21 PM
Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg aymeric75 Linux - General 2 07-11-2015 05:10 AM
Screen unreadable in Ubuntu 11.04 gragra Linux - Newbie 2 05-03-2011 03:05 AM
Building an RPM for OpenSUSE 11.3 Rusers and Xprobe2 metallica1973 Linux - Software 4 03-16-2011 11:56 AM
[SOLVED] Unreadable characters in error messages and man page output gangadher Linux - Newbie 9 08-24-2010 07:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration