Giter Club home page Giter Club logo

Comments (5)

Paradoxis avatar Paradoxis commented on June 9, 2024

Did you remove the previous installation of stegcracker? You can test this by running:

cat $(which stegcracker) 

It should return the contents of a Python script If the output is the latest verison, try running it with the --verbose option

from stegcracker.

wallofsheep avatar wallofsheep commented on June 9, 2024
root@test:~/stegcracker_test# cat $(which stegcracker) 
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import re
import sys

from stegcracker.__main__ import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

StegCracker - (https://github.com/Paradoxis/StegCracker)
Copyright (c) 2019 - Luke Paris (Paradoxis)

usage: stegcracker []
stegcracker: error: the following arguments are required: file

from stegcracker.

Paradoxis avatar Paradoxis commented on June 9, 2024

Could you add the file & worslist you’re using? I’ll look into it after I wake up :) (Extra info like platform you’re using and the expected password etc is appreciated)

from stegcracker.

wallofsheep avatar wallofsheep commented on June 9, 2024

Attached is image.jpg

The password is "th" - I used tom.txt from the example that worked (also attached).

Platform: Kali Linux (latest weekly distrib running in VMWare)

Thanks

tom.txt

image

from stegcracker.

Paradoxis avatar Paradoxis commented on June 9, 2024

Fixed your issue in commit cf3b8b5, passwords weren't being stripped when passed to the cracker, releasing it in a bit :)

from stegcracker.

Related Issues (12)

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.