-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from LasCC/version_2.1_ludovic
Update v0.2.1 🥴
- Loading branch information
Showing
15 changed files
with
1,189 additions
and
12,533 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,75 @@ | ||
import React from "react"; | ||
import { Typography, Divider } from "antd"; | ||
import QueueAnim from "rc-queue-anim"; | ||
import React from 'react'; | ||
import { Typography, Divider, Button } from 'antd'; | ||
import QueueAnim from 'rc-queue-anim'; | ||
|
||
const { Title, Paragraph } = Typography; | ||
|
||
export default (props) => { | ||
return ( | ||
<QueueAnim delay={300} duration={1500}> | ||
<Title | ||
variant='Title level={3}' | ||
style={{ fontWeight: "bold", margin: 15 }} | ||
> | ||
About us | ||
</Title> | ||
<Paragraph style={{ margin: 15 }}> | ||
Our story of two students creating this app | ||
export default (props) => ( | ||
<QueueAnim delay={300} duration={1500}> | ||
<Title | ||
variant='Title level={3}' | ||
style={{ | ||
fontWeight: 'bold', | ||
margin: 15 | ||
}} | ||
> | ||
About us | ||
</Title> | ||
<Paragraph | ||
style={{ | ||
margin: 15 | ||
}} | ||
> | ||
Our story of two students creating this app | ||
</Paragraph> | ||
<Divider dashed /> | ||
<div | ||
key='a' | ||
style={{ | ||
padding: 15, | ||
marginTop: 15 | ||
}} | ||
> | ||
<Paragraph> | ||
e are two students who are very passionate about computer security, e idea came to us during our CTF | ||
training, we noticed that we often the same tools(Spawining a shell, reverse shell in php, base64 ding | ||
etc...), that 's when we came up with the idea of grouping of the tools and payloads in one place, a | ||
simple web application c do the job but it was quite frustrating to go back and forth, th why we thought | ||
to implement an extension directly in the browser. | ||
</Paragraph> | ||
<Divider dashed /> | ||
<div | ||
key='a' | ||
style={{ | ||
padding: 15, | ||
marginTop: 15, | ||
}} | ||
> | ||
<Paragraph> | ||
We are two students who are very passionate about computer security, | ||
The idea came to us during our CTF training, we noticed that we often | ||
use the same tools (Spawining a shell, reverse shell in php, base64 | ||
encoding etc ...), that's when we came up with the idea of grouping | ||
most of the tools and payloads in one place, a simple web application | ||
could do the job but it was quite frustrating to go back and forth, | ||
that's why we thought to implement an extension directly in the | ||
browser. | ||
</Paragraph> | ||
<Paragraph> | ||
Hacktools is available at hand in the web browser, you have access to | ||
the extension as a pop up, and a standard display in the Chrome | ||
Devtool part with "F12" in the Hacktool tab. | ||
</Paragraph> | ||
<Paragraph> | ||
Note that this project is maintained, developed and made available for | ||
free, you can offer us a coffee, it will be very encouraging and | ||
greatly appreciated :) | ||
</Paragraph> | ||
<Paragraph> | ||
HackTools is created by Ludovic COULON and Riadh BOUCHAHOUA | ||
</Paragraph> | ||
<a | ||
href='https://www.paypal.com/paypalme/hacktoolsEXT' | ||
target='_blank' | ||
rel='noreferrer noopener' | ||
> | ||
<img | ||
src='https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png' | ||
alt='Paypal' | ||
style={{ | ||
height: 41, | ||
width: 174, | ||
}} | ||
/> | ||
</a> | ||
</div> | ||
<Divider dashed /> | ||
<div | ||
key='b' | ||
style={{ | ||
padding: 15, | ||
marginTop: 15, | ||
}} | ||
> | ||
<Title variant='Title level={3}'>Credits</Title> | ||
<Paragraph>PentestMonkey</Paragraph> | ||
<Paragraph>GTFOBins</Paragraph> | ||
<Paragraph>Antd</Paragraph> | ||
<Paragraph>Iconfont CN</Paragraph> | ||
<Paragraph>John Hammond</Paragraph> | ||
<Paragraph>The Noun Project</Paragraph> | ||
<Paragraph>PayloadsAllTheThings</Paragraph> | ||
<Paragraph>Fabien LOISON (flozz) for the p0wny@shell</Paragraph> | ||
</div> | ||
</QueueAnim> | ||
); | ||
}; | ||
<Paragraph> | ||
acktools is available at hand in the web browser, you have access to e extension as a pop up, and a | ||
standard display in the Chrome Devtool part with "F12" in the Hacktool tab. | ||
</Paragraph> | ||
<Paragraph> | ||
ote that this project is maintained, developed and made available for ee, you can offer us a coffee, it | ||
will be very encouraging and greatly appreciated: ) | ||
</Paragraph> | ||
<Paragraph>HackTools is created by Ludovic COULON and Riadh BOUCHAHOUA </Paragraph> | ||
<a href='https://www.paypal.com/paypalme/hacktoolsEXT' target='_blank' rel='noreferrer noopener'> | ||
<img | ||
src='https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png' | ||
alt='Paypal' | ||
style={{ | ||
height: 41, | ||
width: 174 | ||
}} | ||
/> | ||
</a> | ||
</div> | ||
<Divider dashed /> | ||
<div | ||
key='b' | ||
style={{ | ||
padding: 15, | ||
marginTop: 15 | ||
}} | ||
> | ||
<Title variant='Title level={3}'> Credits </Title> <Paragraph> PentestMonkey </Paragraph> | ||
<Paragraph> GTFOBins </Paragraph> <Paragraph> Antd </Paragraph> <Paragraph> Iconfont CN </Paragraph> | ||
<Paragraph> John Hammond </Paragraph> <Paragraph> The Noun Project </Paragraph> | ||
<Paragraph> PayloadsAllTheThings </Paragraph> | ||
<Paragraph> Fabien LOISON(flozz) for the p0wny @shell </Paragraph> | ||
</div> | ||
</QueueAnim> | ||
); |
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
Oops, something went wrong.