opalfrost

joined 1 month ago
[–] opalfrost@friendica.world 3 points 1 month ago (1 children)

@kid
I told it before, they sell it then tell people about breaches sorries..

[–] opalfrost@friendica.world -1 points 1 month ago* (last edited 1 month ago)

@drspod
Yes it does.
It is your perception you better start to thumb down..

[–] opalfrost@friendica.world 1 points 1 month ago

@kid
I uncovered some PID named Schmidt before, set off PostGreSQL server at boot if no need. or do the same filter out.

[–] opalfrost@friendica.world -1 points 1 month ago (2 children)

@drspod @kid
There is a focus on open source increasing drastically.

"Sonatype blocked over 20,000 open-source malware attacks in Q1 2025, with most targeting financial services and government institutions. The decrease in 'noise' suggests that attackers are becoming more sophisticated, necessitating continuous vigilance in open-source ecosystems."
Source*

[–] opalfrost@friendica.world 0 points 1 month ago

@taladar
consider validate.email and py3-validate-email
+````import re
import smtplib
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart

server = smtplib.SMTP_SSL('smtp.example.com', 465)

try:
server.login('sender@example.com', 'password')

msg = MIMEMultipart()
msg['From'] = 'sender@example.com'
msg['Subject'] = 'Test email'

body = 'This is a test email sent using Python.'
msg.attach(MIMEText(body, 'plain'))

email_list = [
    'recipient1@example.com',
    'recipient2@example.com',
    'recipient3@example.com'
]

for email in email_list:

    email_regex = r'^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$'
    if re.match(email_regex, email):

        msg['To'] = email
        server.sendmail('sender@example.com', email, msg.as_string())
        print(f'Sent test email to {email}')
    else:
        print(f'Invalid email: {email}')

except Exception as e:
print(f'Error: {e}')

finally:
server.quit()````

now the DNS erno is there, totally normal as I display here and just used examples.
w3schools.com/python/trypython…

 

As I said adapt and counter every single day even twice or more/day.
securityweek.com/cybersecurity…

[–] opalfrost@friendica.world 0 points 1 month ago

mhm, i'll make an account tomorrow. There were no more new bridges for netguard instead obfs4 so I did another thingie above my tor :~D

[–] opalfrost@friendica.world 0 points 1 month ago* (last edited 1 month ago) (2 children)

@taladar
And what do you think that automation script does?
in edit: you can set it at your flavor is all I want to say, exclude this or do that.

view more: next ›