Package Details: weevely 4.0.2-1

Git Clone URL: https://aur.archlinux.org/weevely.git (read-only, click to copy)
Package Base: weevely
Description: a stealth PHP web shell that provides a telnet-like console
Upstream URL: https://github.com/epinna/weevely3
Licenses: GPL3
Submitter: sakaru
Maintainer: olivierlm
Last Packager: olivierlm
Votes: 6
Popularity: 0.35
First Submitted: 2013-08-15 13:49 (UTC)
Last Updated: 2024-03-07 12:01 (UTC)

Latest Comments

sakaru commented on 2018-05-08 00:54 (UTC)

Apologies for the delays.

I've added python2-yaml as a dependency. However I do not see your "socks" error. Do you know which python package solves that issue?

gdamjan commented on 2018-05-03 16:15 (UTC)

Traceback (most recent call last):
  File "/usr/bin/weevely", line 98, in <module>
    main(arguments)
  File "/usr/bin/weevely", line 48, in main
    modules.load_modules(session)
  File "/usr/lib/weevely/core/modules.py", line 24, in load_modules
    (module_group, module_name), fromlist=["*"]
  File "/usr/lib/weevely/modules/shell/php.py", line 4, in <module>
    from core.channels.channel import Channel
  File "/usr/lib/weevely/core/channels/channel.py", line 7, in <module>
    import socks
ImportError: No module named socks

vay3t commented on 2018-04-21 21:16 (UTC)

please update to v3.5

sakaru commented on 2015-04-15 16:19 (UTC)

Done

NeoSonic commented on 2015-04-15 16:15 (UTC)

Please change package() to: install -dm755 "${pkgdir}/usr/"{bin,lib} cp -r "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}/usr/lib/${pkgname}" ln -sf "/usr/lib/${pkgname}/${pkgname}.py" "${pkgdir}/usr/bin/${pkgname}"