{"id":13681123,"url":"https://github.com/Andromeda1957/netpwn","last_synced_at":"2025-04-30T03:30:38.496Z","repository":{"id":199339251,"uuid":"111619348","full_name":"Andromeda1957/netpwn","owner":"Andromeda1957","description":"Tool made to automate tasks of pentesting.","archived":false,"fork":false,"pushed_at":"2019-10-26T11:19:16.000Z","size":228,"stargazers_count":165,"open_issues_count":0,"forks_count":45,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-12T00:36:26.369Z","etag":null,"topics":["base64-decoding","base64-encoding","hacking-framework","hacking-tool","hexadecimal-converter","information-security","infosec","ipv4","ipv6","mac-address","network-security","password-safety","password-strength","security","security-tools","social-engineering","ssl-cert","ssl-certificate","ssl-certificates","web-spider"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Andromeda1957.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-22T01:03:14.000Z","updated_at":"2024-09-19T11:51:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"23d9755e-1ea2-4f03-bcf9-3ccc65c0a9c1","html_url":"https://github.com/Andromeda1957/netpwn","commit_stats":null,"previous_names":["andromeda1957/netpwn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andromeda1957%2Fnetpwn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andromeda1957%2Fnetpwn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andromeda1957%2Fnetpwn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andromeda1957%2Fnetpwn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andromeda1957","download_url":"https://codeload.github.com/Andromeda1957/netpwn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251635007,"owners_count":21619125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base64-decoding","base64-encoding","hacking-framework","hacking-tool","hexadecimal-converter","information-security","infosec","ipv4","ipv6","mac-address","network-security","password-safety","password-strength","security","security-tools","social-engineering","ssl-cert","ssl-certificate","ssl-certificates","web-spider"],"created_at":"2024-08-02T13:01:26.750Z","updated_at":"2025-04-30T03:30:37.754Z","avatar_url":"https://github.com/Andromeda1957.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# netpwn\nA framework made to automate tasks of pentesting.\nWritten in python 2.7 \u003cbr /\u003e\n\n__Modules__ \u003cbr /\u003e\nreverse_shell - Creates a reverse shell with python to connect to a specific machine of your choice. \u003cbr /\u003e\nsend_file - Allows you to send a file to target server. \u003cbr /\u003e\nphp_backdoor - Generates a simple backdoor in php upload to web server ?cmd= to execute commands. \u003cbr /\u003e\nhash_check - Paste a hash to see what type of hash it is. \u003cbr /\u003e\nbase64_converter - Paste base64 to decode or ascii to encode it knows which you want. \u003cbr /\u003e\naddress_info - Gives you your ipv4, ipv6, and public Ip address based upon a interface. \u003cbr /\u003e\nhex_converter - Paste some ascii to encode or hex to decode it knows which you want. \u003cbr /\u003e\npage_contents - Get the raw HTML of a given web page. \u003cbr /\u003e\npassword_checker - Check the strength of a given password. \u003cbr /\u003e\nfake_identity - Creates a fake name with SSN, address, credit card number, etc. \u003cbr /\u003e\nweb_spider - Crawls a given URL for links. \u003cbr /\u003e\nssl_cert - Gets the cert information of a given web site and its public key. \u003cbr /\u003e\nbash - Execute bash commands without exiting out of netpwn. \u003cbr /\u003e\nwhois - Performs whois on a given URL. \u003cbr /\u003e\ncrypto - Encrypts or decrypts a file with AES. \u003cbr /\u003e\nno_endian - Removes endianness  on DWORDS. \u003cbr /\u003e\nrot13_converter - Encodes/decodes rot13. \u003cbr /\u003e\nurl_converter - Url encoded and decodes string. \u003cbr /\u003e\nhtml_converter - Html enconded and decodes string.\n\n__Resources__ \u003cbr /\u003e\ncheat_sheet - Pentest monkey reverse shell cheat sheet \u003cbr /\u003e\nopcodes - Prints out all x86 OpCodes. \u003cbr /\u003e\nuseful_links - Links to blogs, youtube channels, and other resources that \n    offer good information about various topics that gives you the\n    opportunity to learn more about the infosec field.\n\n__Usage__ \u003cbr /\u003e\nTo run a specific module just type module name. \u003cbr /\u003e\nFor example to run php_backdoor the command should look like this. \u003cbr /\u003e\n(netpwn) \u003e php_backdoor\n\n__Features__ \u003cbr /\u003e\nAutoComplete - Type a few letters of the command you want and hit tab to for auto completion. \u003cbr /\u003e\nclear - Type this to clear the screen. \u003cbr /\u003e\nbanner - Type this command to display the banner. \u003cbr /\u003e\nhelp - Type this command to display help menu. \u003cbr /\u003e\nmodules - Type this command to list available modules. \u003cbr /\u003e\nresources - Type this command to list available resources. \u003cbr /\u003e\nexit or CTRL^C - Exits netpwn\n\n[![netpwn](https://github.com/3XPL017/netpwn/blob/master/images/netpwn.png)\n[![modules](https://github.com/3XPL017/netpwn/blob/master/images/modules.png)\n[![help and resources](https://github.com/3XPL017/netpwn/blob/master/images/resources.png)\n\n\n### Install\n#git clone https://github.com/3XPL017/netpwn.git; cd netpwn; chmod +x install; ./install\n\n### Twitter\nhttps://twitter.com/3XPL017GH057\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndromeda1957%2Fnetpwn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAndromeda1957%2Fnetpwn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndromeda1957%2Fnetpwn/lists"}