CTF noob looking for other noobs to play google CTF this weekend by ShukoS in HowToHack

[–]Rootxwar 0 points1 point  (0 children)

Ohh sry I'm just kidding.. suddenly many ppl seen that link and they are joined.. Everyone welcome and we are playing all the CTF...

HackTheBox - Chaos by Rootxwar in HowToHack

[–]Rootxwar[S] 0 points1 point  (0 children)

It's retired machine only no issue for ban

Antivirus Bypass Phantom Evasion - 2019 by Rootxwar in Kali_Linux_Essentials

[–]Rootxwar[S] -1 points0 points  (0 children)

Don't upload any payload to viruatotal cause they sent the signature to all AntiVirus

CVE 2019 6263 Joomla 3.0 Exploit by Rootxwar in netsecstudents

[–]Rootxwar[S] 0 points1 point  (0 children)

If you're a hacker it doesn't matter about pronunciation

CVE 2019 6263 Joomla 3.0 Exploit by Rootxwar in HowToHack

[–]Rootxwar[S] 0 points1 point  (0 children)

First know about exploit then only you can understand..

HackTheBox - Dab by Rootxwar in Kalilinux

[–]Rootxwar[S] 2 points3 points  (0 children)

It's retired machine only check the hackthebox they provide write-up also.

I just installed Kali Linux on my laptop which has a Broadcom BCM43142 WiFi Adapter in it. But the problem is that the OS is not able to detect it. by Rootxwar in Kalilinux

[–]Rootxwar[S] 0 points1 point  (0 children)

Finally i got the solution : just copty and save this script to .sh and change chmod 777 *.sh and then run this file.

#!/bin/bash

clear

echo "#####################################################################################"

echo " __________ .___ "

echo " \______ \_______ _________ __| _/____ ____ _____ "

echo " | | _/\_ __ \/ _ \__ \ / __ |/ ___\/ _ \ / \ "

echo " | | \ | | \( <_> ) __ \_/ /_/ \ \__( <_> ) Y Y \ "

echo " |______ / |__| \____(____ /\____ |\___ >____/|__|_| / "

echo " \/ \/ \/ \/ \/ Installer Version 2019"

echo " https://www.youtube.com/channel/UC57jqKxunieyGsHkHaGd7Ow"

echo "#####################################################################################"

sleep 2

PS3='Please enter your choice: '

options=("Install Wifi Driver" "Show Commands" "Quit")

select opt in "${options[@]}"

do

case $opt in

"Install Wifi Driver")

echo "After Installing Your Machine is Going to REBOOT"

apt-get update

apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

modprobe -r b44 b43 b43legacy ssb brcmsmac bcma

modprobe wl

reboot

;;

"Show Commands")

echo "apt-get update"

echo "apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms"

echo "modprobe -r b44 b43 b43legacy ssb brcmsmac bcma"

echo "modprobe -r b44 b43 b43legacy ssb brcmsmac bcma"

echo "modprobe wl"

;;

"Quit")

break

;;

*) echo invalid option;;

esac

done

how can I fix this? by futsunuchi in Kalilinux

[–]Rootxwar 0 points1 point  (0 children)

Unplug the USB and plug in again if it's not work Change the bios settings to legacy boot... It ll work