Git Product home page Git Product logo

atom-bombing's People

Contributors

talliberman 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  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

atom-bombing's Issues

AtomBombingShellcode fails on LoadLibraryA("kernel32.dll")

Hi,

I tried the PoC after understanding how the atom bombing technique works.

However, I ran into a problem when testing the technique. The injection itself works flawlessly. The problem lies in the shell code itself.

The first LoadLibraryA, which tries to load "kernel32.dll", fails (returns 0). When I do a GetLastError, it returns 0x57 = INVALID_PARAMETER. I checked that LoadLibrary is effectively called with the right parameter (cfr. screenshot, taken just before the call to LoadLibraryA).

I think this problem has nothing to do with the injection technique itself. But it puzzles me why this shellcode won't work.

Environment:

  • Windows 10 build 17134
  • I have tried injecting in 2 different processes (bochs.exe and exeinfope.exe). Both gave same result.

screenshot 2018-10-17 at 13 04 26

Index out of bounds exception Post_Link.py using python 2.7.12

C:\Users\IEUser\Downloads\atom-bombing-master\atom-bombing-master\AtomBombingShellcode\Scripts>py Post_Link.py
Traceback (most recent call last):
File "Post_Link.py", line 31, in
main()
File "Post_Link.py", line 8, in main
exe_path = sys.argv[1]
IndexError: list index out of range

modify shellcode

hi guys first thanks for this great job but i can't find where i put my own shellcode in main.c "AtomBombingShellcode"folder.. can you help please!

Compilation Error

isu

i installed python 2 and pefile for python 2 , but i got error , and unable to solve it.
or how to solve it.

Input for main_OpenProcessByName

Hello,

the Code works fine ! But iam new in Cpp, can some one explain me how to add a "Cmd Input" to Check AtomBombing on differrent Exe..

Like:

CHANGEBYUSERINPUT = Input "ENTER EXE TO TEST"
eReturn = main_OpenProcessByName(L"CHANGEBYUSERINPUT" , &hProcess);

i Tried

#include string
#include iostream

string mystr;
cout << "ENTER EXE ";
getline(cin, mystr);

cout << "EXE TO TEST = " << mystr << ".\n";;

How do i add it to

eReturn = main_OpenProcessByName(L"" , &hProcess); ?

Help Me Please

Dear enSilo Family,

Hope you are fine. I just wondered Atom Bombing and compiled it from github. I wanted to look commands from cmd but when i entered the command help, it ran and something happened. I couldn't understand because it was in seconds. I showed you in picture below:

http://prntscr.com/kx7qsj

Could you please what does it mean? And how can i use it?

Thanks in advance.

Best Regards,

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.