mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-11 11:14:57 -04:00
clean up
Signed-off-by: Mia Steinkirch <mia.steinkirch@gmail.com>
This commit is contained in:
parent
c7ae432c0f
commit
cecb0a57b5
5 changed files with 15 additions and 688 deletions
Binary file not shown.
0
Deep_Art/.gitkeep
Normal file
0
Deep_Art/.gitkeep
Normal file
339
LICENSE
339
LICENSE
|
@ -1,339 +0,0 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{description}
|
||||
Copyright (C) {year} {fullname}
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
{signature of Ty Coon}, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
57
README.md
57
README.md
|
@ -1,55 +1,32 @@
|
|||
# 🍓 My Resources for AI, ML, and DNN 🍓
|
||||
# Resources for Machine Learning
|
||||
|
||||
* [Tensorflow](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/TensorFlow).
|
||||
* [Caffe](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Caffe).
|
||||
* [Talks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Talks).
|
||||
* [Notebooks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Notebooks).
|
||||
* [Docker images](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Docker_Images).
|
||||
* [Numpy](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy).
|
||||
|
||||
|
||||
|
||||
----
|
||||
|
||||
## Learning
|
||||
|
||||
## Getting the News
|
||||
|
||||
* Feedly with [list of blogs to follow](https://raw.githubusercontent.com/bt3gl/Machine-Learning-Resources/master/ml_ai_feedly.opml).
|
||||
* Check [my blog](http://bt3gl.github.io/) :).
|
||||
* [Deep Learning weekly](http://www.deeplearningweekly.com/).
|
||||
|
||||
|
||||
## Machine Learning in General
|
||||
### Courses
|
||||
|
||||
* [Stanford's Machine Learning Course](http://cs229.stanford.edu/)
|
||||
* [A Chart of Neural Networks](http://www.asimovinstitute.org/neural-network-zoo/).
|
||||
|
||||
|
||||
### Fun:
|
||||
|
||||
* [Machine Learning for Artists](http://ml4a.github.io/index/).
|
||||
* [LossFunctions.tumblr](http://lossfunctions.tumblr.com/).
|
||||
* [CreativeAI](http://www.creativeai.net/).
|
||||
|
||||
|
||||
|
||||
## Deep Learning
|
||||
|
||||
|
||||
### Reinforcement Learning
|
||||
|
||||
* [A Chart of Neural Networks](http://www.asimovinstitute.org/neural-network-zoo/).
|
||||
* [UCL Course on RL](http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html)
|
||||
|
||||
### ConvNets
|
||||
|
||||
* [Stanford's Convolutional Neural Networks for Visual Recognition](http://cs231n.stanford.edu/)
|
||||
* [The 9 CNN Papers You Need To Know About](https://adeshpande3.github.io/adeshpande3.github.io/The-9-Deep-Learning-Papers-You-Need-To-Know-About.html).
|
||||
|
||||
### Hardware
|
||||
|
||||
* [NVIDIA Deep Learning Course](https://www.youtube.com/playlist?list=PL5B692fm6--tI-ijknnVZWbXU2H4JpSYe)
|
||||
|
||||
|
||||
### Computer Vision
|
||||
|
||||
* [Multiple View Geometry in CV](https://www.goodreads.com/book/show/18938711-multiple-view-geometry-in-computer-vision).
|
||||
|
||||
|
||||
|
||||
## Working
|
||||
|
||||
### Benchmarkers
|
||||
|
||||
* [DeepBench](https://github.com/baidu-research/DeepBench).
|
||||
|
||||
|
||||
|
@ -59,8 +36,4 @@
|
|||
|
||||
## License
|
||||
|
||||
When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
|
||||
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).
|
||||
|
|
|
@ -1,307 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<opml version="1.0">
|
||||
<head>
|
||||
<title>Marina subscriptions in feedly Cloud</title>
|
||||
</head>
|
||||
<body>
|
||||
<outline text="AI blogs" title="AI blogs">
|
||||
<outline type="rss" text="33rd Square" title="33rd Square" xmlUrl="http://feeds.feedburner.com/33rdsquare/eGPj" htmlUrl="http://www.33rdsquare.com/"/>
|
||||
<outline type="rss" text="Artificial Intelligence Blog » Artificial Intelligence Blog »" title="Artificial Intelligence Blog » Artificial Intelligence Blog »" xmlUrl="http://artent.net/feed/" htmlUrl="http://artent.net"/>
|
||||
<outline type="rss" text="Artificial Intelligence (AI)" title="Artificial Intelligence (AI)" xmlUrl="http://fuegobot.blogspot.com/feeds/posts/default" htmlUrl="http://fuegobot.blogspot.com/"/>
|
||||
<outline type="rss" text="Singularity Weblog" title="Singularity Weblog" xmlUrl="https://www.singularityweblog.com/feed/" htmlUrl="https://www.singularityweblog.com"/>
|
||||
<outline type="rss" text="KDnuggets" title="KDnuggets" xmlUrl="http://www.kdnuggets.com/feed/" htmlUrl="http://www.kdnuggets.com"/>
|
||||
<outline type="rss" text="Blog – Machine Intelligence Research Institute" title="Blog – Machine Intelligence Research Institute" xmlUrl="http://feeds.feedburner.com/miriblog" htmlUrl="https://intelligence.org"/>
|
||||
<outline type="rss" text="Deep Learning" title="Deep Learning" xmlUrl="http://deeplearning.net/feed/" htmlUrl="http://deeplearning.net"/>
|
||||
<outline type="rss" text="Deep Learning News" title="Deep Learning News" xmlUrl="http://news.startup.ml/rss" htmlUrl="http://news.startup.ml"/>
|
||||
<outline type="rss" text="Artificial Intelligence Weekly" title="Artificial Intelligence Weekly" xmlUrl="http://aiweekly.co/issues.rss" htmlUrl="http://aiweekly.co/issues"/>
|
||||
<outline type="rss" text="homeAI.info" title="homeAI.info" xmlUrl="http://homeai.info/feed/" htmlUrl="http://homeai.info"/>
|
||||
<outline type="rss" text="Blog - Startup.ML Conf" title="Blog - Startup.ML Conf" xmlUrl="http://conf.startup.ml/blog?format=RSS" htmlUrl="http://conf.startup.ml/blog/"/>
|
||||
<outline type="rss" text="AI Impacts" title="AI Impacts" xmlUrl="http://feeds.feedburner.com/AiImpacts" htmlUrl="http://aiimpacts.org"/>
|
||||
<outline type="rss" text="KurzweilAI" title="KurzweilAI" xmlUrl="http://www.kurzweilai.net/wp-content/plugins/nextgen-gallery/xml/media-rss.php" htmlUrl="http://www.kurzweilai.net"/>
|
||||
<outline type="rss" text="AI Impacts" title="AI Impacts" xmlUrl="http://aiimpacts.org/feed/" htmlUrl="http://aiimpacts.org"/>
|
||||
<outline type="rss" text="Andrej Karpathy blog" title="Andrej Karpathy blog" xmlUrl="http://karpathy.github.io/feed.xml" htmlUrl="http://karpathy.github.io/"/>
|
||||
<outline type="rss" text="Artificial Intelligence Blog" title="Artificial Intelligence Blog" xmlUrl="http://aiblog.tumblr.com/rss" htmlUrl="http://aiblog.tumblr.com/"/>
|
||||
<outline type="rss" text="OpenAI" title="OpenAI" xmlUrl="https://www.openai.com/feed.xml" htmlUrl="https://www.openai.com/"/>
|
||||
<outline type="rss" text="OpenAI" title="OpenAI" xmlUrl="https://openai.com/feed.xml" htmlUrl="https://openai.com/"/>
|
||||
<outline type="rss" text="AI Control — Medium" title="AI Control — Medium" xmlUrl="https://medium.com/feed/ai-control" htmlUrl="https://medium.com/ai-control?source=rss----624d886c4aa4---4"/>
|
||||
</outline>
|
||||
<outline text="Writer" title="Writer">
|
||||
<outline type="rss" text="Cyberpunk - High Tech, Low Life." title="Cyberpunk - High Tech, Low Life." xmlUrl="http://www.reddit.com/r/Cyberpunk/.rss" htmlUrl="https://www.reddit.com/r/Cyberpunk/"/>
|
||||
<outline type="rss" text="DarkFuturology: The dystopian future, forewarned" title="DarkFuturology: The dystopian future, forewarned" xmlUrl="https://www.reddit.com/r/DarkFuturology/.rss" htmlUrl="https://www.reddit.com/r/DarkFuturology/"/>
|
||||
</outline>
|
||||
<outline text="Reddit" title="Reddit">
|
||||
<outline type="rss" text="Deep Learning" title="Deep Learning" xmlUrl="https://www.reddit.com/r/deeplearning/.rss" htmlUrl="https://www.reddit.com/r/deeplearning/"/>
|
||||
<outline type="rss" text="Deep Learning Papers" title="Deep Learning Papers" xmlUrl="https://www.reddit.com/r/DeepLearningPapers/.rss" htmlUrl="https://www.reddit.com/r/DeepLearningPapers/"/>
|
||||
<outline type="rss" text="artificial life" title="artificial life" xmlUrl="https://www.reddit.com/r/alife/.rss" htmlUrl="https://www.reddit.com/r/alife/"/>
|
||||
<outline type="rss" text="Deep Learning" title="Deep Learning" xmlUrl="https://www.reddit.com/r/deeplearn/.rss" htmlUrl="https://www.reddit.com/r/deeplearn/"/>
|
||||
<outline type="rss" text="ML-Class: "Machine Learning"" title="ML-Class: "Machine Learning"" xmlUrl="http://www.reddit.com/r/mlclass/.rss" htmlUrl="https://www.reddit.com/r/mlclass/"/>
|
||||
<outline type="rss" text="Machine Learning Paper Discussions" title="Machine Learning Paper Discussions" xmlUrl="https://www.reddit.com/r/mlpapers/.rss" htmlUrl="https://www.reddit.com/r/mlpapers/"/>
|
||||
<outline type="rss" text="Artificial General Intelligence" title="Artificial General Intelligence" xmlUrl="http://www.reddit.com/r/agi/.rss" htmlUrl="https://www.reddit.com/r/agi/"/>
|
||||
<outline type="rss" text="Machine Learning" title="Machine Learning" xmlUrl="http://www.reddit.com/r/MachineLearning/.rss" htmlUrl="https://www.reddit.com/r/MachineLearning/"/>
|
||||
<outline type="rss" text="Artificial Intelligence" title="Artificial Intelligence" xmlUrl="http://www.reddit.com/r/artificial/.rss" htmlUrl="https://www.reddit.com/r/artificial/"/>
|
||||
<outline type="rss" text="Robotics" title="Robotics" xmlUrl="http://www.reddit.com/r/robotics/.rss" htmlUrl="https://www.reddit.com/r/robotics/"/>
|
||||
<outline type="rss" text="Dreaming Neural Nets" title="Dreaming Neural Nets" xmlUrl="https://www.reddit.com/r/deepdream/.rss" htmlUrl="https://www.reddit.com/r/deepdream/"/>
|
||||
<outline type="rss" text="Artificial Intelligence for Games" title="Artificial Intelligence for Games" xmlUrl="http://www.reddit.com/r/gameai/.rss" htmlUrl="https://www.reddit.com/r/gameai/"/>
|
||||
<outline type="rss" text="Technological Singularity" title="Technological Singularity" xmlUrl="http://www.reddit.com/r/singularity/.rss" htmlUrl="https://www.reddit.com/r/singularity/"/>
|
||||
<outline type="rss" text="The Control Problem" title="The Control Problem" xmlUrl="https://www.reddit.com/r/ControlProblem/.rss" htmlUrl="https://www.reddit.com/r/ControlProblem/"/>
|
||||
</outline>
|
||||
<outline text="Infosec" title="Infosec">
|
||||
<outline type="rss" text="afreak.ca" title="afreak.ca" xmlUrl="https://afreak.ca/blog/feed/" htmlUrl="http://colin.keigher.ca/"/>
|
||||
<outline type="rss" text="Risky Business" title="Risky Business" xmlUrl="http://risky.biz/rss.xml" htmlUrl="http://risky.biz"/>
|
||||
<outline type="rss" text="Pentestmag" title="Pentestmag" xmlUrl="https://pentestmag.com/feed/" htmlUrl="https://pentestmag.com"/>
|
||||
<outline type="rss" text="Routards Team Blog" title="Routards Team Blog" xmlUrl="http://www.routards.org/feeds/posts/default" htmlUrl="http://www.routards.org/"/>
|
||||
<outline type="rss" text="BinaryTides" title="BinaryTides" xmlUrl="http://www.binarytides.com/feed/" htmlUrl="http://www.binarytides.com"/>
|
||||
<outline type="rss" text="Troy Hunt's Blog" title="Troy Hunt's Blog" xmlUrl="http://feeds.feedburner.com/TroyHunt" htmlUrl="https://www.troyhunt.com/"/>
|
||||
<outline type="rss" text="Count Upon Security" title="Count Upon Security" xmlUrl="http://countuponsecurity.com/feed/" htmlUrl="https://countuponsecurity.com"/>
|
||||
<outline type="rss" text="Penetration Testing Lab" title="Penetration Testing Lab" xmlUrl="http://pentestlab.wordpress.com/feed/" htmlUrl="https://pentestlab.wordpress.com"/>
|
||||
<outline type="rss" text="Jano Web - News" title="Jano Web - News" xmlUrl="http://feeds.feedburner.com/janoweb" htmlUrl="http://www.janoweb.net/"/>
|
||||
<outline type="rss" text="We Live Security » Languages » English" title="We Live Security » Languages » English" xmlUrl="http://blog.eset.com/feed" htmlUrl="http://www.welivesecurity.com"/>
|
||||
<outline type="rss" text="Hacking Exposed Computer Forensics Blog" title="Hacking Exposed Computer Forensics Blog" xmlUrl="http://hackingexposedcomputerforensicsblog.blogspot.com/feeds/posts/default" htmlUrl="http://www.hecfblog.com/"/>
|
||||
<outline type="rss" text="Hack Naked TV" title="Hack Naked TV" xmlUrl="http://blip.tv/rss/bookmarks/241768" htmlUrl="http://blip.tv"/>
|
||||
<outline type="rss" text="Hacking while you're asleep" title="Hacking while you're asleep" xmlUrl="http://www.behindthefirewalls.com/feeds/posts/default" htmlUrl="http://www.behindthefirewalls.com/"/>
|
||||
<outline type="rss" text="shell-storm" title="shell-storm" xmlUrl="http://shell-storm.org/rss.xml" htmlUrl="http://shell-storm.org"/>
|
||||
<outline type="rss" text="Penetration Testing" title="Penetration Testing" xmlUrl="http://seclists.org/rss/pen-test.rss" htmlUrl="http://seclists.org/#pen-test"/>
|
||||
<outline type="rss" text="InfoSec News" title="InfoSec News" xmlUrl="http://www.infosecnews.org/feed/" htmlUrl="http://www.infosecnews.org"/>
|
||||
<outline type="rss" text="EH-Net Online Mag" title="EH-Net Online Mag" xmlUrl="https://www.ethicalhacker.net/feed" htmlUrl="https://www.ethicalhacker.net"/>
|
||||
<outline type="rss" text="Ethical Hacking And Cyber Security Tips" title="Ethical Hacking And Cyber Security Tips" xmlUrl="http://www.securityalias.com/feed/" htmlUrl="http://www.securityalias.com"/>
|
||||
<outline type="rss" text="CyberOperations" title="CyberOperations" xmlUrl="http://cyberoperations.wordpress.com/feed/" htmlUrl="https://cyberoperations.wordpress.com"/>
|
||||
<outline type="rss" text="ADMIN Magazine News" title="ADMIN Magazine News" xmlUrl="http://www.admin-magazine.com/rss/feed/news" htmlUrl="http://www.admin-magazine.com/"/>
|
||||
<outline type="rss" text="Reverse Engineering Mac OS X" title="Reverse Engineering Mac OS X" xmlUrl="http://reverse.put.as/feed/" htmlUrl="https://reverse.put.as"/>
|
||||
<outline type="rss" text="Top-Hat-Sec Forums" title="Top-Hat-Sec Forums" xmlUrl="http://forum.top-hat-sec.com/index.php?PHPSESSID=571693ee9e382b8a0c238d8b1e6ae8e7&type=rss;action=.xml" htmlUrl="http://forum.top-hat-sec.com/index.php"/>
|
||||
<outline type="rss" text="XyliBox" title="XyliBox" xmlUrl="http://www.xylibox.com/feeds/posts/default?alt=rss" htmlUrl="http://www.xylibox.com/"/>
|
||||
<outline type="rss" text="Hackers Media" title="Hackers Media" xmlUrl="http://www.hackersmedia.com/feeds/posts/default" htmlUrl="http://www.hackersmedia.com/"/>
|
||||
<outline type="rss" text="h3xStream's blog" title="h3xStream's blog" xmlUrl="http://blog.h3xstream.com/feeds/posts/default?alt=rss" htmlUrl="http://blog.h3xstream.com/"/>
|
||||
<outline type="rss" text="HACKMIAMI" title="HACKMIAMI" xmlUrl="http://hackmiami.org/feed/" htmlUrl="http://hackmiami.org"/>
|
||||
<outline type="rss" text="Pentest Geek »" title="Pentest Geek »" xmlUrl="http://www.pentestgeek.com/feed/" htmlUrl="https://www.pentestgeek.com"/>
|
||||
<outline type="rss" text="CYBER ARMS" title="CYBER ARMS" xmlUrl="http://cyberarms.wordpress.com/feed/" htmlUrl="https://cyberarms.wordpress.com"/>
|
||||
<outline type="rss" text="SS64" title="SS64" xmlUrl="http://ss64.com/rss.xml" htmlUrl="http://ss64.com"/>
|
||||
<outline type="rss" text="Secgroup Ca' Foscari DSI" title="Secgroup Ca' Foscari DSI" xmlUrl="http://secgroup.ext.dsi.unive.it/feed/" htmlUrl="https://secgroup.dais.unive.it"/>
|
||||
<outline type="rss" text="Security Bloggers Network" title="Security Bloggers Network" xmlUrl="http://feeds.feedburner.com/SecurityBloggersNetwork" htmlUrl="http://securitybloggersnetwork.com"/>
|
||||
<outline type="rss" text="!reverseme!" title="!reverseme!" xmlUrl="http://bangreverse.me/blog/?feed=rss2" htmlUrl="http://bangreverse.us/blog"/>
|
||||
<outline type="rss" text="NVISO Blog" title="NVISO Blog" xmlUrl="http://blog.nviso.be/feeds/posts/default?alt=rss" htmlUrl="http://blog.nviso.be/"/>
|
||||
<outline type="rss" text="SkullSecurity" title="SkullSecurity" xmlUrl="http://www.skullsecurity.org/blog/feed" htmlUrl="https://blog.skullsecurity.org"/>
|
||||
<outline type="rss" text="Ethical Hacking Tutorials, Tips and Tricks" title="Ethical Hacking Tutorials, Tips and Tricks" xmlUrl="http://www.hacking-tutorial.com/feed/" htmlUrl="http://www.hacking-tutorial.com"/>
|
||||
<outline type="rss" text="Tech Drive-in" title="Tech Drive-in" xmlUrl="http://www.techdrivein.com/feeds/posts/default" htmlUrl="http://www.techdrivein.com/"/>
|
||||
<outline type="rss" text="Security Bloggers Network" title="Security Bloggers Network" xmlUrl="http://securitybloggersnetwork.com/feed/" htmlUrl="http://securitybloggersnetwork.com"/>
|
||||
<outline type="rss" text="Raphael Mudge Youtube" title="Raphael Mudge Youtube" xmlUrl="http://gdata.youtube.com/feeds/base/users/DashnineMedia/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile" htmlUrl="https://youtube.com/playlist?list=UUJU2r634VNPeCRug7Y7qdcw"/>
|
||||
<outline type="rss" text="MSI :: State of Security" title="MSI :: State of Security" xmlUrl="http://stateofsecurity.com/?feed=rss2" htmlUrl="http://stateofsecurity.com"/>
|
||||
<outline type="rss" text="InfoCon Archives" title="InfoCon Archives" xmlUrl="https://infocon.org/infocon.org-css/infoconorg-cons.rss" htmlUrl="https://infocon.org/"/>
|
||||
<outline type="rss" text="nVisium" title="nVisium" xmlUrl="http://blog.nvisium.com/feeds/posts/default" htmlUrl="http://blog.nvisium.com/"/>
|
||||
<outline type="rss" text="SecurityStreet" title="SecurityStreet" xmlUrl="https://community.rapid7.com/community/feeds/allcontent?community=1&showProjectContent=false" htmlUrl="https://community.rapid7.com/"/>
|
||||
<outline type="rss" text="CyberCrime & Doing Time" title="CyberCrime & Doing Time" xmlUrl="http://garwarner.blogspot.com/feeds/posts/default" htmlUrl="http://garwarner.blogspot.com/"/>
|
||||
<outline type="rss" text="TrustedSec" title="TrustedSec" xmlUrl="https://www.trustedsec.com/feed/" htmlUrl="https://www.trustedsec.com"/>
|
||||
<outline type="rss" text="Uncommon Sense Security" title="Uncommon Sense Security" xmlUrl="http://blog.uncommonsensesecurity.com/feeds/posts/default?alt=rss" htmlUrl="http://blog.uncommonsensesecurity.com/"/>
|
||||
<outline type="rss" text="Securelist / All Updates" title="Securelist / All Updates" xmlUrl="http://www.securelist.com/en/rss/allupdates" htmlUrl="https://securelist.com"/>
|
||||
<outline type="rss" text="Security Onion" title="Security Onion" xmlUrl="http://securityonion.blogspot.com/feeds/posts/default" htmlUrl="http://blog.securityonion.net/"/>
|
||||
<outline type="rss" text="My InfoSec Ramblings" title="My InfoSec Ramblings" xmlUrl="http://ardsec.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://ardsec.blogspot.com/"/>
|
||||
<outline type="rss" text="PacketWars" title="PacketWars" xmlUrl="http://packetwars.com/feed" htmlUrl="http://packetwars.com"/>
|
||||
<outline type="rss" text="eWEEK Security" title="eWEEK Security" xmlUrl="http://rssnewsapps.ziffdavis.com/eweeksecurity.xml" htmlUrl="http://security.eweek.com"/>
|
||||
<outline type="rss" text="Enough!" title="Enough!" xmlUrl="https://anonymissexpress.cyberguerrilla.org/?feed=rss2" htmlUrl="https://anonymissexpress.cyberguerrilla.org"/>
|
||||
<outline type="rss" text="DigiNinja" title="DigiNinja" xmlUrl="http://www.digininja.org/rss.xml" htmlUrl="https://digi.ninja/rss.xml"/>
|
||||
<outline type="rss" text="Google Online Security Blog" title="Google Online Security Blog" xmlUrl="http://googleonlinesecurity.blogspot.com/atom.xml" htmlUrl="http://security.googleblog.com/"/>
|
||||
<outline type="rss" text="The Mouse Trap" title="The Mouse Trap" xmlUrl="http://blog.securitymouse.com/feeds/posts/default?alt=rss" htmlUrl="http://blog.securitymouse.com/"/>
|
||||
<outline type="rss" text="Uploads by What's the Big Deal?" title="Uploads by What's the Big Deal?" xmlUrl="http://gdata.youtube.com/feeds/base/users/TheTechFeed/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile" htmlUrl="https://youtube.com/playlist?list=UUZHOnKmxXrHDWVL6Sgk2ETw"/>
|
||||
<outline type="rss" text="HOTforSecurity" title="HOTforSecurity" xmlUrl="http://feeds.feedburner.com/HOTforSecurity" htmlUrl="https://www.hotforsecurity.com"/>
|
||||
<outline type="rss" text="Hacker 10 - Security Hacker" title="Hacker 10 - Security Hacker" xmlUrl="http://feeds.feedburner.com/hacker10hacker10" htmlUrl="http://www.hacker10.com"/>
|
||||
<outline type="rss" text="PacketLife.net Blog" title="PacketLife.net Blog" xmlUrl="http://packetlife.net/blog/feed/" htmlUrl="http://packetlife.net/blog/"/>
|
||||
<outline type="rss" text="six110@wordpress:~#" title="six110@wordpress:~#" xmlUrl="http://sixthevicious.wordpress.com/feed/" htmlUrl="https://sixthevicious.wordpress.com"/>
|
||||
<outline type="rss" text="ArchAssault - News Updates" title="ArchAssault - News Updates" xmlUrl="https://archassault.org/feeds/news/" htmlUrl="https://archassault.org/news/"/>
|
||||
<outline type="rss" text="Hot Monthly Questions" title="Hot Monthly Questions" xmlUrl="http://security.stackexchange.com/feeds/month" htmlUrl="http://security.stackexchange.com/questions"/>
|
||||
<outline type="rss" text="Adventures in a Binary World" title="Adventures in a Binary World" xmlUrl="https://binary-analysis.heroku.com/atom.xml" htmlUrl="http://binary-analysis.heroku.com//"/>
|
||||
<outline type="rss" text="Common Exploits" title="Common Exploits" xmlUrl="http://www.commonexploits.com/feed/" htmlUrl="http://www.commonexploits.com"/>
|
||||
<outline type="rss" text="Scott Bollinger / kfalconspb" title="Scott Bollinger / kfalconspb" xmlUrl="http://www.bollingerusa.com/feeds/posts/default?alt=rss" htmlUrl="https://bollingerusa.com"/>
|
||||
<outline type="rss" text="Cirebon-Cyber4rt" title="Cirebon-Cyber4rt" xmlUrl="http://cirebon-cyber4rt.blogspot.com/feeds/posts/default" htmlUrl="http://cirebon-cyber4rt.blogspot.com/"/>
|
||||
<outline type="rss" text="Summit Route" title="Summit Route" xmlUrl="http://summitroute.com/blog/feed.xml" htmlUrl="https://summitroute.com"/>
|
||||
<outline type="rss" text="Alton(ius) Blom's Blog" title="Alton(ius) Blom's Blog" xmlUrl="https://altonblom.com/rss/" htmlUrl="https://altonblom.com/"/>
|
||||
<outline type="rss" text="Tao Security" title="Tao Security" xmlUrl="http://taosecurity.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://taosecurity.blogspot.com/"/>
|
||||
<outline type="rss" text="Info Security News" title="Info Security News" xmlUrl="http://seclists.org/rss/isn.rss" htmlUrl="http://seclists.org/#isn"/>
|
||||
<outline type="rss" text="Learn2Hack" title="Learn2Hack" xmlUrl="https://learn2hack.net/feed/" htmlUrl="https://learn2hack.net"/>
|
||||
<outline type="rss" text="Trustwave SpiderLabs Blog" title="Trustwave SpiderLabs Blog" xmlUrl="http://blog.spiderlabs.com/atom.xml" htmlUrl="https://www.trustwave.com/rss.aspx?type=slblog"/>
|
||||
<outline type="rss" text="Hacksonville" title="Hacksonville" xmlUrl="http://www.hacksonville.com/feed/" htmlUrl="http://www.hacksonville.com"/>
|
||||
<outline type="rss" text="Defcon Forums - Blogs - Dark Tangen..." title="Defcon Forums - Blogs - Dark Tangen..." xmlUrl="https://forum.defcon.org/blog_external.php?type=RSS2&bloguserid=6" htmlUrl="https://forum.defcon.org/blog.php?u=6"/>
|
||||
<outline type="rss" text="DDoS Attack Protection" title="DDoS Attack Protection" xmlUrl="http://ddosattackprotection.org/blog/feed/" htmlUrl="http://ddosattackprotection.org/blog"/>
|
||||
<outline type="rss" text="Noncombatant" title="Noncombatant" xmlUrl="http://noncombatant.org/feed/" htmlUrl="https://noncombatant.org/"/>
|
||||
<outline type="rss" text="Top-hat-sec - R4v3N's Blog" title="Top-hat-sec - R4v3N's Blog" xmlUrl="http://www.top-hat-sec.com/1/feed" htmlUrl="http://www.top-hat-sec.com/r4v3ns-blog"/>
|
||||
<outline type="rss" text="The Hacking Dojo" title="The Hacking Dojo" xmlUrl="http://HackingDojo.com/feed/" htmlUrl="http://hackingdojo.com"/>
|
||||
<outline type="rss" text="Team Cymru" title="Team Cymru" xmlUrl="http://www.team-cymru.org/News/index.rss" htmlUrl="https://blog.team-cymru.org"/>
|
||||
<outline type="rss" text="Christopher Truncer" title="Christopher Truncer" xmlUrl="https://www.christophertruncer.com/feed/" htmlUrl="https://www.christophertruncer.com"/>
|
||||
<outline type="rss" text="Didier Stevens" title="Didier Stevens" xmlUrl="http://blog.didierstevens.com/feed/" htmlUrl="https://blog.didierstevens.com"/>
|
||||
<outline type="rss" text="3VILDATA" title="3VILDATA" xmlUrl="http://3vildata.tumblr.com/rss" htmlUrl="http://3vildata.tumblr.com/"/>
|
||||
<outline type="rss" text="hacker for hire" title="hacker for hire" xmlUrl="http://hackerforhire.com.au/feed/" htmlUrl="http://hackerforhire.com.au"/>
|
||||
<outline type="rss" text="Matt Blaze's Exhaustive Search" title="Matt Blaze's Exhaustive Search" xmlUrl="http://www.crypto.com/blog/rss20.xml" htmlUrl="http://www.crypto.com/blog"/>
|
||||
<outline type="rss" text="Security" title="Security" xmlUrl="http://scarybeastsecurity.blogspot.com/feeds/posts/default" htmlUrl="http://scarybeastsecurity.blogspot.com/"/>
|
||||
<outline type="rss" text="ethicalhack3r" title="ethicalhack3r" xmlUrl="http://www.ethicalhack3r.co.uk/feed/" htmlUrl="http://www.ethicalhack3r.co.uk"/>
|
||||
<outline type="rss" text="enigma0x3" title="enigma0x3" xmlUrl="http://enigma0x3.wordpress.com/feed/" htmlUrl="https://enigma0x3.net"/>
|
||||
<outline type="rss" text="Darknet - The Darkside" title="Darknet - The Darkside" xmlUrl="http://feeds.feedburner.com/darknethackers" htmlUrl="http://www.darknet.org.uk"/>
|
||||
<outline type="rss" text="Volatility Labs" title="Volatility Labs" xmlUrl="http://volatility-labs.blogspot.com/feeds/posts/default" htmlUrl="http://volatility-labs.blogspot.com/"/>
|
||||
<outline type="rss" text="Project Meshnet" title="Project Meshnet" xmlUrl="https://projectmeshnet.wordpress.com/feed/" htmlUrl="https://projectmeshnet.wordpress.com"/>
|
||||
<outline type="rss" text="...And You Will Know Us by the Trail of Bits" title="...And You Will Know Us by the Trail of Bits" xmlUrl="http://blog.trailofbits.com/feed/" htmlUrl="https://blog.trailofbits.com"/>
|
||||
<outline type="rss" text="Mimmo97 Blog" title="Mimmo97 Blog" xmlUrl="http://mimmo97.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://mimmo97.blogspot.com/"/>
|
||||
<outline type="rss" text="Diary of a reverse" title="Diary of a reverse" xmlUrl="http://doar-e.github.io/atom.xml" htmlUrl="http://doar-e.github.io/"/>
|
||||
<outline type="rss" text="DiabloHorn" title="DiabloHorn" xmlUrl="http://diablohorn.wordpress.com/feed/" htmlUrl="https://diablohorn.com"/>
|
||||
<outline type="rss" text="TechNotes" title="TechNotes" xmlUrl="http://tech.iprock.com/?feed=rss2" htmlUrl="http://tech.iprock.com"/>
|
||||
<outline type="rss" text="Collegiate Cyber Defense Club @ UCF" title="Collegiate Cyber Defense Club @ UCF" xmlUrl="https://hackucf.org/blog/feed/" htmlUrl="https://hackucf.org/blog"/>
|
||||
<outline type="rss" text="Hackers For Charity" title="Hackers For Charity" xmlUrl="http://www.hackersforcharity.org/feed/" htmlUrl="http://www.hackersforcharity.org"/>
|
||||
<outline type="rss" text="Security Affairs" title="Security Affairs" xmlUrl="http://securityaffairs.co/wordpress/feed" htmlUrl="http://securityaffairs.co/wordpress"/>
|
||||
<outline type="rss" text="Security Ninja" title="Security Ninja" xmlUrl="http://www.securityninja.co.uk/feed/" htmlUrl="https://www.securityninja.co.uk"/>
|
||||
<outline type="rss" text="Pentestify" title="Pentestify" xmlUrl="http://blog.pentestify.com/feed/" htmlUrl="http://blog.pentestify.com"/>
|
||||
<outline type="rss" text="Python for Pentesting" title="Python for Pentesting" xmlUrl="http://pytesting.blogspot.com/feeds/posts/default" htmlUrl="http://www.offensivepython.com/"/>
|
||||
<outline type="rss" text="Tuxtrix" title="Tuxtrix" xmlUrl="http://feeds.feedburner.com/blogspot/NRqhH" htmlUrl="http://tuxtrix.com"/>
|
||||
<outline type="rss" text="Tools | Security Geeks" title="Tools | Security Geeks" xmlUrl="http://tools.securitygeeks.net/feeds/posts/default" htmlUrl="http://tools.securitygeeks.net/"/>
|
||||
<outline type="rss" text="0xdabbad00" title="0xdabbad00" xmlUrl="http://0xdabbad00.com/feed.xml" htmlUrl="http://0xdabbad00.com"/>
|
||||
<outline type="rss" text="HBH News Feed" title="HBH News Feed" xmlUrl="http://www.hellboundhackers.org/news/rss.xml" htmlUrl="https://www.hellboundhackers.org"/>
|
||||
<outline type="rss" text="Cult Of The Dead Cow" title="Cult Of The Dead Cow" xmlUrl="http://feeds.feedburner.com/cultofthedeadcow" htmlUrl="http://w3.cultdeadcow.com/cms/"/>
|
||||
<outline type="rss" text="Eindbazen" title="Eindbazen" xmlUrl="http://eindbazen.net/feed/" htmlUrl="https://eindbazen.net"/>
|
||||
<outline type="rss" text="Inside Your Botnet" title="Inside Your Botnet" xmlUrl="http://www.exposedbotnets.com/feeds/posts/default" htmlUrl="http://www.exposedbotnets.com/"/>
|
||||
<outline type="rss" text="Crissp" title="Crissp" xmlUrl="http://crissp.poly.edu/?feed=rss2" htmlUrl="http://test"/>
|
||||
<outline type="rss" text="Insecurety Research" title="Insecurety Research" xmlUrl="http://insecurety.net/?feed=rss2" htmlUrl="http://insecurety.net"/>
|
||||
<outline type="rss" text="CyberPunk - Madness and Obsession on the Electronic Frontier" title="CyberPunk - Madness and Obsession on the Electronic Frontier" xmlUrl="http://createfeed.fivefilters.org/extract.php?url=n0where.net&in_id_or_class=&url_contains=" htmlUrl="http://n0where.net"/>
|
||||
<outline type="rss" text="PaulDotCom" title="PaulDotCom" xmlUrl="http://feeds.feedburner.com/securityweekly/Lviv" htmlUrl="http://securityweekly.com"/>
|
||||
<outline type="rss" text="GRR Rapid Response blog" title="GRR Rapid Response blog" xmlUrl="http://grr-response.blogspot.com/feeds/posts/default" htmlUrl="http://grr-response.blogspot.com/"/>
|
||||
<outline type="rss" text="blackMORE Ops" title="blackMORE Ops" xmlUrl="http://www.blackmoreops.com/feed/" htmlUrl="https://www.blackmoreops.com"/>
|
||||
<outline type="rss" text="Network Forensics Puzzle Contest" title="Network Forensics Puzzle Contest" xmlUrl="http://forensicscontest.com/feed" htmlUrl="http://forensicscontest.com"/>
|
||||
<outline type="rss" text="Linux Action Show" title="Linux Action Show" xmlUrl="http://feeds.feedburner.com/linuxashd" htmlUrl="http://www.jupiterbroadcasting.com"/>
|
||||
<outline type="rss" text="Rogue Coder" title="Rogue Coder" xmlUrl="http://roguecod3r.wordpress.com/feed/" htmlUrl="https://roguecod3r.wordpress.com"/>
|
||||
<outline type="rss" text="The Invisible Things" title="The Invisible Things" xmlUrl="http://blog.invisiblethings.org/feed.xml" htmlUrl="http://blog.invisiblethings.org/"/>
|
||||
<outline type="rss" text="The Hacker Blog" title="The Hacker Blog" xmlUrl="http://thehackerblog.com/feed/" htmlUrl="https://thehackerblog.com"/>
|
||||
<outline type="rss" text="Cyber Kendra" title="Cyber Kendra" xmlUrl="http://feeds.feedburner.com/cyberkendra" htmlUrl="http://www.cyberkendra.com/"/>
|
||||
<outline type="rss" text="ImperialViolet" title="ImperialViolet" xmlUrl="http://www.imperialviolet.org/iv-rss.xml" htmlUrl="http://www.imperialviolet.org/"/>
|
||||
<outline type="rss" text="Daily Dave" title="Daily Dave" xmlUrl="http://seclists.org/rss/dailydave.rss" htmlUrl="http://seclists.org/#dailydave"/>
|
||||
<outline type="rss" text="SANS Digital Forensics and Incident Response Blog" title="SANS Digital Forensics and Incident Response Blog" xmlUrl="http://digital-forensics.sans.org/blog/feed/" htmlUrl="http://digital-forensics.sans.org/blog"/>
|
||||
<outline type="rss" text="Federal Jack" title="Federal Jack" xmlUrl="http://www.federaljack.com/feed/rss/" htmlUrl="http://www.federaljack.com"/>
|
||||
<outline type="rss" text="The Geek Stuff" title="The Geek Stuff" xmlUrl="http://feeds.feedburner.com/TheGeekStuff" htmlUrl="http://www.thegeekstuff.com"/>
|
||||
<outline type="rss" text="S!Ri.URZ" title="S!Ri.URZ" xmlUrl="http://siri-urz.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://siri-urz.blogspot.com/"/>
|
||||
<outline type="rss" text="The Security Blog" title="The Security Blog" xmlUrl="http://secjunior.otsglobal.org/feed/" htmlUrl="http://secjunior.otsglobal.org"/>
|
||||
<outline type="rss" text="Microsoft Security Bulletins" title="Microsoft Security Bulletins" xmlUrl="http://www.microsoft.com/technet/security/bulletin/secrss.aspx" htmlUrl="https://technet.microsoft.com/en-us/security/bulletin"/>
|
||||
<outline type="rss" text="Carnal0wnage & Attack Research Blog" title="Carnal0wnage & Attack Research Blog" xmlUrl="http://carnal0wnage.attackresearch.com/rss.xml" htmlUrl="http://carnal0wnage.attackresearch.com/"/>
|
||||
<outline type="rss" text="Room362" title="Room362" xmlUrl="http://feeds.feedburner.com/Room362com" htmlUrl="http://room362.com/"/>
|
||||
<outline type="rss" text="Ontoillogical" title="Ontoillogical" xmlUrl="http://blog.ontoillogical.com/atom.xml" htmlUrl="http://blog.ontoillogical.com/"/>
|
||||
<outline type="rss" text="SPACE ROGUE" title="SPACE ROGUE" xmlUrl="http://www.spacerogue.net/wordpress/?feed=rss2" htmlUrl="http://www.spacerogue.net/wordpress"/>
|
||||
<outline type="rss" text="Sagar's blog" title="Sagar's blog" xmlUrl="http://sagargv.blogspot.com/feeds/posts/default" htmlUrl="http://blog.sagargv.com/"/>
|
||||
<outline type="rss" text="Ethical Hacker Network" title="Ethical Hacker Network" xmlUrl="http://www.ethicalhacker.net/component/option,com_rss/feed,RSS2.0/no_html,1/" htmlUrl="https://www.ethicalhacker.net"/>
|
||||
<outline type="rss" text="The Kouio Blog" title="The Kouio Blog" xmlUrl="http://kouio.com/blog/rss/" htmlUrl="https://kouio.com/blog/"/>
|
||||
<outline type="rss" text="int3pids" title="int3pids" xmlUrl="http://int3pids.blogspot.com/feeds/posts/default" htmlUrl="http://int3pids.blogspot.com/"/>
|
||||
<outline type="rss" text="Steve (GRC) Gibson's Blog" title="Steve (GRC) Gibson's Blog" xmlUrl="http://feeds.feedburner.com/SteveGibsonsBlog" htmlUrl="https://steve.grc.com"/>
|
||||
<outline type="rss" text="Trend Micro Blog" title="Trend Micro Blog" xmlUrl="http://feeds.trendmicro.com/Anti-MalwareBlog/" htmlUrl="http://blog.trendmicro.com/trendlabs-security-intelligence"/>
|
||||
<outline type="rss" text="DEADCODE" title="DEADCODE" xmlUrl="http://0xdeadcode.se/feed" htmlUrl="http://0xdeadcode.se"/>
|
||||
<outline type="rss" text="Network Pentesting" title="Network Pentesting" xmlUrl="http://network-pentest.com/feed/" htmlUrl="http://network-pentest.com"/>
|
||||
<outline type="rss" text="Uploads by OhHeyItsLou" title="Uploads by OhHeyItsLou" xmlUrl="http://gdata.youtube.com/feeds/base/users/OhHeyItsLou/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile" htmlUrl="https://youtube.com/playlist?list=UU3qmmCSc7VnbuTyxg94am4Q"/>
|
||||
<outline type="rss" text="Michele Spagnuolo" title="Michele Spagnuolo" xmlUrl="http://miki.it/blog/feed.atom" htmlUrl="https://miki.it/blog/"/>
|
||||
<outline type="rss" text="Network Security Blog" title="Network Security Blog" xmlUrl="http://www.mckeay.net/feed/" htmlUrl="http://www.mckeay.net"/>
|
||||
<outline type="rss" text="Cylance Blog" title="Cylance Blog" xmlUrl="http://blog.cylance.com/rss.xml" htmlUrl="https://blog.cylance.com"/>
|
||||
<outline type="rss" text="BetterExplained" title="BetterExplained" xmlUrl="http://feeds.feedburner.com/Betterexplained" htmlUrl="https://betterexplained.com"/>
|
||||
<outline type="rss" text="..:: Devil's Cafe ::.." title="..:: Devil's Cafe ::.." xmlUrl="http://feeds2.feedburner.com/devilscafe/howtohack" htmlUrl="http://www.devilscafe.in/"/>
|
||||
<outline type="rss" text="F-Secure Antivirus Research Weblog" title="F-Secure Antivirus Research Weblog" xmlUrl="http://www.f-secure.com/weblog/weblog.rdf" htmlUrl="https://www.f-secure.com/weblog"/>
|
||||
<outline type="rss" text="consolecowboys" title="consolecowboys" xmlUrl="http://console-cowboys.blogspot.com/feeds/posts/default" htmlUrl="http://console-cowboys.blogspot.com/"/>
|
||||
<outline type="rss" text="Security Geeks" title="Security Geeks" xmlUrl="http://www.securitygeeks.net/feeds/posts/default" htmlUrl="http://www.securitygeeks.net/"/>
|
||||
<outline type="rss" text="Exploits Database by Offensive Security" title="Exploits Database by Offensive Security" xmlUrl="http://www.exploit-db.com/feed/" htmlUrl="https://www.exploit-db.com"/>
|
||||
<outline type="rss" text="Egor Homakov" title="Egor Homakov" xmlUrl="http://homakov.blogspot.com/feeds/posts/default" htmlUrl="http://homakov.blogspot.com/"/>
|
||||
<outline type="rss" text="PyTux" title="PyTux" xmlUrl="http://filippo.io/atom.xml" htmlUrl="https://filippo.io/"/>
|
||||
<outline type="rss" text="The defence exposure" title="The defence exposure" xmlUrl="http://www.defencexposure.com/feeds/posts/default" htmlUrl="http://www.defencexposure.com/"/>
|
||||
<outline type="rss" text="News Items" title="News Items" xmlUrl="http://www.enisa.europa.eu/media/news-items/news-wires/RSS" htmlUrl="https://www.enisa.europa.eu/media/news-items/news-wires"/>
|
||||
<outline type="rss" text="InfoSec Institute" title="InfoSec Institute" xmlUrl="http://resources.infosecinstitute.com/feed/" htmlUrl="http://resources.infosecinstitute.com"/>
|
||||
<outline type="rss" text="deluxe-stylez.de" title="deluxe-stylez.de" xmlUrl="http://www.deluxe-stylez.de/feed" htmlUrl="https://www.deluxe-stylez.de"/>
|
||||
<outline type="rss" text="A Few Thoughts on Cryptographic Engineering" title="A Few Thoughts on Cryptographic Engineering" xmlUrl="http://blog.cryptographyengineering.com/feeds/posts/default" htmlUrl="http://blog.cryptographyengineering.com/"/>
|
||||
<outline type="rss" text="Krebs on Security" title="Krebs on Security" xmlUrl="http://krebsonsecurity.com/feed/" htmlUrl="http://krebsonsecurity.com"/>
|
||||
<outline type="rss" text="VulnHub ~ Entries" title="VulnHub ~ Entries" xmlUrl="http://vulnhub.com/feeds/added/atom/" htmlUrl="https://www.vulnhub.com"/>
|
||||
<outline type="rss" text="Uploads by GEEKBLOGTV2" title="Uploads by GEEKBLOGTV2" xmlUrl="http://gdata.youtube.com/feeds/base/users/GeekBlogTV2/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile" htmlUrl="https://youtube.com/playlist?list=UUVCiWcXsM9oY62YMj_Qrr-A"/>
|
||||
<outline type="rss" text="Security Basics" title="Security Basics" xmlUrl="http://seclists.org/rss/basics.rss" htmlUrl="http://seclists.org/#basics"/>
|
||||
<outline type="rss" text="Zer0Byte" title="Zer0Byte" xmlUrl="http://zer0byte.com/feed/" htmlUrl="http://zer0byte.com"/>
|
||||
<outline type="rss" text="Offensive-Security - Reddit" title="Offensive-Security - Reddit" xmlUrl="http://www.reddit.com/domain/offensive-security.com/.rss" htmlUrl="https://www.reddit.com/domain/offensive-security.com/"/>
|
||||
<outline type="rss" text="AlienVault Labs Blog" title="AlienVault Labs Blog" xmlUrl="http://labs.alienvault.com/labs/index.php/feed/" htmlUrl="https://www.alienvault.com/open-threat-exchange/blog"/>
|
||||
<outline type="rss" text="Microsoft Malware Protection Center" title="Microsoft Malware Protection Center" xmlUrl="http://blogs.technet.com/mmpc/rss.xml" htmlUrl="https://blogs.technet.microsoft.com/mmpc"/>
|
||||
<outline type="rss" text="Liquidmatrix" title="Liquidmatrix" xmlUrl="http://feeds.feedburner.com/Liquidmatrix" htmlUrl="https://www.liquidmatrix.org/blog"/>
|
||||
<outline type="rss" text="Security Reliks" title="Security Reliks" xmlUrl="http://securityreliks.securegossip.com/feed/rdf/" htmlUrl="http://securityreliks.securegossip.com"/>
|
||||
<outline type="rss" text="V3.co.uk" title="V3.co.uk" xmlUrl="http://www.v3.co.uk/feeds/rss/category/security" htmlUrl="http://www.v3.co.uk"/>
|
||||
<outline type="rss" text="Memory Forensics" title="Memory Forensics" xmlUrl="http://memoryforensics.blogspot.com/feeds/posts/default" htmlUrl="http://memoryforensics.blogspot.com/"/>
|
||||
<outline type="rss" text="Journey Into Incident Response" title="Journey Into Incident Response" xmlUrl="http://journeyintoir.blogspot.com/feeds/posts/default" htmlUrl="http://journeyintoir.blogspot.com/"/>
|
||||
<outline type="rss" text="em3rgency's Blog" title="em3rgency's Blog" xmlUrl="http://em3rgency.com/feed/" htmlUrl="http://em3rgency.com"/>
|
||||
<outline type="rss" text="VeraCode" title="VeraCode" xmlUrl="http://www.veracode.com/blog/feed" htmlUrl="http://www.veracode.com/blog"/>
|
||||
<outline type="rss" text="@4ngryCPU - The Blog" title="@4ngryCPU - The Blog" xmlUrl="http://angrycpu.com/1/feed" htmlUrl="http://angrycpu.com/the-blog.html"/>
|
||||
<outline type="rss" text="Inj3ct0r 1337day.com" title="Inj3ct0r 1337day.com" xmlUrl="http://1337day.com/rss" htmlUrl="http://1337day.com/"/>
|
||||
<outline type="rss" text="SocialEngineer.org" title="SocialEngineer.org" xmlUrl="http://www.social-engineer.org/feed/" htmlUrl="http://www.social-engineer.org"/>
|
||||
<outline type="rss" text="The Ashimmy Blog" title="The Ashimmy Blog" xmlUrl="http://feeds.feedburner.com/StillsecureAfterAllTheseYears" htmlUrl="http://www.ashimmy.com/"/>
|
||||
<outline type="rss" text="Hacking | The Guardian" title="Hacking | The Guardian" xmlUrl="http://www.theguardian.com/technology/hacking/rss" htmlUrl="https://www.theguardian.com/technology/hacking"/>
|
||||
<outline type="rss" text="Errata Security" title="Errata Security" xmlUrl="http://blog.erratasec.com/feeds/posts/default?alt=rss" htmlUrl="http://blog.erratasec.com/"/>
|
||||
<outline type="rss" text="Intelligent Exploit" title="Intelligent Exploit" xmlUrl="http://www.intelligentexploit.com/feed/" htmlUrl="http://www.intelligentexploit.com"/>
|
||||
<outline type="rss" text="lanmaster53.com" title="lanmaster53.com" xmlUrl="http://lanmaster53.com/atom.xml" htmlUrl="http://www.lanmaster53.com"/>
|
||||
<outline type="rss" text="SecurityFocus News" title="SecurityFocus News" xmlUrl="http://www.securityfocus.com/rss/news.xml" htmlUrl="http://www.securityfocus.com"/>
|
||||
<outline type="rss" text="Force Security" title="Force Security" xmlUrl="https://force-sec.com/htp/feed/" htmlUrl="https://force-sec.com/htp"/>
|
||||
<outline type="rss" text="Reverse Engineering" title="Reverse Engineering" xmlUrl="http://www.reddit.com/r/ReverseEngineering/.rss" htmlUrl="https://www.reddit.com/r/ReverseEngineering/"/>
|
||||
<outline type="rss" text="Wi-Fu - Home" title="Wi-Fu - Home" xmlUrl="http://wi-fu.co.uk/?format=feed&type=rss" htmlUrl="http://wi-fu.co.uk/component/content/?view=featured"/>
|
||||
<outline type="rss" text="Legitimate Business Syndicate" title="Legitimate Business Syndicate" xmlUrl="http://blog.legitbs.net/feeds/posts/default" htmlUrl="http://blog.legitbs.net/"/>
|
||||
<outline type="rss" text="Lands of Packets" title="Lands of Packets" xmlUrl="http://www.phenoelit.org/blog/atom.xml" htmlUrl="http://blog.phenoelit.de"/>
|
||||
<outline type="rss" text="HackRead" title="HackRead" xmlUrl="https://www.hackread.com/feed/" htmlUrl="https://www.hackread.com"/>
|
||||
<outline type="rss" text="Malware don't need Coffee" title="Malware don't need Coffee" xmlUrl="http://malware.dontneedcoffee.com/feeds/posts/default?alt=rss" htmlUrl="http://malware.dontneedcoffee.com/"/>
|
||||
<outline type="rss" text="Filippo.io" title="Filippo.io" xmlUrl="http://blog.filippo.io/rss/" htmlUrl="https://blog.filippo.io/"/>
|
||||
<outline type="rss" text="The Invisible Things Lab's blog" title="The Invisible Things Lab's blog" xmlUrl="http://theinvisiblethings.blogspot.com/feeds/posts/default" htmlUrl="http://theinvisiblethings.blogspot.com/"/>
|
||||
<outline type="rss" text="Roger's Information Security Blog" title="Roger's Information Security Blog" xmlUrl="http://feeds2.feedburner.com/RogersInfosecBlog" htmlUrl="https://www.infosecblog.org"/>
|
||||
<outline type="rss" text="Black Hat Sec" title="Black Hat Sec" xmlUrl="http://black-hat-sec.org/index.php?PHPSESSID=5f163469211c878cfab9a5b8486dda4e&type=rss;action=.xml" htmlUrl="http://www.black-hat-sec.org/index.php"/>
|
||||
<outline type="rss" text="The Hacker News" title="The Hacker News" xmlUrl="http://thehackernews.com/feeds/posts/default?alt=rss" htmlUrl="http://thehackernews.com/"/>
|
||||
<outline type="rss" text="Web App Security" title="Web App Security" xmlUrl="http://seclists.org/rss/webappsec.rss" htmlUrl="http://seclists.org/#webappsec"/>
|
||||
<outline type="rss" text="Thoughts on Security" title="Thoughts on Security" xmlUrl="http://www.scriptjunkie.us/feed/" htmlUrl="http://www.scriptjunkie.us"/>
|
||||
<outline type="rss" text="paper.li - the blog" title="paper.li - the blog" xmlUrl="http://blog.paper.li/feeds/posts/default?alt=rss" htmlUrl="http://blog.paper.li/"/>
|
||||
<outline type="rss" text="The Official Radare Blog" title="The Official Radare Blog" xmlUrl="http://radare.today/rss/" htmlUrl="http://radare.today/"/>
|
||||
<outline type="rss" text="Ghetto Forensics" title="Ghetto Forensics" xmlUrl="http://www.ghettoforensics.com/feeds/posts/default" htmlUrl="http://www.ghettoforensics.com/"/>
|
||||
<outline type="rss" text="VulnHub Blog" title="VulnHub Blog" xmlUrl="http://blog.vulnhub.com/feeds/posts/default" htmlUrl="https://blog.vulnhub.com/"/>
|
||||
<outline type="rss" text="Irongeek's Security Site" title="Irongeek's Security Site" xmlUrl="http://feedproxy.google.com/IrongeeksSecuritySite" htmlUrl="http://www.irongeek.com/"/>
|
||||
<outline type="rss" text="Security Down!" title="Security Down!" xmlUrl="http://www.sec-down.com/wordpress/?feed=rss2" htmlUrl="http://www.sec-down.com/wordpress"/>
|
||||
<outline type="rss" text="Carnal0wnage" title="Carnal0wnage" xmlUrl="http://carnal0wnage.attackresearch.com/feeds/posts/default?alt=rss" htmlUrl="http://carnal0wnage.attackresearch.com/"/>
|
||||
<outline type="rss" text="ThreatTrack Security Labs" title="ThreatTrack Security Labs" xmlUrl="http://feeds.feedburner.com/threattracksecurity" htmlUrl="https://blog.threattrack.com"/>
|
||||
<outline type="rss" text="Security Aegis" title="Security Aegis" xmlUrl="http://www.securityaegis.com/feed/" htmlUrl="http://www.securityaegis.com"/>
|
||||
<outline type="rss" text="Hacker Tradecraft" title="Hacker Tradecraft" xmlUrl="http://grugq.tumblr.com/rss" htmlUrl="https://grugq.tumblr.com/"/>
|
||||
<outline type="rss" text="Shell is Only the Beginning" title="Shell is Only the Beginning" xmlUrl="http://www.darkoperator.com/blog?format=RSS" htmlUrl="http://www.darkoperator.com/"/>
|
||||
<outline type="rss" text="GoSecure" title="GoSecure" xmlUrl="http://www.gosecure.it/blog/feed/" htmlUrl="http://www.gosecure.it/blog"/>
|
||||
<outline type="rss" text="Rapid7 Activity" title="Rapid7 Activity" xmlUrl="http://feeds2.feedburner.com/Rapid7" htmlUrl="http://www.rapid7.com/company/news/press-releases/2016/rapid7-research-study-finds-compromised-credentials-top-concern.jsp"/>
|
||||
<outline type="rss" text="Blind Seeker - Autosnort" title="Blind Seeker - Autosnort" xmlUrl="https://blindseeker.com/blahg/?feed=rss2" htmlUrl="https://blindseeker.com/blahg"/>
|
||||
<outline type="rss" text="Terebrate" title="Terebrate" xmlUrl="http://terebrate.blogspot.com/feeds/posts/default" htmlUrl="http://terebrate.blogspot.com/"/>
|
||||
<outline type="rss" text="Anshuman Bhartiya" title="Anshuman Bhartiya" xmlUrl="http://abhartiya.wordpress.com/feed/" htmlUrl="https://abhartiya.wordpress.com"/>
|
||||
<outline type="rss" text="Security/malware blog" title="Security/malware blog" xmlUrl="http://artemonsecurity.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://artemonsecurity.blogspot.com/"/>
|
||||
<outline type="rss" text="Offensive Security Blog V2.0" title="Offensive Security Blog V2.0" xmlUrl="http://www.r00tsec.com/feeds/posts/default" htmlUrl="http://www.r00tsec.com/"/>
|
||||
<outline type="rss" text="SANS Internet Storm Center Daily Network Security and Computer Security Podcast" title="SANS Internet Storm Center Daily Network Security and Computer Security Podcast" xmlUrl="https://isc.sans.edu/dailypodcast.xml" htmlUrl="https://isc.sans.edu/podcast.html#stormcast"/>
|
||||
<outline type="rss" text="Unallocated Space" title="Unallocated Space" xmlUrl="http://www.unallocatedspace.org/uas/feed/" htmlUrl="http://www.unallocatedspace.org/uas"/>
|
||||
<outline type="rss" text="An7i Security" title="An7i Security" xmlUrl="http://an7isec.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="http://an7isec.blogspot.com/"/>
|
||||
<outline type="rss" text="Google Online Security Blog" title="Google Online Security Blog" xmlUrl="http://googleonlinesecurity.blogspot.com/feeds/posts/default" htmlUrl="http://security.googleblog.com/"/>
|
||||
<outline type="rss" text="Malware Analysis & Reports" title="Malware Analysis & Reports" xmlUrl="http://www.reddit.com/r/Malware/.rss" htmlUrl="https://www.reddit.com/r/Malware/"/>
|
||||
<outline type="rss" text="Security Xploded" title="Security Xploded" xmlUrl="http://nagareshwar.securityxploded.com/feed/" htmlUrl="http://nagareshwar.securityxploded.com"/>
|
||||
<outline type="rss" text="Cyber Campaigns" title="Cyber Campaigns" xmlUrl="http://cybercampaigns.net/feed/" htmlUrl="http://cybercampaigns.net"/>
|
||||
<outline type="rss" text="Su1ph3r" title="Su1ph3r" xmlUrl="http://su1ph3r.wordpress.com/feed/" htmlUrl="https://su1ph3r.wordpress.com"/>
|
||||
<outline type="rss" text="AceXor" title="AceXor" xmlUrl="http://acexor.com/feed/" htmlUrl="https://acexor.com"/>
|
||||
<outline type="rss" text="n1tr0g3n" title="n1tr0g3n" xmlUrl="http://www.n1tr0g3n.com/?feed=rss2" htmlUrl="http://www.n1tr0g3n.com"/>
|
||||
<outline type="rss" text="Project Zero" title="Project Zero" xmlUrl="http://googleprojectzero.blogspot.com/feeds/posts/default" htmlUrl="http://googleprojectzero.blogspot.com/"/>
|
||||
<outline type="rss" text="Corelan Team" title="Corelan Team" xmlUrl="https://www.corelan.be/index.php/feed/" htmlUrl="https://www.corelan.be"/>
|
||||
<outline type="rss" text="NetSPI Blog" title="NetSPI Blog" xmlUrl="https://www.netspi.com/blog/rssid/1" htmlUrl="https://blog.netspi.com"/>
|
||||
<outline type="rss" text="KitPloit - PenTest Tools!" title="KitPloit - PenTest Tools!" xmlUrl="http://feeds.feedburner.com/PentestTools" htmlUrl="http://www.kitploit.com/"/>
|
||||
<outline type="rss" text="Schneier on Security" title="Schneier on Security" xmlUrl="http://www.schneier.com/blog/index.rdf" htmlUrl="https://www.schneier.com/blog/"/>
|
||||
<outline type="rss" text="Veil - Framework" title="Veil - Framework" xmlUrl="https://www.veil-framework.com/feed/" htmlUrl="https://www.veil-framework.com"/>
|
||||
<outline type="rss" text="NetSec" title="NetSec" xmlUrl="http://netsec.ws/?feed=rss2" htmlUrl="http://netsec.ws"/>
|
||||
<outline type="rss" text="The GR3YNOISE Podcast" title="The GR3YNOISE Podcast" xmlUrl="http://www.gr3ynoise.com/feed" htmlUrl="http://www.gr3ynoise.com"/>
|
||||
<outline type="rss" text="Cyber Security – AnonHQ" title="Cyber Security – AnonHQ" xmlUrl="http://anonhq.com/category/cyber-security/feed/" htmlUrl="http://anonhq.com"/>
|
||||
<outline type="rss" text="More Smoked Leet Chicken" title="More Smoked Leet Chicken" xmlUrl="http://leetmore.ctf.su/feed/" htmlUrl="http://mslc.ctf.su"/>
|
||||
<outline type="rss" text="Technolust since 2005" title="Technolust since 2005" xmlUrl="http://www.hak5.org/feed" htmlUrl="https://www.hak5.org"/>
|
||||
<outline type="rss" text="Infosec Island Latest Articles" title="Infosec Island Latest Articles" xmlUrl="http://www.infosecisland.com/rss.html" htmlUrl="https://www.infosecisland.com"/>
|
||||
<outline type="rss" text="phillips321.co.uk" title="phillips321.co.uk" xmlUrl="http://www.phillips321.co.uk/feed/" htmlUrl="https://www.phillips321.co.uk"/>
|
||||
<outline type="rss" text="Incidents" title="Incidents" xmlUrl="http://seclists.org/rss/incidents.rss" htmlUrl="http://seclists.org/#incidents"/>
|
||||
<outline type="rss" text="HackThisSite" title="HackThisSite" xmlUrl="http://www.hackthissite.org/pages/hts.rss.php" htmlUrl="http://hackthissite.org"/>
|
||||
<outline type="rss" text="Kommand && KonTroll CTF" title="Kommand && KonTroll CTF" xmlUrl="http://www.kandkctf.com/?feed=rss2" htmlUrl="http://www.kandkctf.com"/>
|
||||
<outline type="rss" text="Gh0st Networks" title="Gh0st Networks" xmlUrl="http://www.gh0st.net/?feed=rss2" htmlUrl="http://www.gh0st.net"/>
|
||||
<outline type="rss" text="SANS Information Security Reading Room" title="SANS Information Security Reading Room" xmlUrl="https://www.sans.org/reading-room/rss" htmlUrl="http://www.sans.org/reading-room/"/>
|
||||
<outline type="rss" text="Alex Ionescu's Blog" title="Alex Ionescu's Blog" xmlUrl="http://www.alex-ionescu.com/?feed=rss2" htmlUrl="http://www.alex-ionescu.com"/>
|
||||
<outline type="rss" text="Techworld.com security" title="Techworld.com security" xmlUrl="http://www.techworld.com/rss/feeds/techworld-security.xml" htmlUrl="http://www.techworld.com/security/"/>
|
||||
<outline type="rss" text="IOC Bucket OpenIOC 1.0 Latest Ten" title="IOC Bucket OpenIOC 1.0 Latest Ten" xmlUrl="https://www.iocbucket.com/feeds/rss2/openioc/1.0/latestten" htmlUrl="http://www.iocbucket.com/feeds/community/openioc/1.0/latestten"/>
|
||||
<outline type="rss" text="Francisco Correa Security.log" title="Francisco Correa Security.log" xmlUrl="http://panchocosil.blogspot.com/feeds/posts/default" htmlUrl="http://panchocosil.blogspot.com/"/>
|
||||
<outline type="rss" text="Secunia Blog" title="Secunia Blog" xmlUrl="http://secunia.com/blog_rss/blog.rss" htmlUrl="http://secunia.com/"/>
|
||||
<outline type="rss" text="Null Byte « WonderHowTo" title="Null Byte « WonderHowTo" xmlUrl="http://null-byte.wonderhowto.com/rss.xml" htmlUrl="http://null-byte.wonderhowto.com/"/>
|
||||
<outline type="rss" text="Threatpost" title="Threatpost" xmlUrl="http://threatpost.com/feed" htmlUrl="http://threatpost.com"/>
|
||||
</outline>
|
||||
<outline text="News" title="News">
|
||||
<outline type="rss" text="Ars Technica" title="Ars Technica" xmlUrl="http://feeds.arstechnica.com/arstechnica/index/" htmlUrl="http://arstechnica.com"/>
|
||||
<outline type="rss" text="Google Research Blog" title="Google Research Blog" xmlUrl="https://research.googleblog.com/feeds/posts/default?alt=rss" htmlUrl="http://research.googleblog.com/"/>
|
||||
<outline type="rss" text="Washington Post" title="Washington Post" xmlUrl="http://feeds.washingtonpost.com/rss/business/technology" htmlUrl="http://www.washingtonpost.com/pb/business/technology/"/>
|
||||
<outline type="rss" text="TechCrunch" title="TechCrunch" xmlUrl="http://feeds.feedburner.com/Techcrunch" htmlUrl="https://techcrunch.com"/>
|
||||
<outline type="rss" text="WIRED" title="WIRED" xmlUrl="http://www.wired.com/feed/" htmlUrl="http://www.wired.com"/>
|
||||
<outline type="rss" text="SPIEGEL ONLINE" title="SPIEGEL ONLINE" xmlUrl="http://www.spiegel.de/international/index.rss" htmlUrl="http://www.spiegel.de"/>
|
||||
</outline>
|
||||
</body>
|
||||
</opml>
|
Loading…
Add table
Add a link
Reference in a new issue