instruction stringlengths 24 29.9k |
|---|
I am attempting to solve a CTF challenge where I am logged in as a member of the www-data group and the apache2 service is misconfigured and can be run as sudo without a password. What I am attempting to do is access a token stored at /root/token.txt. From what I can gather I need to get apache2 to run a shell script w... |
A very strange sequence of events resulted in some unknown person gaining access to my online banking (with CIBC). I've since recovered my account, but I am very eager to understand what happened:
I live in Toronto, Canada. I and many people around me regularly receive spam phonecalls (e.g. "The IRS" claiming I am wan... |
I have a web application which has a small subset of users who need to read data from various places on their desktop (e.g. a serial port) and send that data to the browser session to process and then store.
One way that I'm considering accomplishing this goal is by writing a very small desktop application that would a... |
Background
When I explain to my clients the security issues around email spoofing, I often explain that emails are like regular mail. Anyone can write Jon Doe on the return address, but that doesn't necessarily mean that Jon Doe sent it.
Potential Solution?
Why can't an email server be setup to receive the following fi... |
Is it even possible? I have an application that is susceptible of a same person creating many different accounts on different IP addresses. How to fight against this the best? Using 2-step verification like SMS? Any other ways?
|
In a web application, is there a security advantage to forcing a newly registered user to manually log into their account, or is it safe to automatically log in a new registration? Assume that the user is registering using a local registration/login strategy, and their credentials are an email address and password they... |
If you don't have a botnet and you needed to use an application with a new IP address on each page load, how would you achieve that? How many different IP addresses can a person have? What does it depend on?
|
At work we have a pretty complex problem(for me at least) and I have no idea what a fitting solution would be. To give a bit of context, the company I work for is a data processor/provider for big corporations that need sensitive user data such as; social security numbers, how much a person earns, all their past addres... |
I am working on exploiting an application on MIPS to further my knowledge of ROP chaining. The library I am trying to build a ROP chain is libuClibc-0.9.30.3.so. I found a gadget that I want to use using Ropper. The offset is marked to be, 0x0002a730 and the instructions that Ropper show are lw $v1, 0x1c($sp); lw $ra, ... |
Recently I was on Nox Player's website checking out their Android emulator. I did some googling and came to the conclusion that it was bundled with tons of malware and as a result didn't install it.
In the process, I accidentally clicked on the Windows 10 download link which began to download an .exe file. I immediatel... |
Given a server hosted on a cloud platform, what would stop the cloud platform owner from stealing the server's data and/or code?
As far as I can tell, a motivated cloud owner could retrieve the data in its servers while keeping plausible deniability.
Certain large companies also seem to have incentive to do this, as th... |
I work on a large e-commerce project, the app in question is written in Kotlin (legacy code in Java). Recently we got the following question from the web team which instantly triggered my alarm bells: "but you could create a native method which receives X as String and then we can call this method from our side, passin... |
The school has a few security measures in place to ensure students are not going to inappropriate sites based on content. In this day there are more students being sent to YouTube to watch educational videos that are assigned by the teacher, so YouTube is not blocked. However, the issue that is students have figured ou... |
If I have a locally running Postgres configured to trust all connections from localhost, does it mean any website I visit has the ability to make a localhost-to-localhost connection to Postgres with JavaScript running in my browser?
|
I keep hearing about refrigerators and automated vacuum cleaners being targeted, but do the owners manually configure these devices to connect to their wifi network or do the devices have a work around? Are there any IoT devices that are not connected to your WiFi and are those of any security concern besides possibly... |
I have a ton of hashed texts and their decrypted or de-hashed forms (I don't know which term is suitable in this case) via bcrypt. The thing I want to learn is how they are decrypted.
For example, the second text after the first colon is the salt and the last one is their plain versions.
$2y$12$./BuBOjyTdqysbY1eR7TC.pX... |
I was trying to debug an application that was not working on specific environments and in my research I had multiple sources refer me to the tool Process Monitor found in \live.sysinternals.com\tools.
Not having admin access to my machine I made a request to IT to get permission to install and use this tool.
Fast forwa... |
A fresh incognito browser will not have access to any cookies
An active session however, will surely save cookies somewhere so I don't have to login to gmail every time I access gmail.com in the same web-browser session
My question is: does incognito mode prevent 100% of cookie-stealing methods of identify fraud
|
At one point today my teacher was saying that we shouldn't have social media etc. They also at one point said that the school could access (and view "everything") on our iPads when we are connected to the internet. They did say that the school decided not to do this, but it still bothers me that a network that I connec... |
I know Javascript Cryptography is considered harmful because:
Secure delivery of Javascript to browsers is a chicken-egg problem.
Browser Javascript is hostile to cryptography.
The "view-source" transparency of Javascript is illusory.
Until those problems are fixed, Javascript isn't a serious crypto research environm... |
I want to use gpg -c with a user-generated password that I can easily remember. Are 16 characters enough? for example would a password similar to "I own 32 houses." be bruteforcable?
|
I want to sign every file in a directory. I can do so with the following shell command, but it's slow.
Serial Execution:
find . -type f -printf "Signing %p...\n" -exec gpg --quiet --batch --yes --detach-sig {} \;
I have 16 CPU threads and would like to take advantage of these (mostly idle) threads to speed up the sign... |
I'm doing UDP scans on some internal servers and want to add a custom token (randomly generated string) to packets as much as possible in order to later filter out my scans from real non-testing traffic.
To attach my token to my nmap scans, I'm using --data-string
sudo nmap $ip -sUV --data-string "my_token"
However, U... |
Often I am required to connect to public wifi or open files that others send me. Doing so opens me up to possible credential theft as well as possible viruses or malware.
Thus far I have done my best to lock down the system by enabling firewall, installing a reputable malware scanner (Malwarebytes), and enabling device... |
I am working on Social Engineering attacks happening via SMSs. Let's assume a person receives an SMS asking him to click on a malicious link. If a virus is installed on the person's device, how can OTP be used to prevent this attack? If OTP cannot be used, are there other techniques that can be used to mitigate this ty... |
Trying to do this to distribute the work of creating a lot of users in which their passwords are hashed. This will cause the server to do a very large amount of work. The idea is this:
(Assume encrypted traffic)
==== Creating User ====
Hash password client-side
Send username and hash(+salt) to server
Server saves it d... |
ssh-keygen has the following options for a key type (-t):
dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
I am not familiar with the -sk notation and it's not explained in the man page.
What does it mean?
|
I am new to InfoSec role, and not really sure if it includes responsibility for monitoring: that's, when we write policies and procedures, who is checking whether they've been obeyed or not? Is it internal audit, is it InfoSec?
|
I was wondering how rar decryption works.
I know that when I enter a password to encrypt my rar file, my password is derived into a key that is used to encrypt the rar file.
But how does the decryption work? How does it know if the password I entered is the good one or not?
I guess it could work 2 different ways:
I e... |
I have a MySQL lab challenge where I send id=1‘ and select @@version;# then manage to trigger an error. But the part of the error response that has my version info looks like it comes back in binary (or Unicode?).
I have to send the GET in base64 then URI encode as it’s sent from a cookie parameter.
How do I make sure... |
My school supposedly cuts everyone's connection at exactly 12:00am. Although the network is still there, Windows shows the "no internet" sign when connecting to the network.
However, the strange thing I have been noticing is that although the school wifi blocks new connections (for example connecting to a new website o... |
If an IIS web server exposes a site in INTERNET, is it possible for an attacker to access internal sites by simply modifying the host header of initial request to internet site and refer another host name of internal site ?
GET http://site1.com/ HTTP 1.1
Host: site2.intranet
Through the above request, is it possible f... |
So I have this program in C that I'm trying to exploit which has a vulnerability in a function, namely it's using gets. I'm trying to overflow and change the return address so the program returns one or both of the two functions that are not called.
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <s... |
I am trying to restrict the intermediate CA to sign only end user certificates. However, I am not able to do so.
Man page of x509v3_config says
basicConstraints=critical,CA:TRUE, pathlen:0
A CA certificate must include the basicConstraints value with the CA
field set to TRUE . An end user certificate must either set C... |
A potential client is planning to do penetration testing on our SaaS.
Is it standard or fair for us to request things like the following?
An NDA from the pen tester
Details on who is performing the test (e.g., verifying they are accredited)
Restrictions (like no social engineering, DoS attack, etc.)
Targeting a stagin... |
I'm experimenting with setup.py inside a vulnerable VM that's running a pypi server with a listener on localhost:PORT
My current account does not have write access to the following file :
/path/to/a/protected/file
What i do have access to, are the credentials of the pypi repository running on localhost:PORT
So to take ... |
Reading other posts like this one give me the impression that the iv can be retrieved from an openssl enc output, and indeed, I see that under one circumstance, it works:
# These two commands print the same salt, key, and iv
openssl enc -aes-256-cbc -pass pass:MYPASSWORD -p -in foo_clear -out foo_enc
openssl enc -aes-2... |
I suspect I have a potential XSS vulnerability at a client-side level, however, I'm not able to exploit it successfully.
The URL I'm using consists of three parameters that reflect back to the user and it is as follows:
https://host/email_url?key=[ENTRYPOINT1]&code=[ENTRYPOINT2]&mode=[ENTRYPOINT3]
The HTTP headers of ... |
There must be some kind of business that requires the use of sensitive authentication data (SAD) data. Could someone point me in the right direction on the requirement for the storage of that data?
|
After reading through the answers of the related question (the same question but about integer primary keys), I was wondering if there is any reason to hash uuidv4 primary keys and sending the hash to the frontend instead.
Since uuidv4 Ids are random, exposing these ids to the frontend should not leak any information a... |
Let's say I sign into my local pc with a hardware key (eg yubicon). Let's say I further sign into a sensitive server (as root) via ssh using yubicon hardware key as well (ie only way to get into server is though ssh when yubicon key connected).
Now let's say I click on a phishing email that gains admin access to my mac... |
I'd like to ask for small hint with following problem:
Using the steganographic method of the least significant bits, hide
the text string "Kra" in four pixels of color with RGB code
. Hide the text in the sequence of bits of the image
one character at a time, ie first hide the character "K", then the
character "r" an... |
We all know why password reuse is bad: eventually some site at which you have an account that did not properly hash+salt user passwords will get hacked, and your password will be published in a big dump. Then some hackers will take that user/pass combination and try it on every site they think that can get something us... |
I have encrypted a hardsik with a 12 charachter random alphanumeric passwrod using LUKS encryption on Ubuntu 18.04 on a 2.5" SATA disk partitioned with ext4.
I'm wondering how secure is such scheme?
In other words, provided that the cracker has the best software and talent, how long does it take to crack such encryptio... |
Today I disabled JavaScript in my Foxit Reader settings because I hope to gain better security against malware embedded in PDF books I read.
As some sort of simple check I tried to open a PDF with fill-in forms and see what happens when I try to fill-in some of the fields and check some checkboxes. Everytime I checked ... |
If a website is vulnerable to Local File Inclusion (LFI), how can you use it to find out the PHP version? Is there any file which says the version of PHP being used. I'm trying to do a PHP sessions LFI to RCE attack, but I don't know where the session files are stored. I think finding the PHP version will help.
It has ... |
I have a program that generates a zip file with a password. Is it possible to determine the password if you analyse the program as it is being run? Would calls to function libraries show the password or is there no way to determine the password?
|
So I know that PDF files can contain viruses themselves if they are target specifically for that purpose. However, my question for here is this: If a webpage that has some malicious scripts or a virus is converted into a PDF using one of the popular programmatic html to pdf conversion libraries (eg. in nodejs or python... |
I am working with several maintainers of Homebrew currently to verify that several programs in the cask library now ship from the developer with trojans. To verify the claims I created a Virtual machine in Oracles Virtualbox running Elementary OS (linux based on debian).
From there I downloaded the suspected files and ... |
Note: this is extra credit for a homework assignment
I'm trying to figure out how to call win() via stdin. I assumed that the vulnerability would be exploited by a buffer overflow, but I can't even figure out how to overflow the buffer (if I input a 45-character string, it prints all 45 characters). What sort of vulner... |
Section 5.3 of RFC6052 explained how an attacker could abuse the NAT64 translation mechanism to bypass security mechanism such as firewall or IDS/IPS if those devices only have an IPv4 blacklist. The mitigation is to convert the IPv4-embedded IPv6 to IPv4 than comparing it with the IPv4 blacklist.
My question is how to... |
I'm using two routers in my home network, as described in this question (router B in the diagram). Therefore, router B is not accessible from the internet.
Going over the logs of this router, I was surprised to find what is logged as "SYN flood". I have several entries such as:Nov 18 21:27:50 [ATTACK]: SYN Flood from 1... |
I have a HIPAA complaint app which uses an API hosted at https://iswearthisissecure.com.
Is the app allowed to make outbound requests to services that are not HIPAA compliant if no PHI is transferred?
For example:
Can I serve an image from our blog which does not run on a HIPAA compliant platform?
Can I make a request... |
I want to make it impractical to link the users to their sensitive data without their passwords – even with a full access to the database.
Furthermore, if a user has multiple pieces of sensitive data, I also want to avoid linking the different pieces together
Based on the comments and some searching, I have updated the... |
Quote https://manpages.debian.org/buster/manpages/ld.so.8.en.html#Secure-execution_mode
Secure-execution mode
For security reasons, the effects of some environment variables are voided or modified if the dynamic linker determines that the binary should be run in secure-execution mode. (For details, see the discussion ... |
in the Wordpress directory I found some suspicious-looking files with random strings in their name e.g. uxs5sxp59f_index.php. Can I safely check their content ? I have a suspicion that the site has been infected because some of its links on external portals to the site with the malware.
|
I have recently been reading about reverse tabnabbing, where a child window can change the url of the parent window if it has access to window.opener (which it has by default unless you explicitly disallow it)
In this case the phishing attack is to change the parent tab url and present a similar UI as some trusted webs... |
For the last 15 years I've been using SpamCop to report the spam I receive. I do this because
it sometimes results in spammers and the third-party machines they compromise getting shut down, at least temporarily (as evidenced by the occasional responses I get from ISPs thanking me for my reports and confirming that t... |
In my program I use CertGetCertificateChain to investigate the validity of certificates.
If in my test PKI I revoke a certificate and specify the reason "unspecified", the error code in the last parameter pChainContext->TrustStatus.dwErrorStatus is zero, meaning no error, the certificate is not considered revoked. Howe... |
I'm frequently getting these weird URLs.
https://mywebsite.com/mymage.php?id=1'[0]
The weird part is '[0].
The webpage pass the id to the database and the database expect an integer so we are frequently getting errors.
Is it an attack? If yes, what is it targeting?
Note: It's similar to this question that doesn't have... |
When we want to send a message that contains only a link - such as a question from the Stack Exchange network - WhatsApp displays information from the website as below:
Does this leak information about what was sent, and from who, and to whom?
We can assume that WhatsApp uses an internal browser and doesn't send infor... |
I have recently been reading about scenarios where browser might block automatic redirects. One scenario that i came across is what chrome calls as "tab-under". When the user clicks on a link to open in a new tab, the original tab redirects to an advertisement. To block this, chrome shows a redirect blocked banner.
I u... |
I have my site xyz.mysite.com this is sitting on Cloudflare. I was reviewing my Apache logs and I saw a website as a referrer I did not recognise. I went to the site and it redirected to my site xyz.mysite.com totally bypassing Cloudflare. How can I break this link?
My .htaccess seems just not to work.
RewriteEngine ... |
Is it possible to whitelist only 1 domain name but not IP?
For example:
On some "Doogle" hosting is IP 1.1.1.1 and have multiple domain resolution for this IP: dog.com, cat.com
cat.com generating phishing attempts, brute-forcing etc., but dog.com is legit.
Is it possible to whitelist only dog.com but all other domains ... |
I wanted to know for how long Porn websites retain data about visitors' IP addresses and the specific pages they visit. I wanted to check it for Pornhub, xnxx, and xvideos. However, my country recently blocked all such websites, so I am unable to visit their privacy policy pages.
Can anyone please tell me for how long ... |
I hack wifi passwords with kali linux on airmon-ng and I make always password lists with crunch but the lists are always too long (I'm talking about <100 PT) and I want to know if is there a solution with the same result but with a small size.
|
I was wondering how this works.
We have a marketing site in Holland where people can sell second hand goods.
Rumor goes that there is a lot of phishing going on there and XSS code is used in the images that are uploaded to the site for malicious intent.
Can someone explain to me how this works and how people can stay o... |
So I recently downloaded Tor Browser on my Linux machine and what immediately caught my eye is the fact that after uncompressing the file (I think it was .tar.gz, but the question applies to every compression method) a .desktop file got generated in the extracted folder. Is this hidden functionality of .tar.gz and some... |
So, I was just at home, minding my business. I was on some sites that are not allowed at school, and my email was logged in.
I was using safari with the google site.
Do they know what I am doing now? They openly say they monitor everything we do on our school laptops.
|
I want to get pre-master key from OpenSSL application (in order to decrypt traffic).
Details:
OpenSSL version: 1.0.2l, statically linked, no debug symbols
I'm able to debug the application (hit breakpoint inside SSL_connect(SSL *s) method)
Is there any way to get the pre-master key from there? I'm using x64dbg.
|
I have an ecommerce website with over 5 million customer database. From past couple of days, probably a hacker is hitting an AJAX endpoint continuously. This endpoint takes email address as a parameter and returns whether that email address is registered on our website or not, and we accordingly prompt user to login or... |
Everyone knows of the common cybersecurity tips to be careful when you open links in an email. But every day we look for something on the Internet, clicking links which the search engine shows us, and we do not have the same fear. Why are the links in email considered more dangerous than links from web search results?
... |
I manage a Debian GNU/Linux web server (Debian 10 Buster with its bundled 4.19 kernel). I put in place simple iptables logging rules a long time ago, among other things. Here they are:
# iptables -A OUTPUT -d [mySmtpSmarthost]/32 -p tcp -m tcp --dport 25 -j ACCEPT
# iptables -A OUTPUT -d [mySmtpSmarthost]/32 -p tcp -m ... |
I have an excersise of making a buffer flow exploit for directing a function insinde another function without calling it. First I need to print "now inside entrance()" then print "now inside secret()"
I was able to print "now inside secret()" by overflowing the buffer via assingning above address of doNotTouch which is... |
I've studying and practicing different approach to SQLi filter bypass and I faced a challenge. What if the WAF filters look for specific strings rather than SQL keywords?
Example:
Filter: /UNION/
SQLi: UnIoN
Filter: /UNION/i
SQLi: un/**/ion
Filter: /UNION/i and no comments
SQLi: un%0bion
So far, so good. There are l... |
On my WordPress websites (on LEMP stack with Nginx) I normally install a WAF plugin such as Ninja Firewall or Wordfence.
I was wondering if a better practice would be to replace them with a host-based WAF like mod-security (I guess that running both wouldn't be recommended...).
|
I'm new to exploit development and while watching a tutorial I came across the topic of "Bad character identification". I'm referring to the process of sending all possible characters to the vulnerable process to see if there are characters which fail to pass to the receiver.
The existence and identification of those c... |
At https://aws.amazon.com/premiumsupport/knowledge-center/mfa-iam-user-aws-cli/ the AWS officially recommends to have this policy
{
"Sid": "BlockMostAccessUnlessSignedInWithMFA",
"Effect": "Deny",
"NotAction": [
"iam:CreateVirtualMFADevice",
"iam:Dele... |
I have recently seen many people use Google Forms as a way of sharing “passcode protected” information. They seem to have the first section of the form with a required field asking for a short piece of text (the “password”), and if the inputted text does not exactly match the required text, it gives you a custom error ... |
What mechanisms (if any) modern GPUs implement to prevent different processes from accessing each other's memory (on graphics card)?
|
In the CSRF implementation of Spring Security (https://github.com/spring-projects/spring-security/blob/master/web/src/main/java/org/springframework/security/web/csrf/CsrfAuthenticationStrategy.java#L57) they first "delete" the XSRF-TOKEN-Cookie (Line 58) and directly after that they set a new one (Line 60).
This leads ... |
I am currently making amendments to an IR process and the topic of incident closure has come up. The organisation follows NIST and therefore their IR process has four phases:
Preparation
Detection & Analysis
Containment, Eradication & Recovery
Post-Incident activity
My proposal is that an incident can be deemed resol... |
I have a public hosting server. I want to give access to it only from one specific IP address. Since it's a public hosting I don't have access to its infrastructure or apache configuration. I can create .htaccess file only. Based on that can I create a truly secure firewall to accept request from specified IP address o... |
I found a reflected XSS in a POST request that sends a file to the web server.
The HTTP POST Request
The HTTP 200 OK Response
When I want to try to insert document.cookie in the payload, the web server detects the dot and breaks the injection because the extension is not good.
HTTP/1.1 200 OK
Date: Mon, 23 Nov 2020 19:... |
I am reading on how to sign and publish my flutter app on android.
When reading through the official docs, they suggest to make a configuration file where I put my password to the keystore in plain text. I feel like that is a bad idea, but maybe I am missing something. The Keystore is used to sign my app for publishing... |
Can the internet administrator on my school where I teach see what I'm uploading to my students on Blackboard. I.e. if I upload a file: "exercises_class1A.pdf", would they be able to see and open the files that I upload to my students? Or would they only be able to see some "activity" from my side?
|
My parents use AOL (there's no point trying to migrate them at this stage) with two factor authentication. My father let me know that he recently received an identity log in verification email that looks suspicious.
The resolved client location in the email my dad received is marked as Brazil, which would imply to me h... |
I always hear people say "test your backups", but I have no idea how that is done in practice when you have to deal with complex infrastructures.
For personal backups it's easy to rely on something like checksums, because all you have to recover is your own files (pictures, zip files, documents, etc.). So if you compar... |
I understand that end-to-end VPNs (such as SurfShark and NordVPN) hide the domains I visit whereas HTTPS does not
However, are they any attacks that an HTTPS website would be subject to, that could be avoided if I used an end-to-end VPN?
The main kind of attack I am concerned about is having any secure information (suc... |
The expensive one: https://www.dustinhome.se/product/5010873750/ironkey-basic-s1000
The cheap one: https://www.dustinhome.se/product/5010887912/datatraveler-100-g3
Over 14,000 SEK difference in price. Same company (Kingston). Same USB standard (3). Same storage capacity (128 GB). Same store.
Yet such a massive price di... |
I'm currently working on a project. The apis on the backend will support both mobile and web clients. I'm attempting to design a user management flow for both clients and a bit confused about how to go about this. I came across a few ways to address this but i'm not sure if
Have separate APIs for both the client and m... |
I am working with a form that a user can fill out to send an e-mail. As part of the form, there is a preview button that shows the user a preview of how the mail will look in a new tab in the browser. The e-mail template itself is defined in a 3rd party service. The site the form is on is protected with a log-in.
When ... |
Having this simple formula Risk = Threat x Vulnerability x Information Value it is quite difficult to estimate risks quantitatively because of threat estimation seems to me the most difficult part.
I aware about CVSS and other vulnerability scoring systems. However it seems that such systems provide a single score for ... |
One assignement of my teacher is driving me crazy because I don't think I'm that far from the solution but I still can't get it so I hope someone will be able to help me figure it out.
Assignment
The assignment in short is as follow : create a LUKS partition of 2GB, then with the dd command, dump 1 Mbytes of the partit... |
I want to measure the execution time of a function. The execution time of this function is only slightly different in the two cases. Is there any way I can accurately measure its time to distinguish the two cases?
The possible solutions are:
Use precise measurement functions. Such as __rdtscp or std::chrono clock. I t... |
i am trying to learn something about computer security, I decided to start from the linux world, through raspberry p3 with raspbian jessie OS
I would like to start with forensics file management, and I did a test on data recovery
I took an empty FAT usb stick, copied 5 images (jpg and png) and deleted 4 of 'em
I insert... |
CVE-2019-11157 exposes a vulnerability in the undervolting API from Intel processors, that became known as the Plundervolt attack.
What is the Plundervolt attack?
Should domestic users be afraid of undervolting their CPUs because of it? Or does it require a sophisticated hacker to exploit it, which would make it only ... |
I found apparently successful logins from a foreign ip-address to our cyrus-imap server:
Nov 24 08:16:20 server-1 cyrus/imaps[12101]: starttls: TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Nov 24 08:16:20 server-1 cyrus/imaps[12101]: login: 33.44.55.66.static.example.org [33.44.55.66] e... |
I own a company that has hired an IT employee. He has all passwords to servers, work stations and data. He is refusing to share or supply these passwords (Keys to the Kingdom) on the grounds of security. He has pointed me to your site along with many others, about the implications of sharing passwords. I understand the... |
I have nginx and php-fm set up to front a word press site. I used certbot to setup TLS.
When I load any page, I see selinux violations and it looks like php-fpm is trying to reach out to some port 443 for some reason and getting blocked.
The AVC looks like this:
# ausearch -m avc --start recent
----
time->Tue Nov 24 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.