LFI - Uključivanja lokalnih datoteka
Napad uključivanja lokalnih datoteka (engl. Local File Inclusion) predstavlja napad na web stranice/aplikacije koji iskorištava propuste u filtriranju korisničkog unosa kako bi se dobio prikaz proizvoljnih datoteka na poslužitelju. Uspješnim izvođenjem napada prikazuje se sadržaj ciljane datoteke, a ne stvarni sadržaj web stranice. Česta meta na Unix/Linux operacijskim sustavima je datoteka /etc/passwd, te datoteka C:\WINDOWS\system32\drivers\etc\hosts na Windows operacijskim sustavima.
www.exploit-db.com/download_pdf/13678/ https://www.owasp.org/index.php/PHP_File_Inclusion
http://hakipedia.com/index.php/Local_File_Inclusion
Napad uključivanja lokalnih datoteka (engl. Local File Inclusion) predstavlja napad na web stranice/aplikacije koji iskorištava propuste u filtriranju korisničkog unosa kako bi se dobio prikaz proizvoljnih datoteka na poslužitelju. Uspješnim izvođenjem napada prikazuje se sadržaj ciljane datoteke, a ne stvarni sadržaj web stranice. Česta meta na Unix/Linux operacijskim sustavima je datoteka /etc/passwd, te datoteka C:\WINDOWS\system32\drivers\etc\hosts na Windows operacijskim sustavima.
LFI - Local File Inclusion
A method for servers/scripts to include local files on run-time, in order to make complex systems of procedure calls. Usually an attacker wishes to get a file that resides on the server to gain information about the target. The most commonly attacked files are the /etc/passwd on Unix/Linux operating systems, and the C:\WINDOWS\system32\drivers\etc\hosts on Windows operating systems.
A method for servers/scripts to include local files on run-time, in order to make complex systems of procedure calls. Usually an attacker wishes to get a file that resides on the server to gain information about the target. The most commonly attacked files are the /etc/passwd on Unix/Linux operating systems, and the C:\WINDOWS\system32\drivers\etc\hosts on Windows operating systems.
www.exploit-db.com/download_pdf/13678/ https://www.owasp.org/index.php/PHP_File_Inclusion
http://hakipedia.com/index.php/Local_File_Inclusion

LGPL - GNU Lesser General Public License
LGPL spada u besplatne programski licence. Program izdan pod tom licencom spada u slobodan softver, ali pruža blaže uvjete nego GPL. Tako se primjerice programima izdanim pod ovom licencom omogućuje lakše povezivanje s programima koji su izdani pod drugim licencama. Ova je licenca osmišljena kao kompromis između izrazito popustljive BSD licence i GPL-a. LGPL je uglavnom namijenjena za programske biblioteke.
http://www.gnu.org/licenses/lgpl.html
http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
http://wiki.open.hr/wiki/LGPL
LGPL spada u besplatne programski licence. Program izdan pod tom licencom spada u slobodan softver, ali pruža blaže uvjete nego GPL. Tako se primjerice programima izdanim pod ovom licencom omogućuje lakše povezivanje s programima koji su izdani pod drugim licencama. Ova je licenca osmišljena kao kompromis između izrazito popustljive BSD licence i GPL-a. LGPL je uglavnom namijenjena za programske biblioteke.
LGPL - GNU Lesser General Public License
LGPL is a free software license. Software released under this license belongs to free software, but provides less stringent terms than the GPL. For example, it allows software issued under this license easy connection to the software that was released under another license. It was designed as a compromise between the GPL and permissive BSD licenses. LGPL is primarily intended for software libraries.
LGPL is a free software license. Software released under this license belongs to free software, but provides less stringent terms than the GPL. For example, it allows software issued under this license easy connection to the software that was released under another license. It was designed as a compromise between the GPL and permissive BSD licenses. LGPL is primarily intended for software libraries.
http://www.gnu.org/licenses/lgpl.html
http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
http://wiki.open.hr/wiki/LGPL

