forked from PowerScript/KatanaFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
13,878 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"variable_MAC": [], "variable_IP": []} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,7 @@ cd .. | |
cd .. | ||
cd lib/libusb1/ | ||
sudo python setup.py install | ||
cd .. | ||
cd .. | ||
cd lib/bs4/ | ||
sudo python setup.py install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
Behold, mortal, the origins of Beautiful Soup... | ||
================================================ | ||
|
||
Leonard Richardson is the primary programmer. | ||
|
||
Aaron DeVore is awesome. | ||
|
||
Mark Pilgrim provided the encoding detection code that forms the base | ||
of UnicodeDammit. | ||
|
||
Thomas Kluyver and Ezio Melotti finished the work of getting Beautiful | ||
Soup 4 working under Python 3. | ||
|
||
Simon Willison wrote soupselect, which was used to make Beautiful Soup | ||
support CSS selectors. | ||
|
||
Sam Ruby helped with a lot of edge cases. | ||
|
||
Jonathan Ellis was awarded the prestigious Beau Potage D'Or for his | ||
work in solving the nestable tags conundrum. | ||
|
||
An incomplete list of people have contributed patches to Beautiful | ||
Soup: | ||
|
||
Istvan Albert, Andrew Lin, Anthony Baxter, Andrew Boyko, Tony Chang, | ||
Zephyr Fang, Fuzzy, Roman Gaufman, Yoni Gilad, Richie Hindle, Peteris | ||
Krumins, Kent Johnson, Ben Last, Robert Leftwich, Staffan Malmgren, | ||
Ksenia Marasanova, JP Moins, Adam Monsen, John Nagle, "Jon", Ed | ||
Oskiewicz, Greg Phillips, Giles Radford, Arthur Rudolph, Marko | ||
Samastur, Jouni Sepp�nen, Alexander Schmolck, Andy Theyers, Glyn | ||
Webster, Paul Wright, Danny Yoo | ||
|
||
An incomplete list of people who made suggestions or found bugs or | ||
found ways to break Beautiful Soup: | ||
|
||
Hanno B�ck, Matteo Bertini, Chris Curvey, Simon Cusack, Bruce Eckel, | ||
Matt Ernst, Michael Foord, Tom Harris, Bill de hOra, Donald Howes, | ||
Matt Patterson, Scott Roberts, Steve Strassmann, Mike Williams, | ||
warchild at redho dot com, Sami Kuisma, Carlos Rocha, Bob Hutchison, | ||
Joren Mc, Michal Migurski, John Kleven, Tim Heaney, Tripp Lilley, Ed | ||
Summers, Dennis Sutch, Chris Smith, Aaron Sweep^W Swartz, Stuart | ||
Turner, Greg Edwards, Kevin J Kalupson, Nikos Kouremenos, Artur de | ||
Sousa Rocha, Yichun Wei, Per Vognsen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Beautiful Soup is made available under the MIT license: | ||
|
||
Copyright (c) 2004-2016 Leonard Richardson | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS | ||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | ||
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
Beautiful Soup incorporates code from the html5lib library, which is | ||
also made available under the MIT license. Copyright (c) 2006-2013 | ||
James Graham and other contributors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include test-all-versions | ||
include convert-py3k | ||
include *.txt | ||
include doc*/Makefile | ||
include doc*/source/*.py | ||
include doc*/source/*.rst | ||
include doc*/source/*.jpg | ||
include scripts/*.py | ||
include scripts/*.txt |
Oops, something went wrong.