Greetings developers, I am Devanshu kabra , and i am a freelancer bug bounty hunter here is my hacker one id :-dev09rdx. And while working on your program i encounter some hash key are available on your url that are open for all(without login). This might be not a severe issue or a bug but its rather prefer to hide these hash key.Some hash key that are visible are:- 1.MD5sum (Message Digest 5) is a 128-bit hash function. It was developed in the early 1990s, and it was widely used for many years. However, MD5sum is now considered to be insecure, and it should not be used for new applications. 2.SHA-1 (Secure Hash Algorithm 1) is a 160-bit hash function. It was developed in the mid-1990s, and it is still widely used today. However, SHA-1 is also starting to be considered insecure, and it is recommended to use SHA-256 or SHA-512 instead for new applications. 4.SHA-256 is a 256-bit hash function. It was developed in the early 2000s, and it is now the most widely used hash function. SHA-256 is considered to be sec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Loki, eeee] | |
Caldari Navy Ballistic Control System [1] | |
Dark Blood Power Diagnostic System | |
Pithum A-Type Multispectrum Shield Hardener | |
Dread Guristas Warp Disruptor | |
Pithum A-Type Medium Shield Booster [2] | |
Federation Navy Stasis Webifier | |
Pithum A-Type Multispectrum Shield Hardener |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Loki, eeee] | |
Caldari Navy Ballistic Control System | |
Dark Blood Power Diagnostic System | |
Pithum A-Type Multispectrum Shield Hardener | |
Dread Guristas Warp Disruptor | |
Pithum A-Type Medium Shield Booster [1] | |
Federation Navy Stasis Webifier | |
Pithum A-Type Multispectrum Shield Hardener |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Loki, eeee] | |
Caldari Navy Ballistic Control System | |
Dark Blood Power Diagnostic System | |
Pithum A-Type Multispectrum Shield Hardener | |
Dread Guristas Warp Disruptor | |
Pithum A-Type Medium Shield Booster [1] | |
Federation Navy Stasis Webifier | |
Pithum A-Type Multispectrum Shield Hardener |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; klocka.asm | |
; | |
; Created: 26/11/2024 12:38:41 | |
; Author : Joel Wejdenstål | |
; | |
.macro PUSHZ | |
push ZH | |
push ZL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.equ N = 30 ; Antalet toncykler som utförs per morse-tidsenhet. | |
.equ T = 20 ; Cykeltiden på tonen, invers relation till frekvens. | |
ENTRYPOINT: | |
; Sätt stackregister | |
ldi r16, HIGH(RAMEND) | |
out SPH, r16 | |
ldi r16, LOW(RAMEND) | |
out SPL, r16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with Ada.Text_IO; use Ada.Text_IO; | |
procedure First_Program is | |
begin | |
Put_Line("Placera ett X inuti den/de ""[ ]"" som motsvarar korrekt(a) alternativ om inte annat"); | |
Put_Line("anges. Det kan finnas flera korrekta alternativ."); | |
New_Line; | |
Put_Line("Vad är sant av nedanstående?"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* factor an arbitrarily large positive integer | |
* | |
* Copyright (C) 1999 by Brian Raiter | |
* under the GNU General Public License | |
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- | |
* | |
* read in the number | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <benchmark/benchmark.h> | |
#include <assert.h> | |
#include <stdbool.h> | |
#include <stddef.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <utility> | |
#include <vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```sql | |
CREATE OR REPLACE FUNCTION get_access_path( | |
p_column_filter TEXT DEFAULT NULL, | |
p_value_filter TEXT DEFAULT NULL | |
) | |
RETURNS TABLE | |
( | |
"user" bivar[], | |
user_user_group bibi[], | |
user_group bivar[], |
NewerOlder