LM sažetak - Sažetak za pohranu kratkih loziniki
LM hash je jedan od formata u kojemu se spremaju lozinke kraće od 15 znakova. Format se koristi na operacijskom sustavu Windows, a u inačicama od Me do Viste, u kojoj se ta opcija mora dodatno omogućiti.
http://www.ucertify.com/article/what-is-lm-hash.html
http://en.wikipedia.org/wiki/LM_hash
LM hash je jedan od formata u kojemu se spremaju lozinke kraće od 15 znakova. Format se koristi na operacijskom sustavu Windows, a u inačicama od Me do Viste, u kojoj se ta opcija mora dodatno omogućiti.
LM hash - Hash for keep short passwords
LM hash, LanMan, or LAN Manager hash is the primary hash that Microsoft LAN Manager and Microsoft Windows versions prior to Windows NT used to store user passwords. Support for the legacy protocol continued in later versions of Windows for backward compatibility, but was recommended by Microsoft to be turned off by administrators; as of Windows Vista, the protocol is disabled by default, but continues to be used by some non-Microsoft CIFS implementations.
LM hash, LanMan, or LAN Manager hash is the primary hash that Microsoft LAN Manager and Microsoft Windows versions prior to Windows NT used to store user passwords. Support for the legacy protocol continued in later versions of Windows for backward compatibility, but was recommended by Microsoft to be turned off by administrators; as of Windows Vista, the protocol is disabled by default, but continues to be used by some non-Microsoft CIFS implementations.
http://www.ucertify.com/article/what-is-lm-hash.html
http://en.wikipedia.org/wiki/LM_hash

LRW - Liskov, Rivest i Wagner
LRW način rada dobiva naziv po njegovim izumiteljima Liskov, Rivest i Wagner, jedan je od najpopularnijih usko-blokovskih načina rada, a puno ime je LRW-AES jer se koristi u kriptografskom algoritmu AES. Ovaj način rada veže šifrat sa adresom na disku pomoću matematičke procedure zvane Galois množenje polja, kombinacijom pred-procesiranja i post-procesiranja šifriranog bloka kao rezultat se dobiva šifrat. LRW koristi dodatni ključ koji služi kao konstanta za obavljanje Galois množenja. Dodatni ključ ne proizlazi iz informacija vezanih za osnovni ključ već se mora zasebno isporučiti.
http://en.wikipedia.org/wiki/Disk_encryption_theory#LRW
LRW način rada dobiva naziv po njegovim izumiteljima Liskov, Rivest i Wagner, jedan je od najpopularnijih usko-blokovskih načina rada, a puno ime je LRW-AES jer se koristi u kriptografskom algoritmu AES. Ovaj način rada veže šifrat sa adresom na disku pomoću matematičke procedure zvane Galois množenje polja, kombinacijom pred-procesiranja i post-procesiranja šifriranog bloka kao rezultat se dobiva šifrat. LRW koristi dodatni ključ koji služi kao konstanta za obavljanje Galois množenja. Dodatni ključ ne proizlazi iz informacija vezanih za osnovni ključ već se mora zasebno isporučiti.
LRW - Liskov, Rivest and Wagner
LRW is a block encryption mode named after its creators Liskov, Rivest and Wagner. It is a tweakable narrow-block encryption mode of operation and its full name is LRW-AES. It uses a special mathematical function called Galois field miltiplication to bind the cyphertext to a specific memory location. The Galois field miltiplication function uses a diferent key thant the one used fore encryption/decryption, to LRW uses two different keys.
LRW is a block encryption mode named after its creators Liskov, Rivest and Wagner. It is a tweakable narrow-block encryption mode of operation and its full name is LRW-AES. It uses a special mathematical function called Galois field miltiplication to bind the cyphertext to a specific memory location. The Galois field miltiplication function uses a diferent key thant the one used fore encryption/decryption, to LRW uses two different keys.
http://en.wikipedia.org/wiki/Disk_encryption_theory#LRW

Broj pojmova u bazi: 237 |
Uzorci za traženje u bazi: 360 |
Posljednja izmjena: 10.05.2016. 16:24 |
Online posjetitelja: 2 (0 korisnika)
| 1.0.0