search for: sha1pass

Displaying 10 results from an estimated 10 matches for "sha1pass".

2008 Jan 09
2
MENU / SHA1 passwords not working.
Hi. I'm having a problem with hashing passwords for use in the menu. If I specify plain passwords in my config it works file: Example: MENU MASTER PASSWD 1234567890 MENU PASSWD test123 However if I hash a password using the sha1pass script the resulting hashes don't work. MENU MASTER PASSWD $4$9qj4qv8g$HQ6Jl6TVrpign78XeofX2OLmfJo$ MENU PASSWD test123 $4$B4LW6NPr$xYYfSoakhfLpWE7+l8zU0MdAlIA$ When prompted for the password I enter that which I added as an arg to the script but It throws Me back (same as with an inv...
2006 Aug 11
0
3.20-pre11 with password management
Hey folks, I was trying the complex menu from the lastest pxelinux 3.20-pre11. It did install a password file in the /isolinux/ of my tftpserver. Then I try to authentificate myself as user3 with as password I've been tranforming using sha1pass. When I select login, the screen blink and doesn't ask me anything. I reslect login, it ask me for a username. I give user3 and then my password. The menu is frozen, I can't do anything on it, after ~10 keys pressed it beeps. I tried on two different systems (one dell and one HP), it d...
2007 Feb 04
1
Howto create encrypted passwords with the simple menu in pxelinux
...oot the computers in my network. It works really nice! One thing I have not figured out is how to use encrypted passwords with the simple menu. Ofcourse it works with passwords stored in plain text, but I would really like to use securely stored passwords. I have tried to use the perl script "sha1pass" but this only ends up in a heap of error messages. I am using cent os, by the way. Is there a howto on encrypted passwords/ pxelinux? I have been googling a lot without finding anything to help me. Thanks! Bjorn -- This message has been scanned for viruses and dangerous content by MailS...
2011 Jun 24
1
Requesting the removal of md5pass
...uld in fact be a cleartext password (and the second optionall the salt). Can't we just replace this with a simple shell-script using openssl or get rid of it ? Or does it serve a greater purpose ? :) PS1 The only reference to md5pass is in the syslinux documentation somewhere. PS2 For sha1pass there doesn't seem to be an equivalent in openssl, but it seems very useful to have that added to openssl as well (-4 ?). Kind regards, -- -- dag wieers, dag at wieers.com, http://dag.wieers.com/ -- dagit linux solutions, info at dagit.net, http://dagit.net/ [Any errors in spelling, tac...
2013 Jun 12
2
KBDMAP - extlinux 5.xx
On Thu, 06 Jun, at 01:11:53AM, poma wrote: > > Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5. > Tested via 5.00, 5.01 and 5.10. > It works within series 4 - tested via 4.05 and 4.06. > Is it a bug, or is it a feature? Could you provide me with your .ktl file? -- Matt Fleming, Intel Open Source Technology Center
2013 Jun 13
0
KBDMAP - extlinux 5.xx
...' [2] menu mode *do* work: label <kbd> menu label keyboard <kbd> kernel kbdmap.c32 append <kbd>.ktl [3] automatic remap mode *doesn't* work: ui menu.c32 => kbdmap <kbd>.ktl <= menu title <title> menu master passwd <sha1pass> timeout <1/10s> Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e. "Keyboard Table for Lilo" problem. Which ones of these[4] produced by the 'keytab-lilo' you need? All of them[4] were tested. ;) poma [4] croat.ktl cz.ktl cz-us-qwer...
2014 Jun 22
1
isohybrid has 2 variants
Op 2014-06-21 om 21:19 schreef intrigeri: > Hi, > > Ian Bannerman wrote (21 Jun 2014 15:49:51 GMT) : > > One advantage of the Perl one for me is that I can run it on Windows. > > We at Tails rely on isohybrid.pl for installing on OSX: > https://tails.boum.org/doc/first_steps/installation/manual/mac/ > > Of course, this does not mean that the current syslinux team
2014 Jun 21
1
isohybrid has 2 variants
Op 2014-06-20 om 15:56 schreef Ady: > > The Perl variant, isohybrid.in, seems to be getting left behind > regarding several patches. I don't recall whether there is at least > some mention in the isohybrid docs about the existence of 2 variants > included in Syslinux (and that is in addition to other isohybrid > methods outside Syslinux). Is there any reference? >
2005 Dec 19
3
problem with PXElinux and security of local LAN
Hi. I want to use PXELinux to build a dynamic boot menu for a computer lab. Sometimes, the machines need to be in Linux mode/Windows mode/allow the option of Linux/Windows. I configured this all fine with PXELinux. My problem is really one of security. Someone can plug in a laptop with a DHCP server, and tftp server and fake a lab machine to boot into any mode they desire, or even
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
...menu entry. "passwd" can be either a + Set a password on this menu entry. "passwd" can be either a cleartext password or a password encrypted with one of the following algorithms: @@ -209,15 +214,15 @@ SHA-2-512 (Signature: $6$) Use the included Perl scripts "sha1pass" or "md5pass" to - encrypt passwords. MD5 passwords are compatible with most + encrypt passwords. MD5 passwords are compatible with most Unix password file utilities; SHA-1 passwords are probably unique to Syslinux; SHA-2 passwords are compatible with very recent Linux distrib...