GithubHelp home page GithubHelp logo

qwqdanchun / pillager Goto Github PK

View Code? Open in Web Editor NEW
853.0 853.0 86.0 309 KB

Pillager是一个适用于后渗透期间的信息收集工具

License: MIT License

C# 99.73% C 0.27%
recovery redteam shellcode

pillager's Issues

获取压缩出错

获取不到谷歌浏览器的信息,并且会弹框报错
屏幕截图 2023-10-30 143208

更改了源码的保存路径虽然不报错但获取的谷歌浏览器内容还是为空

添加参数

大佬 可以添加一个参数来,只导出浏览器获取,或者只导出ssh tools的,other的吗

可否添加对Opera浏览器的支持

可否添加对Opera浏览器的支持,感谢

https://download.opera.com/download/get/?partner=www&opsys=Windows
https://github.com/moonD4rk/HackBrowserData/blob/main/browser/browser_windows.go

新增功能

建议加上获取保存在本地的远程桌面账户密码。

telegram多用户的算法

telegram 多用户算法如下,可以根据这个来计算多个用户的文件名

# coding: utf-8
import hashlib

def ToFilePart(val: int):
        result = str()
        for i in range(0, 0x10):
            v = val & 0xF
            if v < 0x0A:
                result += chr(ord("0") + v)
            else:
                result += chr(ord("A") + (v - 0x0A))
            val >>= 4
        return result


def md5_hex(d):
    md5 = hashlib.md5(d.encode("utf-8")).digest()
    return ToFilePart(int.from_bytes(md5, 'little'))

if __name__ == '__main__':
     print(md5_hex("data"))
     print(md5_hex("data#2"))
     print(md5_hex("data#3"))

师傅!

在收集过程中,securecrt,FinalShell,winscp,tortoisesvn,这几个基本也属于高收集信息,不知道师傅是否有时间看适配一下

add

单纯师傅,现在实战一些国有企业钓鱼上线基本都是360安全浏览器,可否加一个一键读360浏览器信息的呢

师傅师傅

请问导出的这些default文件夹中的内容是源数据吧?保留到目录的用意是什么呢?
image

image

donut 退出问题

我使用您提供的二进制Pillager.bin进行线程注入,没有进程退出问题。而自己用donut生成的ShellCode线程注入会造成进程退出,请问您是修改过donut的退出吗,如果是可不可以分享一下代码,非常感谢。

运行报错

我在cs中运行会直接让进程死掉,也没有对应的结果,直接上传exe运行exe会报错
未处理的异常: System.UnauthorizedAccessException: 对路径“Qppv”的访问被拒绝。
在 System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
在 System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
在 Pillager.Program.Main(String[] args)

求师傅赐我神通

师傅我在测试环境中使用cs4.4及之上版本时使用此插件时Pillager运行后直接超时读秒,使用4.2版本时在Server16,12上面执行均可但是在Win10上执行时也是直接读秒求师傅解答疑惑。小弟拜服,望师傅回复,顺颂时绥。

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.