From cc426fb00d053905cf525118273cc485deae1e08 Mon Sep 17 00:00:00 2001 From: c0decave Date: Thu, 23 Feb 2023 09:59:47 +0100 Subject: [PATCH] init --- README.md | 3 ++ badlist.txt | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++ badtypo.sh | 7 +++ 3 files changed, 153 insertions(+) create mode 100644 badlist.txt create mode 100644 badtypo.sh diff --git a/README.md b/README.md index b135b20..8be3e41 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # badtypo + +Quick and dirty search for malicous python packages. +Please fork and pull. diff --git a/badlist.txt b/badlist.txt new file mode 100644 index 0000000..53cb333 --- /dev/null +++ b/badlist.txt @@ -0,0 +1,143 @@ +coloram +urllib7 +pyiopcs +go-requests +requests-dm +discordxyz +requests-dm +discordies +pystrdir +object3 +coloriv +colorwed +pydesings +abilityhelper +requests-dm +pyutilsfhx +urllib12 +pymaxt +pyfadecolor +urllib12 +fastupdate +pyshdesings +xamp +sudo2 +colorobject3 +pystfule +b2b +b3b +b4b +aihttps +pydsecegg +pydpapi +httpxpy +https3 +pyzhttp +https-rot +pywz +pycolorstype +librarie +https2 +pyxhttp +filcolors +fil-colors +pywe +ConsoleColorTest +iua +superpycolortext +pthttp +filcolorsff +value2 +logic2 + +dequests +fequests +gequests +rdquests +reauests +reduests +reeuests +reqhests +reqkests +requesfs +requesta +requeste +requestw +requfsts +resuests +rewuests +rfquests +rrquests +rwquests +r1quests +r4quests +r3quests +r5quests +req7ests +req8ests +telnservrr +tequests + +typesutil +typestring +sutiltype +duonet +fatnoob +strinfer +pydprotect +incrivelsim +twyne +pyptext +installpy +faq +colorwin +requests-httpx +colorsama +shaasigma +stringe +felpesviadinho +cypress +pystyte +pyslyte +pystyle +pyurllib +algorithmic +oiu +iao +curlapi +type-color +pyhints +aio5 +aio6 +htps1 +httiop +httops +httplat +httpscolor +httpsing +httpslib +httpsos +httpsp +httpssp +httpssus +httpsus +httpxgetter +httpxmodifier +httpxrequester +httpxrequesterv2 +httpxv2 +httpxv3 +libhttps +piphttps +pohttp +requestsd +requestse +requestst +ulrlib3 +urelib3 +urklib3 +urlkib3 +urllb +urllib33 +urolib3 +xhttpsp diff --git a/badtypo.sh b/badtypo.sh new file mode 100644 index 0000000..fa462aa --- /dev/null +++ b/badtypo.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# + +fname="badlist.txt" + +# remove comment to only see if a package is found +for p in `cat $fname`; do pip show $p; done # 2>/dev/null