Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vis #4

Open
wants to merge 22 commits into
base: src
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
172 changes: 0 additions & 172 deletions Andspoilt.py

This file was deleted.

26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
# Andspoilt
>Unfortunately sundaysec is experiencing <b>Kernel Panic</b> called examinations...
>Will commit soon :)

Run interactive android exploits in linux by giving the users easy interface to exploit android devices
Uses an intergration with Metaspoilt Framework by giving the user an easy interface to create payloads and launch android exploits.

![alt text](https://github.com/pythonofhades/Andspoilt/blob/master/andy.jpg)
![alt text](https://github.com/pythonofhades/Andspoilt/blob/master/src/andy.png)

Current Additional feature is a simple web server for file distribution

![alt text](https://github.com/pythonofhades/Andspoilt/blob/master/and.jpg)
Installing
=====

![alt text](https://github.com/pythonofhades/Andspoilt/blob/master/src/install1.jpg)

Run the terminal as root type:

`git clone https://github.com/sundaysec/Andspoilt.git`

`cd /Andspoilt`

Am also planning to add more features like:
`python ./setup.py install`

SMS spoofing
SMS spoofing(On Development)
=====
Feature would allow the user to send sms's with fake id

SIP spoofing
SIP spoofing(On Development)
=====
Feature would allow user make fake VOIP calls
Feature would allow user make fake SIP invitation

Android rooting
Android rooting(On Development)
=====
Feature would allow user generate an apk file which automatically roots the phone it's installed in.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-time-machine
theme: jekyll-theme-hacker
3 changes: 3 additions & 0 deletions andspoilt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/python
import andspoilt
andspoilt.main()
Loading