Accept any password at login attempt












0















After unsuccessful research on the internet, I am coming here to ask if any of you knew of a software/library that can make a linux (or osx) system accept any password for a given user, but silently login into a fake account if the password entered is not the right one.



I am aware this sounds a bit hollywood-ish or weird, but I would be really grateful if someone can recommend me one.



Best regards,



-Thomas










share|improve this question























  • Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

    – bertieb
    Feb 16 at 12:39






  • 1





    My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

    – Appleoddity
    Feb 16 at 16:16






  • 1





    This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

    – cybernard
    Feb 17 at 6:46
















0















After unsuccessful research on the internet, I am coming here to ask if any of you knew of a software/library that can make a linux (or osx) system accept any password for a given user, but silently login into a fake account if the password entered is not the right one.



I am aware this sounds a bit hollywood-ish or weird, but I would be really grateful if someone can recommend me one.



Best regards,



-Thomas










share|improve this question























  • Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

    – bertieb
    Feb 16 at 12:39






  • 1





    My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

    – Appleoddity
    Feb 16 at 16:16






  • 1





    This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

    – cybernard
    Feb 17 at 6:46














0












0








0








After unsuccessful research on the internet, I am coming here to ask if any of you knew of a software/library that can make a linux (or osx) system accept any password for a given user, but silently login into a fake account if the password entered is not the right one.



I am aware this sounds a bit hollywood-ish or weird, but I would be really grateful if someone can recommend me one.



Best regards,



-Thomas










share|improve this question














After unsuccessful research on the internet, I am coming here to ask if any of you knew of a software/library that can make a linux (or osx) system accept any password for a given user, but silently login into a fake account if the password entered is not the right one.



I am aware this sounds a bit hollywood-ish or weird, but I would be really grateful if someone can recommend me one.



Best regards,



-Thomas







linux security unix passwords






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 16 at 12:30









thomasthomas

1




1













  • Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

    – bertieb
    Feb 16 at 12:39






  • 1





    My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

    – Appleoddity
    Feb 16 at 16:16






  • 1





    This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

    – cybernard
    Feb 17 at 6:46



















  • Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

    – bertieb
    Feb 16 at 12:39






  • 1





    My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

    – Appleoddity
    Feb 16 at 16:16






  • 1





    This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

    – cybernard
    Feb 17 at 6:46

















Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

– bertieb
Feb 16 at 12:39





Welcome to Super User; unfortunately product recommendations are out of scope and so are off-topic here. You could try Software Recommendations, but check out what is on topic- in particular, it would be worthwhile explaining why you want this honeypot and what you expect to achieve. Cheers!

– bertieb
Feb 16 at 12:39




1




1





My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

– Appleoddity
Feb 16 at 16:16





My suggestion is that you delete this post and create a new one. Do NOT ask for product recommendations. Instead, ask how to accomplish what it is you are trying to do and provide any research and effort you have put in to trying to solve the issue.

– Appleoddity
Feb 16 at 16:16




1




1





This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

– cybernard
Feb 17 at 6:46





This is linux, you want something weird like that you have to write the code your self. There is a PAM password authentication module, if you download the source code you could change the code, recompile, and install it.

– cybernard
Feb 17 at 6:46










1 Answer
1






active

oldest

votes


















0














There is no such thing. Password validation doesn't work that way.






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1406449%2faccept-any-password-at-login-attempt%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    There is no such thing. Password validation doesn't work that way.






    share|improve this answer




























      0














      There is no such thing. Password validation doesn't work that way.






      share|improve this answer


























        0












        0








        0







        There is no such thing. Password validation doesn't work that way.






        share|improve this answer













        There is no such thing. Password validation doesn't work that way.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 17 at 6:03









        Scottie HScottie H

        715




        715






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1406449%2faccept-any-password-at-login-attempt%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