GithubHelp home page GithubHelp logo

th3r4ven / bifrost Goto Github PK

View Code? Open in Web Editor NEW
47.0 1.0 10.0 112 KB

Bifrost C2. Open-source post-exploitation using Discord API

License: GNU General Public License v3.0

Python 100.00%
python command-control pentest post-exploitation red-team discord discord-bot encrypted-connections command-and-control pentest-tool

bifrost's Introduction

What's up?!. I'm TH3R4VEN ๐Ÿฆ…

Software Engineer and CyberSecurity Professional


Hi, My name is Matheus, I'm a Software Engineer on SEC4YOU with focus on backend development and cybersecurity professional, trying to mix best of 2 worlds to provide and create malicious and secure softwares.

  • ๐Ÿ”ญ Iโ€™m currently working on a private project for DezOrganizada Furiosa.
  • ๐ŸŒฑ Iโ€™m currently learning Go and Python as always and trying to decide witch front-end framework to study!
  • โšก Fun fact I'm a Drummer!! ๐Ÿฅ

๐Ÿ“ซ How to reach me

ย  ย 

Tecnologies


Python flask SQLAlchemy Docker MySql Linux Git Github Js HTML CSS Bootstrap apache Jquery java Intellij PHP PHPStorm Lua Ubuntu

Github Stats

bifrost's People

Contributors

th3r4ven 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

Watchers

 avatar

bifrost's Issues

Suggest to loosen the dependency on discord.py

Dear developers,

Your project Bifrost requires "discord.py==1.7.1" in its dependency. After analyzing the source code, we found that the following versions of discord.py can also be suitable without affecting your project, i.e., discord.py 1.7.0, 1.7.2, 1.7.3. Therefore, we suggest to loosen the dependency on discord.py from "discord.py==1.7.1" to "discord.py>=1.7.0,<=1.7.3" to avoid any possible conflict for importing more packages or for downstream projects that may use ddos_script.

May I pull a request to further loosen the dependency on discord.py?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



Details:

Your project (commit id: b5ae2fc) directly uses 2 APIs from package discord.py.

discord.file.File.__init__, discord.client.Client.__init__

Beginning fromwhich, 15 functions are then indirectly called, including -2 discord.py's internal APIs and 17 outsider APIs as follows:

[/th3r4ven/Bifrost]
+--discord.file.File.__init__
|      +--os.path.split
+--discord.client.Client.__init__
|      +--asyncio.get_event_loop
|      +--discord.http.HTTPClient.__init__
|      |      +--asyncio.get_event_loop
|      |      +--weakref.WeakValueDictionary
|      |      +--asyncio.Event
|      +--discord.client.Client._get_state
|      |      +--discord.state.ConnectionState.__init__
|      |      |      +--discord.flags.Intents.default
|      |      |      +--warnings.warn
|      |      |      +--discord.flags.MemberCacheFlags.from_intents
|      |      |      +--inspect.getmembers
|      |      |      +--discord.state.ConnectionState.clear
|      |      |      |      +--weakref.WeakValueDictionary
|      |      |      |      +--collections.OrderedDict
|      |      |      |      +--collections.deque
|      |      |      |      +--gc.collect
|      +--asyncio.Event

Since all these functions have not been changed between any version for package "discord.py" from [1.7.0, 1.7.2, 1.7.3] and 1.7.1. Therefore, we believe it is safe to loosen the corresponding dependency.

Bind Shell Payload

Create a stealth dynamic shell payload to deploy on victim.

  • hide common strings to bypass AV.
  • Create new command to this feature (%rsp).

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.