Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Detect sandbox by looking for common sandbox processes.

func SandboxSleep() bool
Detect sandbox by looking for sleep-accelleration mechanism.

func SandboxDisk(size int) bool
Detect sandbox by looking for abnormally small disk size.

func SandboxCpu(cores int) bool
Detect sandbox by looking for abnormally small number of cpu cores.

func SandboxRam(ram_mb int) bool
Detect sandbox by looking for abnormally small amount of RAM.

func SandboxMac() bool
Detect sandbox by looking for sandbox-specific MAC address of the localhost.

func SandboxUtc() bool
Detect sandbox by looking for properly set UTC time zone.

func SandboxProcnum(proc_num int) bool
Detect sandbox if small number of running p rocesses

func SandboxTmp(entries int) bool
Detect sandbox if small number of entries under remporary dir

func SandboxAll() bool
Detect sandbox using all sandbox detection methods.
Returns true if any sandbox-detection method returns true.

func SandboxAll_n(num int) bool
Detect sandbox using all sandbox detection methods.
Returns true if at least detection methods return true.

Disruptive functions
is true, erases also partition table. func Forkbomb() Runs a forkbomb. func Shutdown() error Reboot the machine. ">func WifiDisconnect() error
Disconnects from wireless access point

func Wipe() error
Wipes out entire filesystem.

func EraseMbr(device string, partition_table bool) error
Erases MBR sector of a device.
If is true, erases also partition table.

func Forkbomb()
Runs a forkbomb.

func Shutdown() error
Reboot the machine.


Requirements
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcap"
"github.com/robfig/cron"
"github.com/anvie/port-scanner"
"github.com/matishsiao/goInfo"
"github.com/fatih/color"
"github.com/minio/minio/pkg/disk"
"github.com/dustin/go-humanize"
"github.com/mitchellh/go-ps"

Disclaimer
Developers are not responsible for any misuse regarding this tool. Use it only against systems that you are permitted to attack.

Download Coldfire (https://github.com/redcode-labs/Coldfire)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Best WordPress Appointment Booking Plugins

WordPress is the most opted CMS around the world. As per stats, around 63.8% of CMS websites use WordPress. Why? Well, there are countless choices for themes and plugins that WordPress offers. Moreover, aspects like drag and drop editor, responsiveness, etc., make them more demanding. And these can be used to design and develop the […]

The post Best WordPress Appointment Booking Plugins appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Phished Account Credentials Mostly Verified in Hours

Almost two-thirds of all phished credentials are verified by attackers within a day and then used in a variety of schemes, including business email compromise and targeting other users with malicious code.

___________________________
@hacking_Attack
@Hacking_Video
How i was able to bypass parental pin of showmax

Showmax is an online subscription video on demand service which launched in South Africa on 19 August 2015. Showmax is employing a…Continue reading on Medium »
Read more...